public static interface ByzCoinProto.InvokeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByzCoinProto.Argument |
getArgs(int index)
Args holds all data necessary for the successful execution of the command.
|
int |
getArgsCount()
Args holds all data necessary for the successful execution of the command.
|
List<ByzCoinProto.Argument> |
getArgsList()
Args holds all data necessary for the successful execution of the command.
|
ByzCoinProto.ArgumentOrBuilder |
getArgsOrBuilder(int index)
Args holds all data necessary for the successful execution of the command.
|
List<? extends ByzCoinProto.ArgumentOrBuilder> |
getArgsOrBuilderList()
Args holds all data necessary for the successful execution of the command.
|
String |
getCommand()
Command is interpreted by the contract.
|
com.google.protobuf.ByteString |
getCommandBytes()
Command is interpreted by the contract.
|
String |
getContractid()
ContractID represents the kind of contract that is being invoked.
|
com.google.protobuf.ByteString |
getContractidBytes()
ContractID represents the kind of contract that is being invoked.
|
boolean |
hasCommand()
Command is interpreted by the contract.
|
boolean |
hasContractid()
ContractID represents the kind of contract that is being invoked.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContractid()
ContractID represents the kind of contract that is being invoked.
required string contractid = 1;String getContractid()
ContractID represents the kind of contract that is being invoked.
required string contractid = 1;com.google.protobuf.ByteString getContractidBytes()
ContractID represents the kind of contract that is being invoked.
required string contractid = 1;boolean hasCommand()
Command is interpreted by the contract.
required string command = 2;String getCommand()
Command is interpreted by the contract.
required string command = 2;com.google.protobuf.ByteString getCommandBytes()
Command is interpreted by the contract.
required string command = 2;List<ByzCoinProto.Argument> getArgsList()
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 3;ByzCoinProto.Argument getArgs(int index)
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 3;int getArgsCount()
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 3;List<? extends ByzCoinProto.ArgumentOrBuilder> getArgsOrBuilderList()
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 3;ByzCoinProto.ArgumentOrBuilder getArgsOrBuilder(int index)
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 3;Copyright © 2019. All rights reserved.