Interface IWalletReloadRequest

Argument interface for the Wallet.walletReload method.

interface IWalletReloadRequest {
    reactivate: boolean;
}

Properties

Properties

reactivate: boolean

Reactivate accounts that are active before the reload.

Generated using TypeDoc