SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getByteFee(): Long
Transaction fee per byte.
uint64 byte_fee = 1;
Link copied to clipboard
abstract fun getCell(index: Int): Cell
Available unspent cell outputs.
repeated .TW.Nervos.Proto.Cell cell = 3;
Link copied to clipboard
abstract fun getCellCount(): Int
Available unspent cell outputs.
repeated .TW.Nervos.Proto.Cell cell = 3;
Link copied to clipboard
abstract fun getCellList(): List<Cell>
Available unspent cell outputs.
repeated .TW.Nervos.Proto.Cell cell = 3;
Link copied to clipboard
abstract fun getDaoDeposit(): DaoDeposit
.TW.Nervos.Proto.DaoDeposit dao_deposit = 7;
Link copied to clipboard
abstract fun getDaoWithdrawPhase1(): DaoWithdrawPhase1
.TW.Nervos.Proto.DaoWithdrawPhase1 dao_withdraw_phase1 = 8;
Link copied to clipboard
abstract fun getDaoWithdrawPhase2(): DaoWithdrawPhase2
.TW.Nervos.Proto.DaoWithdrawPhase2 dao_withdraw_phase2 = 9;
Link copied to clipboard
abstract fun getNativeTransfer(): NativeTransfer
.TW.Nervos.Proto.NativeTransfer native_transfer = 5;
Link copied to clipboard
abstract fun getOperationOneofCase(): OperationOneofCase
Link copied to clipboard
abstract fun getPlan(): TransactionPlan
Optional transaction plan
.TW.Nervos.Proto.TransactionPlan plan = 4;
Link copied to clipboard
abstract fun getPrivateKey(index: Int): ByteString
The available secret private keys used for signing (32 bytes each).
repeated bytes private_key = 2;
Link copied to clipboard
abstract fun getPrivateKeyCount(): Int
The available secret private keys used for signing (32 bytes each).
repeated bytes private_key = 2;
Link copied to clipboard
abstract fun getPrivateKeyList(): List<ByteString>
The available secret private keys used for signing (32 bytes each).
repeated bytes private_key = 2;
Link copied to clipboard
abstract fun getSudtTransfer(): SudtTransfer
.TW.Nervos.Proto.SudtTransfer sudt_transfer = 6;
Link copied to clipboard
abstract fun hasDaoDeposit(): Boolean
.TW.Nervos.Proto.DaoDeposit dao_deposit = 7;
Link copied to clipboard
.TW.Nervos.Proto.DaoWithdrawPhase1 dao_withdraw_phase1 = 8;
Link copied to clipboard
.TW.Nervos.Proto.DaoWithdrawPhase2 dao_withdraw_phase2 = 9;
Link copied to clipboard
abstract fun hasNativeTransfer(): Boolean
.TW.Nervos.Proto.NativeTransfer native_transfer = 5;
Link copied to clipboard
abstract fun hasPlan(): Boolean
Optional transaction plan
.TW.Nervos.Proto.TransactionPlan plan = 4;
Link copied to clipboard
abstract fun hasSudtTransfer(): Boolean
.TW.Nervos.Proto.SudtTransfer sudt_transfer = 6;

Inheritors

Link copied to clipboard