Interface IWalletImportRequest

Argument interface for the Wallet.walletImport method.

interface IWalletImportRequest {
    walletData: string | Uint8Array;
    walletSecret: string;
}

Properties

walletData: string | Uint8Array
walletSecret: string

Generated using TypeDoc