Interface IPrvKeyDataGetRequest

Argument interface for the Wallet.prvKeyDataGet method.

interface IPrvKeyDataGetRequest {
    prvKeyDataId: string;
    walletSecret: string;
}

Properties

prvKeyDataId: string
walletSecret: string

Generated using TypeDoc