Ledger wallet account class

Hierarchy (view full)

Constructors

Properties

address: `ak_${string}`

Account address

index: number
transport: default

Methods

  • Sign delegation of AENS, oracle operations to a contract

    Returns Promise<`sg_${string}`>

    Signature

    Deprecated

    use AccountBase:signDelegation in Ceres

  • Sign encoded transaction

    Parameters

    • tx: `tx_${string}`

      Transaction to sign

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

      Options

      • Optional innerTx?: boolean
      • Optional networkId?: string

    Returns Promise<`tx_${string}`>

    Signed transaction

Generated using TypeDoc