RawTransactionOrBuilder

Functions

Link copied to clipboard
abstract fun getAlg(): Int
algorithm
uint32 alg = 11;
Link copied to clipboard
abstract fun getChainId(): Int
chain ID (4 bytes)
uint32 chain_id = 8;
Link copied to clipboard
abstract fun getData(): Data
generic data
.TW.Nebulas.Proto.Data data = 7;
Link copied to clipboard
abstract fun getFrom(): ByteString
source address
bytes from = 2;
Link copied to clipboard
abstract fun getGasLimit(): ByteString
gas limit (uint256, serialized little endian)
bytes gas_limit = 10;
Link copied to clipboard
abstract fun getGasPrice(): ByteString
gas price (uint256, serialized little endian)
bytes gas_price = 9;
Link copied to clipboard
abstract fun getHash(): ByteString
tx hash
bytes hash = 1;
Link copied to clipboard
abstract fun getNonce(): Long
Nonce (should be larger than in the last transaction of the account)
uint64 nonce = 5;
Link copied to clipboard
abstract fun getSign(): ByteString
signature
bytes sign = 12;
Link copied to clipboard
abstract fun getTimestamp(): Long
transaction timestamp
int64 timestamp = 6;
Link copied to clipboard
abstract fun getTo(): ByteString
destination address
bytes to = 3;
Link copied to clipboard
abstract fun getValue(): ByteString
amount (uint256, serialized little endian)
bytes value = 4;
Link copied to clipboard
abstract fun hasData(): Boolean
generic data
.TW.Nebulas.Proto.Data data = 7;

Inheritors

Link copied to clipboard