Package com.daml.ledger.api.v1
Interface LedgerIdentityServiceGrpc.AsyncService
-
- All Known Implementing Classes:
LedgerIdentityServiceGrpc.LedgerIdentityServiceImplBase
- Enclosing class:
- LedgerIdentityServiceGrpc
@Deprecated public static interface LedgerIdentityServiceGrpc.AsyncService
Deprecated.DEPRECATED: This service is now deprecated and ledger identity string is optional for all Ledger API requests. Allows clients to verify that the server they are communicating with exposes the ledger they wish to operate on. In V2 Ledger API this service is not available anymore.
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default void
getLedgerIdentity(LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest request, io.grpc.stub.StreamObserver<LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse> responseObserver)
Deprecated.
-
-
-
Method Detail
-
getLedgerIdentity
@Deprecated default void getLedgerIdentity(LedgerIdentityServiceOuterClass.GetLedgerIdentityRequest request, io.grpc.stub.StreamObserver<LedgerIdentityServiceOuterClass.GetLedgerIdentityResponse> responseObserver)
Deprecated.Clients may call this RPC to return the identifier of the ledger they are connected to.
-
-