public static interface TransactionProto.ObjectIDOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getDarcid()
DarcID is the base ID of the Darc controlling access to this object
|
com.google.protobuf.ByteString |
getInstanceid()
InstanceID is taken from the Instruction.Nonce when the Spawn instruction is
sent.
|
boolean |
hasDarcid()
DarcID is the base ID of the Darc controlling access to this object
|
boolean |
hasInstanceid()
InstanceID is taken from the Instruction.Nonce when the Spawn instruction is
sent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDarcid()
DarcID is the base ID of the Darc controlling access to this object
required bytes darcid = 1;com.google.protobuf.ByteString getDarcid()
DarcID is the base ID of the Darc controlling access to this object
required bytes darcid = 1;boolean hasInstanceid()
InstanceID is taken from the Instruction.Nonce when the Spawn instruction is
sent.
required bytes instanceid = 2;com.google.protobuf.ByteString getInstanceid()
InstanceID is taken from the Instruction.Nonce when the Spawn instruction is
sent.
required bytes instanceid = 2;Copyright © 2018. All rights reserved.