- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Contract.TxInput, Contract.TxInput.Builder
- 封闭类:
- Contract
public static interface Contract.TxInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getRefTxid
The transaction id referenced to
string ref_txid = 1;
- 返回:
- The refTxid.
-
getRefTxidBytes
com.google.protobuf.ByteString getRefTxidBytes()
The transaction id referenced to
string ref_txid = 1;
- 返回:
- The bytes for refTxid.
-
getRefOffset
int getRefOffset()
The output offset of the transaction referenced to
int32 ref_offset = 2;
- 返回:
- The refOffset.
-
getFromAddr
com.google.protobuf.ByteString getFromAddr()
The address of the launcher
bytes from_addr = 5;
- 返回:
- The fromAddr.
-
getAmount
The amount of the transaction
string amount = 6;
- 返回:
- The amount.
-
getAmountBytes
com.google.protobuf.ByteString getAmountBytes()
The amount of the transaction
string amount = 6;
- 返回:
- The bytes for amount.
-
getFrozenHeight
long getFrozenHeight()
Frozen height
int64 frozen_height = 7;
- 返回:
- The frozenHeight.