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 Type
    Method
    Description
    getSignatures(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 empty
    int
    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
    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
    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
    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
    com.google.protobuf.ByteString
    The serialized TopologyTransaction Required: must be non-empty

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      CryptoOuterClass.Signature getSignatures(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 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

      CryptoOuterClass.SignatureOrBuilder getSignaturesOrBuilder(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 empty
       
      repeated .com.daml.ledger.api.v2.Signature signatures = 2;