Package | Description |
---|---|
com.daml.ledger.javaapi.data | |
com.daml.ledger.rxjava.components | |
com.daml.ledger.rxjava.components.helpers |
Modifier and Type | Method and Description |
---|---|
static @NonNull Identifier |
Identifier.fromProto(ValueOuterClass.Identifier identifier) |
@NonNull Identifier |
TreeEvent.getTemplateId() |
@NonNull Identifier |
ExercisedEvent.getTemplateId() |
@NonNull Identifier |
ExerciseCommand.getTemplateId() |
@NonNull Identifier |
ExerciseByKeyCommand.getTemplateId() |
@NonNull Identifier |
Event.getTemplateId() |
@NonNull Identifier |
CreatedEvent.getTemplateId() |
@NonNull Identifier |
CreateCommand.getTemplateId() |
@NonNull Identifier |
ArchivedEvent.getTemplateId() |
Constructor and Description |
---|
ArchivedEvent(@NonNull java.util.List<java.lang.String> witnessParties,
@NonNull java.lang.String eventId,
@NonNull Identifier templateId,
@NonNull java.lang.String contractId) |
CreateAndExerciseCommand(@NonNull Identifier templateId,
@NonNull Record createArguments,
@NonNull java.lang.String choice,
@NonNull Value choiceArgument) |
CreateCommand(@NonNull Identifier templateId,
@NonNull Record createArguments) |
CreatedEvent(@NonNull java.util.List<java.lang.String> witnessParties,
@NonNull java.lang.String eventId,
@NonNull Identifier templateId,
@NonNull java.lang.String contractId,
@NonNull Record arguments,
@NonNull java.util.Optional<java.lang.String> agreementText,
@NonNull java.util.Optional<Value> contractKey,
@NonNull java.util.Collection<java.lang.String> signatories,
@NonNull java.util.Collection<java.lang.String> observers) |
DamlEnum(@NonNull Identifier enumId,
@NonNull java.lang.String constructor) |
ExerciseByKeyCommand(@NonNull Identifier templateId,
@NonNull Value contractKey,
@NonNull java.lang.String choice,
@NonNull Value choiceArgument) |
ExerciseCommand(@NonNull Identifier templateId,
@NonNull java.lang.String contractId,
@NonNull java.lang.String choice,
@NonNull Value choiceArgument) |
ExercisedEvent(@NonNull java.util.List<java.lang.String> witnessParties,
@NonNull java.lang.String eventId,
@NonNull Identifier templateId,
@NonNull java.lang.String contractId,
@NonNull java.lang.String choice,
@NonNull Value choiceArgument,
@NonNull java.util.List<java.lang.String> actingParties,
boolean consuming,
@NonNull java.util.List<java.lang.String> childEventIds,
@NonNull Value exerciseResult) |
Record(@NonNull Identifier recordId,
@NonNull java.util.List<Record.Field> fields) |
Record(@NonNull Identifier recordId,
Record.Field... fields) |
Variant(@NonNull Identifier variantId,
@NonNull java.lang.String constructor,
@NonNull Value value) |
Modifier and Type | Field and Description |
---|---|
protected org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> |
LedgerViewFlowable.LedgerView.activeContractSet |
protected org.pcollections.PMap<java.lang.String,org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>>> |
LedgerViewFlowable.LedgerView.commandIdToContractIds |
protected org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,org.pcollections.PSet<java.lang.String>>> |
LedgerViewFlowable.LedgerView.contractIdsToCommandIds |
protected org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> |
LedgerViewFlowable.LedgerView.pendingContractSet |
Modifier and Type | Method and Description |
---|---|
LedgerViewFlowable.LedgerTestView<R> |
LedgerViewFlowable.LedgerTestView.addActiveContract(Identifier templateId,
java.lang.String contractId,
R r) |
org.pcollections.PMap<java.lang.String,R> |
LedgerViewFlowable.LedgerView.getContracts(Identifier templateId) |
Constructor and Description |
---|
LedgerTestView(org.pcollections.PMap<java.lang.String,org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>>> commandIdToContractIds,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,org.pcollections.PSet<java.lang.String>>> contractIdsToCommandIds,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> pendingContractSet,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> activeContractSet) |
LedgerTestView(org.pcollections.PMap<java.lang.String,org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>>> commandIdToContractIds,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,org.pcollections.PSet<java.lang.String>>> contractIdsToCommandIds,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> pendingContractSet,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> activeContractSet) |
LedgerTestView(org.pcollections.PMap<java.lang.String,org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>>> commandIdToContractIds,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,org.pcollections.PSet<java.lang.String>>> contractIdsToCommandIds,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> pendingContractSet,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> activeContractSet) |
LedgerTestView(org.pcollections.PMap<java.lang.String,org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>>> commandIdToContractIds,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,org.pcollections.PSet<java.lang.String>>> contractIdsToCommandIds,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> pendingContractSet,
org.pcollections.PMap<Identifier,org.pcollections.PMap<java.lang.String,R>> activeContractSet) |
Modifier and Type | Method and Description |
---|---|
@NonNull Identifier |
CreatedContract.getTemplateId() |
Constructor and Description |
---|
CreatedContract(@NonNull Identifier templateId,
@NonNull Record createArguments,
@NonNull CreatedContractContext context) |