Parameters for filtering messages
number of messages which match the criteria
Retrieves all messages matching the given filters
Optional
params: { owner?: string; recipient?: string; tags?: Tags }Parameters for filtering messages
Optional
owner?: stringOwner address to filter messages by
Optional
recipient?: stringRecipient address to filter messages by
Optional
tags?: TagsTags to filter messages by
Promise resolving to all matching messages
Retrieves all messages received by a specific address
Parameters for filtering messages, including required recipient ID
Promise resolving to all matching messages
Retrieves all messages sent by a specific address
Parameters for filtering messages, including required sender ID
Promise resolving to all matching messages
Retrieves the latest messages with optional filtering and pagination
Optional
params: GetLatestMessagesParamsOptional parameters for filtering and pagination
Promise resolving to the messages response containing transactions and pagination info
Retrieves the latest messages received by a specific address
Parameters for filtering and pagination, including required recipient ID
Promise resolving to the messages response containing transactions and pagination info
Retrieves the latest messages sent by a specific address
Parameters for filtering and pagination, including required sender ID
Promise resolving to the messages response containing transactions and pagination info
Counts all messages for given criteria