UNPKG

@plugnet/keyring

Version:
6 lines (5 loc) 115 B
export interface PairInfo { publicKey: Uint8Array; secretKey?: Uint8Array; seed?: Uint8Array | null; }