Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetLedgerIdentityResponse

Example:

{
    ledgerId: 'my-sandbox'
}

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

Hierarchy

  • GetLedgerIdentityResponse

Index

Properties

Properties

ledgerId

ledgerId: string

The identifier of the ledger exposed by the server.

Requests submitted with the wrong ledger ID will result in NOT_FOUND gRPC errors.

Generated using TypeDoc