-
Interfaces Interface Description com.daml.ledger.rxjava.LedgerIdentityClient Ledger identity string is optional for all ledger API requests, since Daml 2.0.0
-
Classes Class Description com.daml.ledger.javaapi.data.DamlMap UseDamlTextMap
instead.com.daml.ledger.javaapi.data.Decimal UseNumeric
instead.com.daml.ledger.javaapi.data.Record UseDamlRecord
instead.com.daml.ledger.javaapi.data.Record.Field UseDamlRecord.Field
instead.com.daml.ledger.rxjava.grpc.LedgerIdentityClientImpl ledger identity string is optional for all Ledger API requests since Daml 2.0.0
-
Constructors Constructor Description com.daml.ledger.javaapi.data.Bool(boolean) UseBool.of(boolean)
instead; since Daml 2.5.0com.daml.ledger.javaapi.data.CreatedEvent(List<String>, String, Identifier, String, DamlRecord, Map<Identifier, DamlRecord>, Map<Identifier, Status>, Optional<String>, Optional<Value>, Collection<String>, Collection<String>) You should passcreateArgumentsBlob
andcontractMetadata
arguments as well. Since Daml 2.6.0com.daml.ledger.javaapi.data.DamlList(List<Value>) com.daml.ledger.javaapi.data.DamlOptional(Optional<Value>) com.daml.ledger.javaapi.data.Identifier(String, String) com.daml.ledger.javaapi.data.InclusiveFilter(Set<Identifier>) UseInclusiveFilter.ofTemplateIds(java.util.Set<com.daml.ledger.javaapi.data.Identifier>)
instead;templateIds
must not include interface IDs. Since Daml 2.4.0com.daml.ledger.rxjava.grpc.LedgerIdentityClientImpl(Channel, Optional<String>) Pass a timeout orOptional.empty()
as the third argument, since Daml 2.4.0