Interface IWalletExportResponse

Return interface for the Wallet.walletExport method.

interface IWalletExportResponse {
    walletData: string;
}

Properties

Properties

walletData: string

Generated using TypeDoc