Package com.daml.ledger.api.v1
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
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request, io.grpc.stub.StreamObserver<VersionServiceOuterClass.GetLedgerApiVersionResponse> responseObserver)
Read the Ledger API version
-
-
-
Method Detail
-
getLedgerApiVersion
default void getLedgerApiVersion(VersionServiceOuterClass.GetLedgerApiVersionRequest request, io.grpc.stub.StreamObserver<VersionServiceOuterClass.GetLedgerApiVersionResponse> responseObserver)
Read the Ledger API version
-
-