-
Interfaces Interface Description com.daml.ledger.rxjava.LedgerIdentityClient Ledger identity string is optional for all ledger API requests, since Daml 2.0.0
-
Classes Class Description com.daml.ledger.rxjava.grpc.LedgerIdentityClientImpl ledger identity string is optional for all Ledger API requests since Daml 2.0.0
-
Methods Method Description com.daml.ledger.rxjava.DamlLedgerClient.Builder.withExpectedLedgerId(String) since 2.0 the ledger identifier has been deprecated as a fail-safe against contacting an unexpected participant. You are recommended to use the participant identifier in the access token as a way to validate that you are accessing the ledger through the expected participant node (as well as authorize your calls).com.daml.ledger.rxjava.DamlLedgerClient.getLedgerIdentityClient() com.daml.ledger.rxjava.LedgerClient.getLedgerIdentityClient()
-
Constructors Constructor Description com.daml.ledger.rxjava.grpc.LedgerIdentityClientImpl(Channel, Optional<String>) Pass a timeout orOptional.empty()as the third argument, since Daml 2.4.0