UNPKG

@iexec/dataprotector

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

7 lines (6 loc) 213 B
interface AddOptions { arweaveUploadApi?: string; arweaveGateway?: string; } declare const add: (content: Uint8Array, { arweaveGateway, arweaveUploadApi }?: AddOptions) => Promise<string>; export { add };