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 |
|---|---|
byte[] |
getContractID()
Getter for the contract ID.
|
DarcId |
getDarcId()
Getter for the Darc ID.
|
int |
getStateAction()
Getter for the state action.
|
byte[] |
getValue()
Getter for the value.
|
public StateChangeBody(ByzCoinProto.StateChangeBody proto)
public int getStateAction()
public byte[] getContractID()
public byte[] getValue()
public DarcId getDarcId()
Copyright © 2018. All rights reserved.