public class ActiveContractClientImpl extends java.lang.Object implements ActiveContractsClient
Constructor and Description |
---|
ActiveContractClientImpl(java.lang.String ledgerId,
io.grpc.Channel channel,
com.digitalasset.grpc.adapter.ExecutionSequencerFactory sequencerFactory) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Flowable<GetActiveContractsResponse> |
getActiveContracts(@NonNull TransactionFilter filter,
boolean verbose) |
io.reactivex.Flowable<GetActiveContractsResponse> |
getActiveContracts(@NonNull TransactionFilter filter,
boolean verbose,
@NonNull java.lang.String accessToken) |
public ActiveContractClientImpl(java.lang.String ledgerId, io.grpc.Channel channel, com.digitalasset.grpc.adapter.ExecutionSequencerFactory sequencerFactory)
public io.reactivex.Flowable<GetActiveContractsResponse> getActiveContracts(@NonNull TransactionFilter filter, boolean verbose)
getActiveContracts
in interface ActiveContractsClient
public io.reactivex.Flowable<GetActiveContractsResponse> getActiveContracts(@NonNull TransactionFilter filter, boolean verbose, @NonNull java.lang.String accessToken)
getActiveContracts
in interface ActiveContractsClient