use std::string;
use std::clock;
use std::coin;
use std::event;
use std::sui;
use sage_admin::admin_access;
use sage_admin::apps;
use sage_admin::fees;
use sage_post::post;
use sage_post::post_fees;
use sage_shared::likes;
use sage_shared::posts;
Explore this module further in the Mover Registry: @sage/post

Events

CommentCreated

Comment on a Post.
public struct CommentCreated has copy, drop

PostLiked

Like on a Post.
public struct PostLiked has copy, drop

Constants

Tried to comment from one App to a Post on another App.
const EAppMismatch: u64 = 370;