UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 164 B
import type { EncryptedJson } from './types.js'; export declare function jsonDecrypt({ encoded, encoding }: EncryptedJson, passphrase?: string | null): Uint8Array;