Description Usage Arguments Value See Also Examples
shh_markTrustedPeer marks specific peer trusted, which will allow it
to send historic (expired) messages.
1 | shh_markTrustedPeer(enode)
|
enode |
String - Enode of the trusted peer. |
Boolean - true on success.
Other shh functions: gethr,
shh_addPrivatekey,
shh_addSymKey,
shh_deleteKeyPair,
shh_deleteSymKey,
shh_generateSymKeyFromPassword,
shh_getPrivateKey,
shh_getPublicKey,
shh_getSymKey,
shh_hasKeyPair,
shh_hasSymKey, shh_info,
shh_newKeyPair,
shh_newMessageFilter,
shh_newSymKey, shh_post,
shh_setMaxMessageSize,
shh_setMinPoW, shh_version
1 2 3 | shh_markTrustedPeer('enode://c1a07558238c0b31657450dd34a558752d63150ce334f3
e99b9187262b612f48a713a083cd1601bfe3bba761a908264320885633fa81d6d6ca0ef7a6e
84a2bcd@127.0.0.1:30301')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.