Interface IPrvKeyDataEnumerateResponse

Return interface for the Wallet.prvKeyDataEnumerate method.

Response returning a list of private key ids, their optional names and properties.

interface IPrvKeyDataEnumerateResponse {
    prvKeyDataList: IPrvKeyDataInfo[];
}

Properties

Properties

prvKeyDataList: IPrvKeyDataInfo[]

Generated using TypeDoc