Posts
The dataset of posts by user
Table of Contents
Events
Two types of events are emitted in the smart contract:
logAddPost
logRemovePost
Public Functions
getMsgIDsByAddress
This function retrieves a list of message IDs that are posted by a given user or group based on the parameters provided.
Expected Input
Parameter
Type
Description
usrAddress
address
Address to retrieve message IDs for
startFrom
uint256
Number to start getting records from
whatToGet
uint256[]
An array of parameters
Return
An array of uint256 representing message IDs.
Usage
Last updated