UNPKG

@plugnet/keyring

Version:
3 lines (2 loc) 137 B
import { PairInfo } from './types'; export default function encode({ publicKey, secretKey }: PairInfo, passphrase?: string): Uint8Array;