Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LedgerConfiguration

LedgerConfiguration contains parameters of the ledger instance that may be useful to clients.

Example:

{
    maxDeduplicationTime: {
        seconds: 120,
        nanoseconds: 0
    },
}

To express values in a more concise way, you can have a look at the ValueHelpers.

see

Duration

Hierarchy

  • LedgerConfiguration

Index

Properties

maxDeduplicationTime

maxDeduplicationTime: Duration

Maximum duration of the deduplication window

Generated using TypeDoc