Counts all messages for given criteria
Parameters for filtering messages
number of messages which match the criteria
Retrieves all messages matching the given filters
Parameters for filtering messages
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 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
Static
auto