UNPKG

149 BTypeScriptView Raw
1import type { PairInfo } from './types.js';
2export declare function encodePair({ publicKey, secretKey }: PairInfo, passphrase?: string): Uint8Array;