public class Spawn extends Object
| Constructor and Description |
|---|
Spawn(String contractId,
List<Argument> arguments)
Constructor for the spawn action.
|
| Modifier and Type | Method and Description |
|---|---|
List<Argument> |
getArguments()
Getter for the arguments.
|
String |
getContractId()
Getter for contract ID.
|
TransactionProto.Spawn |
toProto()
Converts this object to the protobuf representation.
|
public String getContractId()
public TransactionProto.Spawn toProto()
Copyright © 2018. All rights reserved.