Interface CommandsOuterClass.DisclosedContractOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContractId()
      The contract id Required
      com.google.protobuf.ByteString getContractIdBytes()
      The contract id Required
      com.google.protobuf.ByteString getCreatedEventBlob()
      Opaque byte string containing the complete payload required by the Daml engine to reconstruct a contract not known to the receiving participant.
      ValueOuterClass.Identifier getTemplateId()
      The template id of the contract.
      ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
      The template id of the contract.
      boolean hasTemplateId()
      The template id of the contract.
      • 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 Detail

      • hasTemplateId

        boolean hasTemplateId()
         The template id of the contract.
         Required
         
        .com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];
        Returns:
        Whether the templateId field is set.
      • getTemplateId

        ValueOuterClass.Identifier getTemplateId()
         The template id of the contract.
         Required
         
        .com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];
        Returns:
        The templateId.
      • getTemplateIdOrBuilder

        ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
         The template id of the contract.
         Required
         
        .com.daml.ledger.api.v1.Identifier template_id = 1 [json_name = "templateId"];
      • getContractId

        java.lang.String getContractId()
         The contract id
         Required
         
        string contract_id = 2 [json_name = "contractId"];
        Returns:
        The contractId.
      • getContractIdBytes

        com.google.protobuf.ByteString getContractIdBytes()
         The contract id
         Required
         
        string contract_id = 2 [json_name = "contractId"];
        Returns:
        The bytes for contractId.
      • getCreatedEventBlob

        com.google.protobuf.ByteString getCreatedEventBlob()
         Opaque byte string containing the complete payload required by the Daml engine
         to reconstruct a contract not known to the receiving participant.
         Required
         
        bytes created_event_blob = 6 [json_name = "createdEventBlob"];
        Returns:
        The createdEventBlob.