UNPKG

@antbat/base-client-js

Version:

Base JS library for BASE-platform

5 lines (4 loc) 188 B
export interface MessageDecrypt { decryptMessage(senderPk: string, encrypted: string): Promise<string>; decryptFields(fields: Map<string, string>): Promise<Map<string, string>>; }