Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class CommandSubmitterWithRetry extends NamedLogging with FlagCloseableAsync

    Wraps a command tracker with the ability to retry timed out commands up to a given max number of retries

  2. trait LedgerConnection extends LedgerSubmit
  3. trait LedgerSubmit extends FlagCloseableAsync

    Extract from connection for only submitting functionality

  4. trait LedgerSubscription extends FlagCloseableAsync with NamedLogging

    Subscription for reading the ledger

Value Members

  1. object CommandSubmitterWithRetry
  2. object DecodeUtil
  3. object LedgerConnection
  4. object ValueRemapper

    Utilities for modifying ledger api values, e.g.

    Utilities for modifying ledger api values, e.g. to make them suitable for importing into canton:

    Contract ids: Importing a set of contracts often requires awareness of contract dependencies and references to ensure that when contract ids are modified that references are updates to reflect such modifications.

    Party ids: Contracts from non-canton daml ledgers are incompatible with canton party ids that contain additional information (fingerprint suffix). Remapping party ids enables updating embedded party id types to conform to the canton party id format.

Ungrouped