UNPKG

@polkadot/keyring

Version:
3 lines (2 loc) 149 B
import type { PairInfo } from './types.js'; export declare function encodePair({ publicKey, secretKey }: PairInfo, passphrase?: string): Uint8Array;