Package com.daml.ledger.api.v2
Interface VersionServiceGrpc.AsyncService
- All Known Implementing Classes:
VersionServiceGrpc.VersionServiceImplBase
- Enclosing class:
- VersionServiceGrpc
public static interface VersionServiceGrpc.AsyncService
Allows clients to retrieve information about the ledger API version
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
getLedgerApiVersion
(VersionServiceOuterClass.GetLedgerApiVersionRequest request, io.grpc.stub.StreamObserver<VersionServiceOuterClass.GetLedgerApiVersionResponse> responseObserver) Read the Ledger API version
-
Method Details
-
getLedgerApiVersion
default void getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request, io.grpc.stub.StreamObserver<VersionServiceOuterClass.GetLedgerApiVersionResponse> responseObserver) Read the Ledger API version
-