mirror of
https://github.com/status-im/status-go.git
synced 2025-01-14 08:44:46 +00:00
ba9a25e284
* Implement shh api extension that allows to confirm that message is sent * Add a patch * Fix linter * Add readme * Add tests for tracker * Address review
Whisper API Extension
API
shhext_post
Accepts same input as shh_post (see https://github.com/ethereum/wiki/wiki/JSON-RPC#shh_post)
Returns
DATA
, 32 Bytes - the envelope hash
Signals
Sends following event once per envelope.
{
"type": "envelope.sent",
"event": {
"hash": "0xea0b93079ed32588628f1cabbbb5ed9e4d50b7571064c2962c3853972db67790"
}
}