Package com.daml.ledger.api.v2.admin
Interface PartyManagementServiceOuterClass.AllocateExternalPartyRequest.SignedTransactionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartyManagementServiceOuterClass.AllocateExternalPartyRequest.SignedTransaction,PartyManagementServiceOuterClass.AllocateExternalPartyRequest.SignedTransaction.Builder
- Enclosing class:
PartyManagementServiceOuterClass.AllocateExternalPartyRequest
public static interface PartyManagementServiceOuterClass.AllocateExternalPartyRequest.SignedTransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSignatures(int index) Additional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be emptyintAdditional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be emptyAdditional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be emptygetSignaturesOrBuilder(int index) Additional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be emptyList<? extends CryptoOuterClass.SignatureOrBuilder> Additional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be emptycom.google.protobuf.ByteStringThe serialized TopologyTransaction Required: must be non-emptyMethods 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
-
getTransaction
com.google.protobuf.ByteString getTransaction()The serialized TopologyTransaction Required: must be non-empty
bytes transaction = 1;- Returns:
- The transaction.
-
getSignaturesList
List<CryptoOuterClass.Signature> getSignaturesList()Additional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be empty
repeated .com.daml.ledger.api.v2.Signature signatures = 2; -
getSignatures
Additional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be empty
repeated .com.daml.ledger.api.v2.Signature signatures = 2; -
getSignaturesCount
int getSignaturesCount()Additional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be empty
repeated .com.daml.ledger.api.v2.Signature signatures = 2; -
getSignaturesOrBuilderList
List<? extends CryptoOuterClass.SignatureOrBuilder> getSignaturesOrBuilderList()Additional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be empty
repeated .com.daml.ledger.api.v2.Signature signatures = 2; -
getSignaturesOrBuilder
Additional signatures for this transaction specifically Use for transactions that require additional signatures beyond the namespace key signatures e.g: PartyToParticipant must be signed by all registered keys Optional: can be empty
repeated .com.daml.ledger.api.v2.Signature signatures = 2;
-