UNPKG

xiot-core-xcp-ts

Version:
6 lines (5 loc) 122 B
export declare class KeyPair { pk: Uint8Array; sk: Uint8Array; constructor(pk: Uint8Array, sk: Uint8Array); }