Package com.daml.ledger.api.v2
Interface ContractServiceGrpc.AsyncService
- All Known Implementing Classes:
ContractServiceGrpc.ContractServiceImplBase
- Enclosing class:
ContractServiceGrpc
public static interface ContractServiceGrpc.AsyncService
This service is experimental / alpha, therefore no backwards compatibility is guaranteed.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidgetContract(ContractServiceOuterClass.GetContractRequest request, io.grpc.stub.StreamObserver<ContractServiceOuterClass.GetContractResponse> responseObserver) Looking up contract data by contract ID.
-
Method Details
-
getContract
default void getContract(ContractServiceOuterClass.GetContractRequest request, io.grpc.stub.StreamObserver<ContractServiceOuterClass.GetContractResponse> responseObserver) Looking up contract data by contract ID. This endpoint is experimental / alpha, therefore no backwards compatibility is guaranteed. This endpoint must not be used to look up contracts which entered the participant via party replication or repair service. If there is no contract exist with the contract ID, or there is no intersection with the querying_parties, an CONTRACT_PAYLOAD_NOT_FOUND error will be raised.
-