UNPKG

@alephium/web3-wallet

Version:
3 lines (2 loc) 157 B
export declare const encrypt: (password: string, dataRaw: string) => string; export declare const decrypt: (password: string, payloadRaw: string) => string;