UNPKG

node-noise

Version:
6 lines (5 loc) 118 B
import type { bytes32 } from './basic'; export interface KeyPair { publicKey: bytes32; privateKey: bytes32; }