Package | Description |
---|---|
com.daml.ledger.javaapi.data | |
com.daml.ledger.rxjava | |
com.daml.ledger.rxjava.grpc |
Modifier and Type | Method and Description |
---|---|
static GetActiveContractsResponse |
GetActiveContractsResponse.fromProto(ActiveContractsServiceOuterClass.GetActiveContractsResponse response) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Flowable<GetActiveContractsResponse> |
ActiveContractsClient.getActiveContracts(TransactionFilter filter,
boolean verbose) |
io.reactivex.Flowable<GetActiveContractsResponse> |
ActiveContractsClient.getActiveContracts(TransactionFilter filter,
boolean verbose,
java.lang.String accessToken) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Flowable<GetActiveContractsResponse> |
ActiveContractClientImpl.getActiveContracts(@NonNull TransactionFilter filter,
boolean verbose) |
io.reactivex.Flowable<GetActiveContractsResponse> |
ActiveContractClientImpl.getActiveContracts(@NonNull TransactionFilter filter,
boolean verbose,
@NonNull java.lang.String accessToken) |