Class LedgerIdentityClientImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      LedgerIdentityClientImpl​(io.grpc.Channel channel, com.daml.grpc.adapter.ExecutionSequencerFactory sequencerFactory, java.util.Optional<java.lang.String> accessToken)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.reactivex.Single<java.lang.String> getLedgerIdentity()  
      io.reactivex.Single<java.lang.String> getLedgerIdentity​(@NonNull java.lang.String accessToken)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LedgerIdentityClientImpl

        public LedgerIdentityClientImpl​(io.grpc.Channel channel,
                                        com.daml.grpc.adapter.ExecutionSequencerFactory sequencerFactory,
                                        java.util.Optional<java.lang.String> accessToken)