Uses of Class
com.daml.ledger.javaapi.data.ActiveContracts
Packages that use ActiveContracts
-
Uses of ActiveContracts in com.daml.ledger.rxjava
Methods in com.daml.ledger.rxjava that return types with arguments of type ActiveContractsModifier and TypeMethodDescription<Ct> io.reactivex.Flowable<ActiveContracts<Ct>>
StateClient.getActiveContracts
(ContractFilter<Ct> contractFilter, Set<String> parties, boolean verbose, Long activeAtOffset) Get active Contracts<Ct> io.reactivex.Flowable<ActiveContracts<Ct>>
StateClient.getActiveContracts
(ContractFilter<Ct> contractFilter, Set<String> parties, boolean verbose, Long activeAtOffset, String accessToken) Get active Contracts -
Uses of ActiveContracts in com.daml.ledger.rxjava.grpc
Methods in com.daml.ledger.rxjava.grpc that return types with arguments of type ActiveContractsModifier and TypeMethodDescription<Ct> io.reactivex.Flowable<ActiveContracts<Ct>>
StateClientImpl.getActiveContracts
(ContractFilter<Ct> contractFilter, Set<String> parties, boolean verbose, Long activeAtOffset) <Ct> io.reactivex.Flowable<ActiveContracts<Ct>>
StateClientImpl.getActiveContracts
(ContractFilter<Ct> contractFilter, Set<String> parties, boolean verbose, Long activeAtOffset, String accessToken)