public static final class XchainOuterClass.TxOutput.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<XchainOuterClass.TxOutput,XchainOuterClass.TxOutput.Builder> implements XchainOuterClass.TxOutputOrBuilder
Transaction output
Protobuf type pb.TxOutput
| 限定符和类型 | 方法和说明 |
|---|---|
XchainOuterClass.TxOutput.Builder |
clearAmount()
The amount of the transaction
optional bytes amount = 1; |
XchainOuterClass.TxOutput.Builder |
clearFrozenHeight()
Fronzen height
optional int64 frozen_height = 4; |
XchainOuterClass.TxOutput.Builder |
clearToAddr()
The address of the launcher
optional bytes to_addr = 2; |
com.google.protobuf.ByteString |
getAmount()
The amount of the transaction
optional bytes amount = 1; |
long |
getFrozenHeight()
Fronzen height
optional int64 frozen_height = 4; |
com.google.protobuf.ByteString |
getToAddr()
The address of the launcher
optional bytes to_addr = 2; |
XchainOuterClass.TxOutput.Builder |
setAmount(com.google.protobuf.ByteString value)
The amount of the transaction
optional bytes amount = 1; |
XchainOuterClass.TxOutput.Builder |
setFrozenHeight(long value)
Fronzen height
optional int64 frozen_height = 4; |
XchainOuterClass.TxOutput.Builder |
setToAddr(com.google.protobuf.ByteString value)
The address of the launcher
optional bytes to_addr = 2; |
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFromaddAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic com.google.protobuf.ByteString getAmount()
The amount of the transaction
optional bytes amount = 1;getAmount 在接口中 XchainOuterClass.TxOutputOrBuilderpublic XchainOuterClass.TxOutput.Builder setAmount(com.google.protobuf.ByteString value)
The amount of the transaction
optional bytes amount = 1;public XchainOuterClass.TxOutput.Builder clearAmount()
The amount of the transaction
optional bytes amount = 1;public com.google.protobuf.ByteString getToAddr()
The address of the launcher
optional bytes to_addr = 2;getToAddr 在接口中 XchainOuterClass.TxOutputOrBuilderpublic XchainOuterClass.TxOutput.Builder setToAddr(com.google.protobuf.ByteString value)
The address of the launcher
optional bytes to_addr = 2;public XchainOuterClass.TxOutput.Builder clearToAddr()
The address of the launcher
optional bytes to_addr = 2;public long getFrozenHeight()
Fronzen height
optional int64 frozen_height = 4;public XchainOuterClass.TxOutput.Builder setFrozenHeight(long value)
Fronzen height
optional int64 frozen_height = 4;public XchainOuterClass.TxOutput.Builder clearFrozenHeight()
Fronzen height
optional int64 frozen_height = 4;Copyright © 2020. All rights reserved.