Type alias WalletsListConfiguration

WalletsListConfiguration: {
    customOrder?: string[];
    includeWallets?: UIWallet[];
}

Add corrections to the default wallets list in the modal: add custom wallets and change wallets order.

Type declaration

  • Optional customOrder?: string[]

    List of wallet IDs to be displayed first in the specified order. Other wallets will be shown below in their original order.

  • Optional includeWallets?: UIWallet[]

    Allows to include extra wallets to the wallets list in the modal.

Generated using TypeDoc