Actions
Comment
public struct CommentCreated has copy, drop { id: address, app: String, created_at: u64, created_by: address, data: String, description: String, parent_post_id: address, title: String }
Create
Like
Last updated
public struct CommentCreated has copy, drop {
id: address,
app: String,
created_at: u64,
created_by: address,
data: String,
description: String,
parent_post_id: address,
title: String
}Last updated
public struct PostLiked has copy, drop {
id: address,
updated_at: u64,
user: address
}