public static interface XendorserOuterClass.EndorserRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBcName()
请求链名
optional string BcName = 3; |
com.google.protobuf.ByteString |
getBcNameBytes()
请求链名
optional string BcName = 3; |
XchainOuterClass.Transaction |
getFee()
带签名的交易费Tx
optional .pb.Transaction Fee = 4; |
XchainOuterClass.Header |
getHeader()
optional .pb.Header header = 1; |
com.google.protobuf.ByteString |
getRequestData()
Json打包的数据
optional bytes RequestData = 5; |
String |
getRequestName()
请求名(类型)
optional string RequestName = 2; |
com.google.protobuf.ByteString |
getRequestNameBytes()
请求名(类型)
optional string RequestName = 2; |
boolean |
hasFee()
带签名的交易费Tx
optional .pb.Transaction Fee = 4; |
boolean |
hasHeader()
optional .pb.Header header = 1; |
boolean hasHeader()
optional .pb.Header header = 1;XchainOuterClass.Header getHeader()
optional .pb.Header header = 1;String getRequestName()
请求名(类型)
optional string RequestName = 2;com.google.protobuf.ByteString getRequestNameBytes()
请求名(类型)
optional string RequestName = 2;String getBcName()
请求链名
optional string BcName = 3;com.google.protobuf.ByteString getBcNameBytes()
请求链名
optional string BcName = 3;boolean hasFee()
带签名的交易费Tx
optional .pb.Transaction Fee = 4;XchainOuterClass.Transaction getFee()
带签名的交易费Tx
optional .pb.Transaction Fee = 4;com.google.protobuf.ByteString getRequestData()
Json打包的数据
optional bytes RequestData = 5;Copyright © 2020. All rights reserved.