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

udpate orbis

This commit is contained in:
Dollar Bull 2022-10-04 17:38:51 +07:00
parent a861630307
commit 8ea85ff579

View File

@ -11,7 +11,7 @@ declare interface OrbisInterface {
createContext: function
createConversation: function
createGroup: function
createPost: function
createPost: (options: any) => void
createTileDocument: function
decryptMessage: function
decryptPost: function