Package | Description |
---|---|
com.daml.ledger.javaapi.data | |
com.daml.ledger.rxjava.components.helpers |
Modifier and Type | Method and Description |
---|---|
static @NonNull Record |
Record.fromProto(ValueOuterClass.Record record) |
@NonNull Record |
CreatedEvent.getArguments() |
@NonNull Record |
CreateCommand.getCreateArguments() |
Record |
CreateAndExerciseCommand.getCreateArguments() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Record> |
Value.asRecord() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
@NonNull Record |
CreatedContract.getCreateArguments() |
Constructor and Description |
---|
CreatedContract(@NonNull Identifier templateId,
@NonNull Record createArguments,
@NonNull CreatedContractContext context) |