Interface ContractServiceOuterClass.GetContractResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ContractServiceOuterClass.GetContractResponse, ContractServiceOuterClass.GetContractResponse.Builder
Enclosing class:
ContractServiceOuterClass

public static interface ContractServiceOuterClass.GetContractResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The representative_package_id will be always set to the contract package ID, therefore this endpoint should not be used to lookup contract which entered the participant via party replication or repair service.
    The representative_package_id will be always set to the contract package ID, therefore this endpoint should not be used to lookup contract which entered the participant via party replication or repair service.
    boolean
    The representative_package_id will be always set to the contract package ID, therefore this endpoint should not be used to lookup contract which entered the participant via party replication or repair service.

    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

    • hasCreatedEvent

      boolean hasCreatedEvent()
       The representative_package_id will be always set to the contract package ID, therefore this endpoint should
       not be used to lookup contract which entered the participant via party replication or repair service.
       The witnesses field will contain only the querying_parties which are also stakeholders of the contract as well.
       The following fields of the created event cannot be populated, so those should not be used / parsed:
      
       - offset
       - node_id
       - created_event_blob
       - interface_views
       - acs_delta
      
       Required
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1;
      Returns:
      Whether the createdEvent field is set.
    • getCreatedEvent

      EventOuterClass.CreatedEvent getCreatedEvent()
       The representative_package_id will be always set to the contract package ID, therefore this endpoint should
       not be used to lookup contract which entered the participant via party replication or repair service.
       The witnesses field will contain only the querying_parties which are also stakeholders of the contract as well.
       The following fields of the created event cannot be populated, so those should not be used / parsed:
      
       - offset
       - node_id
       - created_event_blob
       - interface_views
       - acs_delta
      
       Required
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1;
      Returns:
      The createdEvent.
    • getCreatedEventOrBuilder

      EventOuterClass.CreatedEventOrBuilder getCreatedEventOrBuilder()
       The representative_package_id will be always set to the contract package ID, therefore this endpoint should
       not be used to lookup contract which entered the participant via party replication or repair service.
       The witnesses field will contain only the querying_parties which are also stakeholders of the contract as well.
       The following fields of the created event cannot be populated, so those should not be used / parsed:
      
       - offset
       - node_id
       - created_event_blob
       - interface_views
       - acs_delta
      
       Required
       
      .com.daml.ledger.api.v2.CreatedEvent created_event = 1;