Transaction

Transaction structure, used internally
Protobuf type TW.Binance.Proto.Transaction

Types

Link copied to clipboard
class Builder
Transaction structure, used internally
Protobuf type TW.Binance.Proto.Transaction

Functions

Link copied to clipboard
open fun getData(): ByteString
reserved for future use
bytes data = 5;
Link copied to clipboard
open fun getDefaultInstance(): Transaction
Link copied to clipboard
open fun getMemo(): String
a short sentence of remark for the transaction, only for `Transfer` transactions.
string memo = 3;
Link copied to clipboard
open fun getMemoBytes(): ByteString
a short sentence of remark for the transaction, only for `Transfer` transactions.
string memo = 3;
Link copied to clipboard
open fun getMsgs(index: Int): ByteString
array of size 1, containing the transaction message, which are one of the transaction type below
repeated bytes msgs = 1;
Link copied to clipboard
open fun getMsgsCount(): Int
array of size 1, containing the transaction message, which are one of the transaction type below
repeated bytes msgs = 1;
Link copied to clipboard
open fun getMsgsList(): List<ByteString>
array of size 1, containing the transaction message, which are one of the transaction type below
repeated bytes msgs = 1;
Link copied to clipboard
open fun getSignatures(index: Int): ByteString
array of size 1, containing the standard signature structure of the transaction sender
repeated bytes signatures = 2;
Link copied to clipboard
array of size 1, containing the standard signature structure of the transaction sender
repeated bytes signatures = 2;
Link copied to clipboard
open fun getSignaturesList(): List<ByteString>
array of size 1, containing the standard signature structure of the transaction sender
repeated bytes signatures = 2;
Link copied to clipboard
open fun getSource(): Long
an identifier for tools triggering this transaction, set to zero if unwilling to disclose.
int64 source = 4;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Transaction
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Transaction
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Transaction
open fun parseFrom(data: ByteString): Transaction
open fun parseFrom(input: CodedInputStream): Transaction
open fun parseFrom(input: InputStream): Transaction
open fun parseFrom(data: ByteBuffer): Transaction
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Transaction
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Transaction
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Transaction
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Transaction
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Transaction
Link copied to clipboard
open fun parser(): Parser<Transaction>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard