Type alias WalletsListConfiguration

WalletsListConfiguration: {
    includeWallets?: UIWallet[];
}

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

Type declaration

  • Optional includeWallets?: UIWallet[]

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

Generated using TypeDoc