Documentation
    Preparing search index...
    interface LedgerToAccountParameters {
        accountIndex?: number;
        addressIndex?: number;
        changeIndex?: number;
        forceBlindSigning?: boolean;
        nonceManager?: NonceManager;
        transport: Transport;
        verifyAddress?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountIndex?: number

    The account index to use in the path ("m/44'/60'/${accountIndex}'/0/0").

    addressIndex?: number

    The address index to use in the path ("m/44'/60'/0'/0/${addressIndex}").

    changeIndex?: number

    The change index to use in the path ("m/44'/60'/0'/${changeIndex}/0").

    forceBlindSigning?: boolean

    Whether to force blind signing.

    nonceManager?: NonceManager

    The nonce manager to use.

    transport: Transport

    The ledger transport to use.

    verifyAddress?: boolean

    Whether to verify the address on the device.