public static interface Personhood.PartyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
|
DarcProto.Darc |
getDarc()
Darc being responsible for the PartyInstance.
|
DarcProto.DarcOrBuilder |
getDarcOrBuilder()
Darc being responsible for the PartyInstance.
|
PoPProto.FinalStatement |
getFinalstatement()
FinalStatement describes the party and the signature of the organizers.
|
PoPProto.FinalStatementOrBuilder |
getFinalstatementOrBuilder()
FinalStatement describes the party and the signature of the organizers.
|
com.google.protobuf.ByteString |
getInstanceid()
InstanceID is where to find the party in the ledger.
|
DarcProto.Signer |
getSigner()
Signer can call Invoke on the PartyInstance.
|
DarcProto.SignerOrBuilder |
getSignerOrBuilder()
Signer can call Invoke on the PartyInstance.
|
boolean |
hasByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
|
boolean |
hasDarc()
Darc being responsible for the PartyInstance.
|
boolean |
hasFinalstatement()
FinalStatement describes the party and the signature of the organizers.
|
boolean |
hasInstanceid()
InstanceID is where to find the party in the ledger.
|
boolean |
hasSigner()
Signer can call Invoke on the PartyInstance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
required bytes byzcoinid = 1;com.google.protobuf.ByteString getByzcoinid()
ByzCoinID represents the ledger where the pop-party is stored.
required bytes byzcoinid = 1;boolean hasInstanceid()
InstanceID is where to find the party in the ledger.
required bytes instanceid = 2;com.google.protobuf.ByteString getInstanceid()
InstanceID is where to find the party in the ledger.
required bytes instanceid = 2;boolean hasFinalstatement()
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;PoPProto.FinalStatement getFinalstatement()
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;PoPProto.FinalStatementOrBuilder getFinalstatementOrBuilder()
FinalStatement describes the party and the signature of the organizers.
required .pop.FinalStatement finalstatement = 3;boolean hasDarc()
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;DarcProto.Darc getDarc()
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;DarcProto.DarcOrBuilder getDarcOrBuilder()
Darc being responsible for the PartyInstance.
required .darc.Darc darc = 4;boolean hasSigner()
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;DarcProto.Signer getSigner()
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;DarcProto.SignerOrBuilder getSignerOrBuilder()
Signer can call Invoke on the PartyInstance.
required .darc.Signer signer = 5;Copyright © 2018. All rights reserved.