1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

update orbis types

This commit is contained in:
marcoelissa 2023-01-12 22:26:44 +07:00
parent 874bd79d5e
commit 0affb26995

View File

@ -73,7 +73,10 @@ declare interface IOrbis {
decryptMessage: (content: {
conversation_id: string
encryptedMessage: IOrbisEncryptedBody
}) => Promise<{ result: string }>
}) => Promise<{
result: string
status: number
}>
decryptPost: (content: IOrbisPostContent) => Promise<{ result: string }>
deletePost: (stream_id: string) => Promise<{
status: number