Ledger wallet account class

Hierarchy (View Summary)

Constructors

Properties

address: `ak_${string}`

Address of account

index: number

Index of account

transport: Transport

Connection to Ledger to use

Methods

  • Sign encoded transaction

    Parameters

    • tx: `tx_${string}`

      Transaction to sign

    • options: { innerTx?: boolean; networkId?: string } = {}

      Options

      • OptionalinnerTx?: boolean

        Sign as inner transaction for PayingFor

      • OptionalnetworkId?: string

    Returns Promise<`tx_${string}`>

    Signed transaction