getMessages
POST {{ENVIRONMENT}}
Get all messages matching a filter. Unlike shh_getFilterChanges
this returns all messages.
Parameters
QUANTITY
- The filter id.
params: [
"0x7" // 7
]
Returns
See shh_getFilterChanges
Request Body
{"jsonrpc"=>"2.0", "method"=>"shh_getMessages", "params"=>["0x7"], "id"=>1}