shh_hasSymKey: Symmetric key existence confirmation.

Description Usage Arguments Value See Also Examples

View source: R/shh.R

Description

shh_hasSymKey checks if the whisper node has a symmetric key given an ID.

Usage

1

Arguments

id

String - ID of the symmetric key.

Value

Boolean - true if the symmetric key exists, otherwise false.

See Also

Other shh functions: gethr, shh_addPrivatekey, shh_addSymKey, shh_deleteKeyPair, shh_deleteSymKey, shh_generateSymKeyFromPassword, shh_getPrivateKey, shh_getPublicKey, shh_getSymKey, shh_hasKeyPair, shh_info, shh_markTrustedPeer, shh_newKeyPair, shh_newMessageFilter, shh_newSymKey, shh_post, shh_setMaxMessageSize, shh_setMinPoW, shh_version

Examples

1
shh_hasSymKey('4c5e37602b120904c592181e75917949c07b0d2f3111d41bb554b604e532c197')

gethr documentation built on May 2, 2019, 7:03 a.m.