public static interface OmniLedgerProto.StateChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContractid()
ContractID points to the contract that can interpret the value
|
com.google.protobuf.ByteString |
getInstanceid()
InstanceID of the state to change
|
int |
getStateaction()
StateAction can be any of Create, Update, Remove
|
com.google.protobuf.ByteString |
getValue()
Value is the data needed by the contract
|
boolean |
hasContractid()
ContractID points to the contract that can interpret the value
|
boolean |
hasInstanceid()
InstanceID of the state to change
|
boolean |
hasStateaction()
StateAction can be any of Create, Update, Remove
|
boolean |
hasValue()
Value is the data needed by the contract
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStateaction()
StateAction can be any of Create, Update, Remove
required sint32 stateaction = 1;int getStateaction()
StateAction can be any of Create, Update, Remove
required sint32 stateaction = 1;boolean hasInstanceid()
InstanceID of the state to change
required bytes instanceid = 2;com.google.protobuf.ByteString getInstanceid()
InstanceID of the state to change
required bytes instanceid = 2;boolean hasContractid()
ContractID points to the contract that can interpret the value
required bytes contractid = 3;com.google.protobuf.ByteString getContractid()
ContractID points to the contract that can interpret the value
required bytes contractid = 3;boolean hasValue()
Value is the data needed by the contract
required bytes value = 4;com.google.protobuf.ByteString getValue()
Value is the data needed by the contract
required bytes value = 4;Copyright © 2018. All rights reserved.