public class Invoke extends Object
| Constructor and Description |
|---|
Invoke(String command,
List<Argument> arguments)
Constructor for the invoke action.
|
Invoke(String command,
String argument,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
getArguments()
Getter for the arguments
|
String |
getCommand()
Getter for the command.
|
TransactionProto.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 String getCommand()
public TransactionProto.Invoke toProto()
Copyright © 2018. All rights reserved.