Interface IPrvKeyDataCreateResponse

Return interface for the Wallet.prvKeyDataCreate method.

interface IPrvKeyDataCreateResponse {
    prvKeyDataId: string;
}

Properties

Properties

prvKeyDataId: string

Generated using TypeDoc