interface WalletProviderProps {
    defaultActiveAccountIndex?: number;
    rootWallet?: null | WalletInstance;
}

Properties

defaultActiveAccountIndex?: number
rootWallet?: null | WalletInstance