Package com.daml.ledger.rxjava
Interface ActiveContractsClient
-
- All Known Implementing Classes:
ActiveContractClientImpl
public interface ActiveContractsClient
An RxJava version ofActiveContractsServiceGrpc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Flowable<GetActiveContractsResponse>
getActiveContracts(TransactionFilter filter, boolean verbose)
io.reactivex.Flowable<GetActiveContractsResponse>
getActiveContracts(TransactionFilter filter, boolean verbose, java.lang.String accessToken)
-
-
-
Method Detail
-
getActiveContracts
io.reactivex.Flowable<GetActiveContractsResponse> getActiveContracts(TransactionFilter filter, boolean verbose)
-
getActiveContracts
io.reactivex.Flowable<GetActiveContractsResponse> getActiveContracts(TransactionFilter filter, boolean verbose, java.lang.String accessToken)
-
-