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.
Duration
Maximum duration of the deduplication window
Generated using TypeDoc
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.
Duration