convex.lab.messenger.cvx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convex-core Show documentation
Show all versions of convex-core Show documentation
Convex core libraries and common utilities
The newest version!
(defn accept
^{:callable true
:doc {:description "Accepts a message and offered assets."
:examples [{:code "(call messenger (accept message-id))"}]
:signature [{:params [token holder]}]}}
[message-id]
)