Uses of Class
com.daml.ledger.javaapi.data.GetActiveContractsResponse
Packages that use GetActiveContractsResponse
-
Uses of GetActiveContractsResponse in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return GetActiveContractsResponseModifier and TypeMethodDescriptionstatic GetActiveContractsResponse
GetActiveContractsResponse.fromProto
(StateServiceOuterClass.GetActiveContractsResponse response) -
Uses of GetActiveContractsResponse in com.daml.ledger.rxjava
Methods in com.daml.ledger.rxjava that return types with arguments of type GetActiveContractsResponseModifier and TypeMethodDescriptionio.reactivex.Flowable<GetActiveContractsResponse>
StateClient.getActiveContracts
(EventFormat eventFormat, Long activeAtOffset) io.reactivex.Flowable<GetActiveContractsResponse>
StateClient.getActiveContracts
(EventFormat eventFormat, Long activeAtOffset, String accessToken) io.reactivex.Flowable<GetActiveContractsResponse>
StateClient.getActiveContracts
(TransactionFilter filter, boolean verbose, Long activeAtOffset) io.reactivex.Flowable<GetActiveContractsResponse>
StateClient.getActiveContracts
(TransactionFilter filter, boolean verbose, Long activeAtOffset, String accessToken) -
Uses of GetActiveContractsResponse in com.daml.ledger.rxjava.grpc
Methods in com.daml.ledger.rxjava.grpc that return types with arguments of type GetActiveContractsResponseModifier and TypeMethodDescriptionio.reactivex.Flowable<GetActiveContractsResponse>
StateClientImpl.getActiveContracts
(@NonNull EventFormat eventFormat, Long activeAtOffset) io.reactivex.Flowable<GetActiveContractsResponse>
StateClientImpl.getActiveContracts
(@NonNull EventFormat eventFormat, Long activeAtOffset, @NonNull String accessToken) io.reactivex.Flowable<GetActiveContractsResponse>
StateClientImpl.getActiveContracts
(@NonNull TransactionFilter filter, boolean verbose, Long activeAtOffset) io.reactivex.Flowable<GetActiveContractsResponse>
StateClientImpl.getActiveContracts
(@NonNull TransactionFilter filter, boolean verbose, Long activeAtOffset, @NonNull String accessToken)