Function getAddresses

Get the EVM and Cosmos addresses from the Ledger device

  • Parameters

    • app: SeiApp

      Ledger Sei app instance

    • path: string

      hd derivation path (e.g. "m/44'/60'/0'/0/0")

    Returns Promise<
        {
            evmAddress: { address: string; chainCode?: string; publicKey: string };
            nativeAddress: GenericeResponseAddress;
        },
    >

    EVM and Cosmos address objects containing address and public key