Package com.daml.ledger.api.v2.admin
Interface PartyManagementServiceOuterClass.GenerateExternalPartyTopologyResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartyManagementServiceOuterClass.GenerateExternalPartyTopologyResponse,PartyManagementServiceOuterClass.GenerateExternalPartyTopologyResponse.Builder
- Enclosing class:
PartyManagementServiceOuterClass
public static interface PartyManagementServiceOuterClass.GenerateExternalPartyTopologyResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringthe multi-hash which may be signed instead of each individual transaction Required: must be non-emptyThe generated party id Requiredcom.google.protobuf.ByteStringThe generated party id RequiredThe fingerprint of the supplied public key Requiredcom.google.protobuf.ByteStringThe fingerprint of the supplied public key Requiredcom.google.protobuf.ByteStringgetTopologyTransactions(int index) The serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information.intThe serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information.List<com.google.protobuf.ByteString> The serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPartyId
String getPartyId()The generated party id Required
string party_id = 1;- Returns:
- The partyId.
-
getPartyIdBytes
com.google.protobuf.ByteString getPartyIdBytes()The generated party id Required
string party_id = 1;- Returns:
- The bytes for partyId.
-
getPublicKeyFingerprint
String getPublicKeyFingerprint()The fingerprint of the supplied public key Required
string public_key_fingerprint = 2;- Returns:
- The publicKeyFingerprint.
-
getPublicKeyFingerprintBytes
com.google.protobuf.ByteString getPublicKeyFingerprintBytes()The fingerprint of the supplied public key Required
string public_key_fingerprint = 2;- Returns:
- The bytes for publicKeyFingerprint.
-
getTopologyTransactionsList
List<com.google.protobuf.ByteString> getTopologyTransactionsList()The serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information. Therefore, the transaction here is serialized as an `UntypedVersionedMessage` which in turn contains the serialized `TopologyTransaction` in the version supported by the synchronizer. Required: must be non-empty
repeated bytes topology_transactions = 3;- Returns:
- A list containing the topologyTransactions.
-
getTopologyTransactionsCount
int getTopologyTransactionsCount()The serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information. Therefore, the transaction here is serialized as an `UntypedVersionedMessage` which in turn contains the serialized `TopologyTransaction` in the version supported by the synchronizer. Required: must be non-empty
repeated bytes topology_transactions = 3;- Returns:
- The count of topologyTransactions.
-
getTopologyTransactions
com.google.protobuf.ByteString getTopologyTransactions(int index) The serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information. Therefore, the transaction here is serialized as an `UntypedVersionedMessage` which in turn contains the serialized `TopologyTransaction` in the version supported by the synchronizer. Required: must be non-empty
repeated bytes topology_transactions = 3;- Parameters:
index- The index of the element to return.- Returns:
- The topologyTransactions at the given index.
-
getMultiHash
com.google.protobuf.ByteString getMultiHash()the multi-hash which may be signed instead of each individual transaction Required: must be non-empty
bytes multi_hash = 4;- Returns:
- The multiHash.
-