- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Contract.CallArgs, Contract.CallArgs.Builder
- 封闭类:
- Contract
public static interface Contract.CallArgsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getMethod
string method = 1;
- 返回:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()
string method = 1;
- 返回:
- The bytes for method.
-
getArgsList
repeated .xchain.contract.sdk.ArgPair args = 2;
-
getArgs
repeated .xchain.contract.sdk.ArgPair args = 2;
-
getArgsCount
int getArgsCount()
repeated .xchain.contract.sdk.ArgPair args = 2;
-
getArgsOrBuilderList
repeated .xchain.contract.sdk.ArgPair args = 2;
-
getArgsOrBuilder
repeated .xchain.contract.sdk.ArgPair args = 2;
-
getInitiator
string initiator = 3;
- 返回:
- The initiator.
-
getInitiatorBytes
com.google.protobuf.ByteString getInitiatorBytes()
string initiator = 3;
- 返回:
- The bytes for initiator.
-
getAuthRequireList
repeated string auth_require = 4;
- 返回:
- A list containing the authRequire.
-
getAuthRequireCount
int getAuthRequireCount()
repeated string auth_require = 4;
- 返回:
- The count of authRequire.
-
getAuthRequire
String getAuthRequire(
int index)
repeated string auth_require = 4;
- 参数:
index - The index of the element to return.
- 返回:
- The authRequire at the given index.
-
getAuthRequireBytes
com.google.protobuf.ByteString getAuthRequireBytes(int index)
repeated string auth_require = 4;
- 参数:
index - The index of the value to return.
- 返回:
- The bytes of the authRequire at the given index.
-
getTransferAmount
string transfer_amount = 5;
- 返回:
- The transferAmount.
-
getTransferAmountBytes
com.google.protobuf.ByteString getTransferAmountBytes()
string transfer_amount = 5;
- 返回:
- The bytes for transferAmount.