interface AccountHookParams {
    account?: AccountInstance;
    index?: number;
    required?: boolean;
    wallet?: WalletInstance;
}

Properties

account?: AccountInstance
index?: number
required?: boolean
wallet?: WalletInstance