Interface IAccountsImportRequest

Argument interface for the Wallet.accountsImport method.

interface IAccountsImportRequest {
    walletSecret: string;
}

Properties

Properties

walletSecret: string

Generated using TypeDoc