Interface IWalletOpenRequest

Argument interface for the Wallet.walletOpen method.

interface IWalletOpenRequest {
    accountDescriptors: boolean;
    filename?: string;
    walletSecret: string;
}

Properties

accountDescriptors: boolean
filename?: string
walletSecret: string

Generated using TypeDoc