TransactionOrBuilder

Functions

Link copied to clipboard
abstract fun getHash(): Int
Tx hash
uint32 hash = 8;
Link copied to clipboard
abstract fun getInput(): TransactionCoinFrom
CoinFrom
.TW.NULS.Proto.TransactionCoinFrom input = 5;
Link copied to clipboard
abstract fun getOutput(): TransactionCoinTo
CoinTo
.TW.NULS.Proto.TransactionCoinTo output = 6;
Link copied to clipboard
abstract fun getRemark(): String
Optional string remark
string remark = 3;
Link copied to clipboard
abstract fun getRemarkBytes(): ByteString
Optional string remark
string remark = 3;
Link copied to clipboard
abstract fun getTimestamp(): Int
Timestamp of the transaction
uint32 timestamp = 2;
Link copied to clipboard
abstract fun getTxData(): ByteString
The raw data
bytes tx_data = 4;
Link copied to clipboard
abstract fun getTxSigs(): Signature
Signature
.TW.NULS.Proto.Signature tx_sigs = 7;
Link copied to clipboard
abstract fun getType(): Int
transaction type
uint32 type = 1;
Link copied to clipboard
abstract fun hasInput(): Boolean
CoinFrom
.TW.NULS.Proto.TransactionCoinFrom input = 5;
Link copied to clipboard
abstract fun hasOutput(): Boolean
CoinTo
.TW.NULS.Proto.TransactionCoinTo output = 6;
Link copied to clipboard
abstract fun hasTxSigs(): Boolean
Signature
.TW.NULS.Proto.Signature tx_sigs = 7;

Inheritors

Link copied to clipboard