public static interface XchainOuterClass.InvokeRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsArgs(String key)
map<string, bytes> args = 4; |
String |
getAmount()
amount is the amount transfer to the contract
attention: In one transaction, transfer to only one contract is allowed
optional string amount = 6; |
com.google.protobuf.ByteString |
getAmountBytes()
amount is the amount transfer to the contract
attention: In one transaction, transfer to only one contract is allowed
optional string amount = 6; |
Map<String,com.google.protobuf.ByteString> |
getArgs()
已过时。
|
int |
getArgsCount()
map<string, bytes> args = 4; |
Map<String,com.google.protobuf.ByteString> |
getArgsMap()
map<string, bytes> args = 4; |
com.google.protobuf.ByteString |
getArgsOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> args = 4; |
com.google.protobuf.ByteString |
getArgsOrThrow(String key)
map<string, bytes> args = 4; |
String |
getContractName()
optional string contract_name = 2; |
com.google.protobuf.ByteString |
getContractNameBytes()
optional string contract_name = 2; |
String |
getMethodName()
optional string method_name = 3; |
com.google.protobuf.ByteString |
getMethodNameBytes()
optional string method_name = 3; |
String |
getModuleName()
optional string module_name = 1; |
com.google.protobuf.ByteString |
getModuleNameBytes()
optional string module_name = 1; |
XchainOuterClass.ResourceLimit |
getResourceLimits(int index)
repeated .pb.ResourceLimit resource_limits = 5; |
int |
getResourceLimitsCount()
repeated .pb.ResourceLimit resource_limits = 5; |
List<XchainOuterClass.ResourceLimit> |
getResourceLimitsList()
repeated .pb.ResourceLimit resource_limits = 5; |
String getModuleName()
optional string module_name = 1;com.google.protobuf.ByteString getModuleNameBytes()
optional string module_name = 1;String getContractName()
optional string contract_name = 2;com.google.protobuf.ByteString getContractNameBytes()
optional string contract_name = 2;String getMethodName()
optional string method_name = 3;com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 3;int getArgsCount()
map<string, bytes> args = 4;boolean containsArgs(String key)
map<string, bytes> args = 4;@Deprecated Map<String,com.google.protobuf.ByteString> getArgs()
getArgsMap() instead.com.google.protobuf.ByteString getArgsOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> args = 4;com.google.protobuf.ByteString getArgsOrThrow(String key)
map<string, bytes> args = 4;List<XchainOuterClass.ResourceLimit> getResourceLimitsList()
repeated .pb.ResourceLimit resource_limits = 5;XchainOuterClass.ResourceLimit getResourceLimits(int index)
repeated .pb.ResourceLimit resource_limits = 5;int getResourceLimitsCount()
repeated .pb.ResourceLimit resource_limits = 5;String getAmount()
amount is the amount transfer to the contract attention: In one transaction, transfer to only one contract is allowed
optional string amount = 6;com.google.protobuf.ByteString getAmountBytes()
amount is the amount transfer to the contract attention: In one transaction, transfer to only one contract is allowed
optional string amount = 6;Copyright © 2020. All rights reserved.