UNPKG

@polkadot/util-keyring

Version:
5 lines (4 loc) 137 B
export default function decode(passphrase?: string, _encrypted?: Uint8Array): { publicKey: Uint8Array; secretKey: Uint8Array; };