Interface CommandsOuterClass.DisclosedContractOrBuilder

    • 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.
      • hasCreateArguments

        boolean hasCreateArguments()
         The contract arguments as typed Record
         
        .com.daml.ledger.api.v1.Record create_arguments = 3 [json_name = "createArguments"];
        Returns:
        Whether the createArguments field is set.
      • getCreateArguments

        ValueOuterClass.Record getCreateArguments()
         The contract arguments as typed Record
         
        .com.daml.ledger.api.v1.Record create_arguments = 3 [json_name = "createArguments"];
        Returns:
        The createArguments.
      • getCreateArgumentsOrBuilder

        ValueOuterClass.RecordOrBuilder getCreateArgumentsOrBuilder()
         The contract arguments as typed Record
         
        .com.daml.ledger.api.v1.Record create_arguments = 3 [json_name = "createArguments"];
      • hasCreateArgumentsBlob

        boolean hasCreateArgumentsBlob()
         The contract arguments specified using an opaque blob extracted from the ``create_arguments_blob`` field
         of a ``com.daml.ledger.api.v1.CreatedEvent``.
         
        .google.protobuf.Any create_arguments_blob = 5 [json_name = "createArgumentsBlob"];
        Returns:
        Whether the createArgumentsBlob field is set.
      • getCreateArgumentsBlob

        com.google.protobuf.Any getCreateArgumentsBlob()
         The contract arguments specified using an opaque blob extracted from the ``create_arguments_blob`` field
         of a ``com.daml.ledger.api.v1.CreatedEvent``.
         
        .google.protobuf.Any create_arguments_blob = 5 [json_name = "createArgumentsBlob"];
        Returns:
        The createArgumentsBlob.
      • getCreateArgumentsBlobOrBuilder

        com.google.protobuf.AnyOrBuilder getCreateArgumentsBlobOrBuilder()
         The contract arguments specified using an opaque blob extracted from the ``create_arguments_blob`` field
         of a ``com.daml.ledger.api.v1.CreatedEvent``.
         
        .google.protobuf.Any create_arguments_blob = 5 [json_name = "createArgumentsBlob"];
      • hasMetadata

        boolean hasMetadata()
         The contract metadata from the create event.
         Required
         
        .com.daml.ledger.api.v1.ContractMetadata metadata = 4 [json_name = "metadata"];
        Returns:
        Whether the metadata field is set.
      • getMetadata

        ContractMetadataOuterClass.ContractMetadata getMetadata()
         The contract metadata from the create event.
         Required
         
        .com.daml.ledger.api.v1.ContractMetadata metadata = 4 [json_name = "metadata"];
        Returns:
        The metadata.