public static interface XchainOuterClass.PreExecWithSelectUTXOResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBcname()
optional string bcname = 2; |
com.google.protobuf.ByteString |
getBcnameBytes()
optional string bcname = 2; |
XchainOuterClass.Header |
getHeader()
optional .pb.Header header = 1; |
XchainOuterClass.InvokeResponse |
getResponse()
optional .pb.InvokeResponse response = 3; |
XchainOuterClass.UtxoOutput |
getUtxoOutput()
for preExec & selectUTXO
optional .pb.UtxoOutput utxoOutput = 4; |
boolean |
hasHeader()
optional .pb.Header header = 1; |
boolean |
hasResponse()
optional .pb.InvokeResponse response = 3; |
boolean |
hasUtxoOutput()
for preExec & selectUTXO
optional .pb.UtxoOutput utxoOutput = 4; |
boolean hasHeader()
optional .pb.Header header = 1;XchainOuterClass.Header getHeader()
optional .pb.Header header = 1;String getBcname()
optional string bcname = 2;com.google.protobuf.ByteString getBcnameBytes()
optional string bcname = 2;boolean hasResponse()
optional .pb.InvokeResponse response = 3;XchainOuterClass.InvokeResponse getResponse()
optional .pb.InvokeResponse response = 3;boolean hasUtxoOutput()
for preExec & selectUTXO
optional .pb.UtxoOutput utxoOutput = 4;XchainOuterClass.UtxoOutput getUtxoOutput()
for preExec & selectUTXO
optional .pb.UtxoOutput utxoOutput = 4;Copyright © 2020. All rights reserved.