public class StateChangeBody extends Object
| Constructor and Description |
|---|
StateChangeBody(ByzCoinProto.StateChangeBody proto)
Construct a StateChangeBody object from its protobuf representation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContractID()
Getter for the contract ID.
|
DarcId |
getDarcBaseId()
Getter for the Darc base ID.
|
int |
getStateAction()
Getter for the state action.
|
byte[] |
getValue()
Getter for the value.
|
long |
getVersion()
Getter for the version
|
public StateChangeBody(ByzCoinProto.StateChangeBody proto) throws CothorityCryptoException
CothorityCryptoExceptionpublic int getStateAction()
public String getContractID()
public byte[] getValue()
public long getVersion()
public DarcId getDarcBaseId()
Copyright © 2019. All rights reserved.