public static interface XchainOuterClass.UtxoInputOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress()
address to select
optional string address = 3; |
com.google.protobuf.ByteString |
getAddressBytes()
address to select
optional string address = 3; |
String |
getBcname()
which bcname to select
optional string bcname = 2; |
com.google.protobuf.ByteString |
getBcnameBytes()
which bcname to select
optional string bcname = 2; |
XchainOuterClass.Header |
getHeader()
optional .pb.Header header = 1; |
boolean |
getNeedLock()
need lock
optional bool needLock = 8; |
String |
getPublickey()
publickey of the address
optional string publickey = 4; |
com.google.protobuf.ByteString |
getPublickeyBytes()
publickey of the address
optional string publickey = 4; |
String |
getTotalNeed()
totalNeed refer the total need utxos to select
optional string totalNeed = 5; |
com.google.protobuf.ByteString |
getTotalNeedBytes()
totalNeed refer the total need utxos to select
optional string totalNeed = 5; |
com.google.protobuf.ByteString |
getUserSign()
userSign of input
optional bytes userSign = 7; |
boolean |
hasHeader()
optional .pb.Header header = 1; |
boolean hasHeader()
optional .pb.Header header = 1;XchainOuterClass.Header getHeader()
optional .pb.Header header = 1;String getBcname()
which bcname to select
optional string bcname = 2;com.google.protobuf.ByteString getBcnameBytes()
which bcname to select
optional string bcname = 2;String getAddress()
address to select
optional string address = 3;com.google.protobuf.ByteString getAddressBytes()
address to select
optional string address = 3;String getPublickey()
publickey of the address
optional string publickey = 4;com.google.protobuf.ByteString getPublickeyBytes()
publickey of the address
optional string publickey = 4;String getTotalNeed()
totalNeed refer the total need utxos to select
optional string totalNeed = 5;com.google.protobuf.ByteString getTotalNeedBytes()
totalNeed refer the total need utxos to select
optional string totalNeed = 5;com.google.protobuf.ByteString getUserSign()
userSign of input
optional bytes userSign = 7;boolean getNeedLock()
need lock
optional bool needLock = 8;Copyright © 2020. All rights reserved.