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.
|
boolean |
hasCommand()
Command is interpreted by the contract.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommand()
Command is interpreted by the contract.
required string command = 1;String getCommand()
Command is interpreted by the contract.
required string command = 1;com.google.protobuf.ByteString getCommandBytes()
Command is interpreted by the contract.
required string command = 1;List<ByzCoinProto.Argument> getArgsList()
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 2;ByzCoinProto.Argument getArgs(int index)
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 2;int getArgsCount()
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 2;List<? extends ByzCoinProto.ArgumentOrBuilder> getArgsOrBuilderList()
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 2;ByzCoinProto.ArgumentOrBuilder getArgsOrBuilder(int index)
Args holds all data necessary for the successful execution of the command.
repeated .byzcoin.Argument args = 2;Copyright © 2018. All rights reserved.