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