public static interface ByzCoinProto.CheckAuthorizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getByzcoinid()
ByzCoinID where to look up the darc
|
com.google.protobuf.ByteString |
getDarcid()
DarcID that holds the rules
|
DarcProto.Identity |
getIdentities(int index)
Identities that will sign together
|
int |
getIdentitiesCount()
Identities that will sign together
|
List<DarcProto.Identity> |
getIdentitiesList()
Identities that will sign together
|
DarcProto.IdentityOrBuilder |
getIdentitiesOrBuilder(int index)
Identities that will sign together
|
List<? extends DarcProto.IdentityOrBuilder> |
getIdentitiesOrBuilderList()
Identities that will sign together
|
int |
getVersion()
Version of the protocol
|
boolean |
hasByzcoinid()
ByzCoinID where to look up the darc
|
boolean |
hasDarcid()
DarcID that holds the rules
|
boolean |
hasVersion()
Version of the protocol
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
Version of the protocol
required sint32 version = 1;int getVersion()
Version of the protocol
required sint32 version = 1;boolean hasByzcoinid()
ByzCoinID where to look up the darc
required bytes byzcoinid = 2;com.google.protobuf.ByteString getByzcoinid()
ByzCoinID where to look up the darc
required bytes byzcoinid = 2;boolean hasDarcid()
DarcID that holds the rules
required bytes darcid = 3;com.google.protobuf.ByteString getDarcid()
DarcID that holds the rules
required bytes darcid = 3;List<DarcProto.Identity> getIdentitiesList()
Identities that will sign together
repeated .darc.Identity identities = 4;DarcProto.Identity getIdentities(int index)
Identities that will sign together
repeated .darc.Identity identities = 4;int getIdentitiesCount()
Identities that will sign together
repeated .darc.Identity identities = 4;List<? extends DarcProto.IdentityOrBuilder> getIdentitiesOrBuilderList()
Identities that will sign together
repeated .darc.Identity identities = 4;DarcProto.IdentityOrBuilder getIdentitiesOrBuilder(int index)
Identities that will sign together
repeated .darc.Identity identities = 4;Copyright © 2019. All rights reserved.