Interface LedgerIdentityClient

  • All Known Implementing Classes:
    LedgerIdentityClientImpl

    @Deprecated
    public interface LedgerIdentityClient
    Deprecated.
    Ledger identity string is optional for all ledger API requests, since Daml 2.0.0
    An RxJava version of LedgerIdentityServiceGrpc
    • Method Detail

      • getLedgerIdentity

        io.reactivex.Single<java.lang.String> getLedgerIdentity()
        Deprecated.
      • getLedgerIdentity

        io.reactivex.Single<java.lang.String> getLedgerIdentity​(java.lang.String accessToken)
        Deprecated.