TransactionInputOrBuilder

Functions

Link copied to clipboard
abstract fun getAssetId(): String
Asset
string asset_id = 4;
Link copied to clipboard
abstract fun getAssetIdBytes(): ByteString
Asset
string asset_id = 4;
Link copied to clipboard
abstract fun getPrevHash(): ByteString
Previous tx hash
bytes prev_hash = 1;
Link copied to clipboard
abstract fun getPrevIndex(): Int
Output index
fixed32 prev_index = 2;
Link copied to clipboard
abstract fun getValue(): Long
unspent value of UTXO
int64 value = 3;

Inheritors

Link copied to clipboard