Interface IWalletExportRequest

Argument interface for the Wallet.walletExport method.

interface IWalletExportRequest {
    includeTransactions: boolean;
    walletSecret: string;
}

Properties

includeTransactions: boolean
walletSecret: string

Generated using TypeDoc