UNPKG

@cmmv/vault

Version:

Module for CMMV to store encrypted data

9 lines (8 loc) 205 B
import { AbstractContract } from '@cmmv/core'; export declare class VaultContract extends AbstractContract { key: string; payload: string; iv: string; tag: string; ephemeral: string; }