Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetLedgerConfigurationResponse

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

Example:

{
    config: {
        maxTtl: {
            seconds: 5,
            nanoseconds: 0
        },
        minTtl: {
            seconds: 0,
            nanoseconds: 0
        }
    }
}

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

see

LedgerConfiguration

see

Timestamp

Hierarchy

  • GetLedgerConfigurationResponse

Index

Properties

Properties

config

The latest ledger configuration.

Generated using TypeDoc