Packages

package execution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AuthorityResolver extends AnyRef
  2. trait DynamicDomainParameterGetter extends AnyRef

    Class for retrieving dynamic domain parameters.

    Class for retrieving dynamic domain parameters.

    Because of the current organisation of code between the ledger API and Canton, the ledger API code does not have direct access to Canton concepts such as dynamic domain parameters (it only sees the CantonSyncService as an instance of a com.digitalasset.canton.ledger.participant.state.v2.ReadService and com.digitalasset.canton.ledger.participant.state.v2.WriteService).

    An instance of this trait is therefore provided as a "hook" to the ledger API to retrieve dynamic domain parameters.

  3. class ResolveMaximumLedgerTime extends NamedLogging

    Computes the maximum ledger time of all used contracts in a submission by: * Using the client-provided disclosed contracts createdAt timestamp * Falling back to contractStore lookups for contracts that have not been provided as part of submissions' disclosed_contracts

Ungrouped