public static interface Contract.TxInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAmount()
The amount of the transaction
string amount = 6; |
com.google.protobuf.ByteString |
getAmountBytes()
The amount of the transaction
string amount = 6; |
com.google.protobuf.ByteString |
getFromAddr()
The address of the launcher
bytes from_addr = 5; |
long |
getFrozenHeight()
Frozen height
int64 frozen_height = 7; |
int |
getRefOffset()
The output offset of the transaction referenced to
int32 ref_offset = 2; |
String |
getRefTxid()
The transaction id referenced to
string ref_txid = 1; |
com.google.protobuf.ByteString |
getRefTxidBytes()
The transaction id referenced to
string ref_txid = 1; |
String getRefTxid()
The transaction id referenced to
string ref_txid = 1;com.google.protobuf.ByteString getRefTxidBytes()
The transaction id referenced to
string ref_txid = 1;int getRefOffset()
The output offset of the transaction referenced to
int32 ref_offset = 2;com.google.protobuf.ByteString getFromAddr()
The address of the launcher
bytes from_addr = 5;String getAmount()
The amount of the transaction
string amount = 6;com.google.protobuf.ByteString getAmountBytes()
The amount of the transaction
string amount = 6;long getFrozenHeight()
Frozen height
int64 frozen_height = 7;Copyright © 2020. All rights reserved.