1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/src/secretstore/keys/GeneratedKey.ts
2018-10-22 12:46:27 +02:00

7 lines
153 B
TypeScript

import KeyBase from "./KeyBase"
export default class GeneratedKey extends KeyBase {
public encryptedKey: string
public encryptedPoint: string
}