Posts
The dataset of posts by user
Last updated
The dataset of posts by user
Last updated
Two types of events are emitted in the smart contract:
logAddPost
logRemovePost
This function retrieves a list of message IDs that are posted by a given user or group based on the parameters provided.
Expected Input
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