SigningInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAccountNumber(): Long
Source account number
uint64 account_number = 2;
Link copied to clipboard
abstract fun getChainId(): String
Chain ID (string)
string chain_id = 3;
Link copied to clipboard
abstract fun getChainIdBytes(): ByteString
Chain ID (string)
string chain_id = 3;
Link copied to clipboard
abstract fun getFee(): Fee
Transaction fee
.TW.Cosmos.Proto.Fee fee = 4;
Link copied to clipboard
abstract fun getMemo(): String
Optional memo
string memo = 5;
Link copied to clipboard
abstract fun getMemoBytes(): ByteString
Optional memo
string memo = 5;
Link copied to clipboard
abstract fun getMessages(index: Int): Message
Payload message(s)
repeated .TW.Cosmos.Proto.Message messages = 8;
Link copied to clipboard
abstract fun getMessagesCount(): Int
Payload message(s)
repeated .TW.Cosmos.Proto.Message messages = 8;
Link copied to clipboard
abstract fun getMessagesList(): List<Message>
Payload message(s)
repeated .TW.Cosmos.Proto.Message messages = 8;
Link copied to clipboard
abstract fun getMode(): BroadcastMode
Broadcast mode (included in output, relevant when broadcasting)
.TW.Cosmos.Proto.BroadcastMode mode = 9;
Link copied to clipboard
abstract fun getModeValue(): Int
Broadcast mode (included in output, relevant when broadcasting)
.TW.Cosmos.Proto.BroadcastMode mode = 9;
Link copied to clipboard
abstract fun getPrivateKey(): ByteString
The secret private key used for signing (32 bytes).
bytes private_key = 7;
Link copied to clipboard
abstract fun getSequence(): Long
Sequence number (account specific)
uint64 sequence = 6;
Link copied to clipboard
abstract fun getSigningMode(): SigningMode
Specify if protobuf (a.k.a. Stargate) or earlier JSON serialization is used
.TW.Cosmos.Proto.SigningMode signing_mode = 1;
Link copied to clipboard
abstract fun getSigningModeValue(): Int
Specify if protobuf (a.k.a. Stargate) or earlier JSON serialization is used
.TW.Cosmos.Proto.SigningMode signing_mode = 1;
Link copied to clipboard
abstract fun hasFee(): Boolean
Transaction fee
.TW.Cosmos.Proto.Fee fee = 4;

Inheritors

Link copied to clipboard