Interface IWalletOpenRequest

Argument interface for the Wallet.walletOpen method.

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

Properties

accountDescriptors: boolean
walletFilename?: string
walletSecret: string

Generated using TypeDoc