| 程序包 | 说明 |
|---|---|
| com.baidu.xuper.pb |
| 限定符和类型 | 方法和说明 |
|---|---|
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.clearAmount()
optional bytes amount = 1; |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.clearRefOffset()
optional int32 refOffset = 5; |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.clearRefTxid()
optional bytes refTxid = 4; |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.clearToAddr()
optional bytes toAddr = 2; |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.clearToPubkey()
optional bytes toPubkey = 3; |
static XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.newBuilder() |
static XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.newBuilder(XchainOuterClass.Utxo prototype) |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.setAmount(com.google.protobuf.ByteString value)
optional bytes amount = 1; |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.setRefOffset(int value)
optional int32 refOffset = 5; |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.setRefTxid(com.google.protobuf.ByteString value)
optional bytes refTxid = 4; |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.setToAddr(com.google.protobuf.ByteString value)
optional bytes toAddr = 2; |
XchainOuterClass.Utxo.Builder |
XchainOuterClass.Utxo.Builder.setToPubkey(com.google.protobuf.ByteString value)
optional bytes toPubkey = 3; |
| 限定符和类型 | 方法和说明 |
|---|---|
XchainOuterClass.UtxoOutput.Builder |
XchainOuterClass.UtxoOutput.Builder.addUtxoList(int index,
XchainOuterClass.Utxo.Builder builderForValue)
outSign return the output
bytes outSign = 2;
utxo list
repeated .pb.Utxo utxoList = 2; |
XchainOuterClass.UtxoOutput.Builder |
XchainOuterClass.UtxoOutput.Builder.addUtxoList(XchainOuterClass.Utxo.Builder builderForValue)
outSign return the output
bytes outSign = 2;
utxo list
repeated .pb.Utxo utxoList = 2; |
XchainOuterClass.UtxoOutput.Builder |
XchainOuterClass.UtxoOutput.Builder.setUtxoList(int index,
XchainOuterClass.Utxo.Builder builderForValue)
outSign return the output
bytes outSign = 2;
utxo list
repeated .pb.Utxo utxoList = 2; |
Copyright © 2020. All rights reserved.