UNPKG

@polkadot/util-crypto

Version:
3 lines (2 loc) 173 B
import type { EncryptedJson } from './types.js'; export declare function jsonEncryptFormat(encoded: Uint8Array, contentType: string[], isEncrypted: boolean): EncryptedJson;