public class StateChange extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StateChange.StateAction
Enumeration to represents the state action
|
| Constructor and Description |
|---|
StateChange(ByzCoinProto.StateChange sc)
Instantiates using a state change coming from a protobuf message
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContractId()
Getter for the contract ID
|
DarcId |
getDarcBaseID()
Getter for the darc ID
|
InstanceId |
getInstanceId()
Getter for the instance ID
|
StateChange.StateAction |
getStateAction()
Getter for the state action
|
com.google.protobuf.ByteString |
getValue()
Getter for the value
|
long |
getVersion()
Getter for the version
|
public StateChange(ByzCoinProto.StateChange sc)
sc - the state changepublic StateChange.StateAction getStateAction()
public InstanceId getInstanceId()
public String getContractId()
public DarcId getDarcBaseID()
public com.google.protobuf.ByteString getValue()
public long getVersion()
Copyright © 2019. All rights reserved.