public class Invoke extends Object
| Constructor and Description |
|---|
Invoke(ByzCoinProto.Invoke proto)
Constructo from protobuf.
|
Invoke(String command,
List<Argument> arguments)
Constructor for the invoke action.
|
Invoke(String command,
String name,
byte[] value)
Constructor from one name/value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
getArguments()
Getter for the arguments
|
String |
getCommand()
Getter for the command.
|
ByzCoinProto.Invoke |
toProto()
Converts this object to the protobuf representation.
|
public Invoke(String command, List<Argument> arguments)
command - The command to invoke in the contract.arguments - The arguments for the contract.public Invoke(String command, String name, byte[] value)
command - name - value - public Invoke(ByzCoinProto.Invoke proto)
proto - public String getCommand()
public ByzCoinProto.Invoke toProto()
Copyright © 2018. All rights reserved.