shh_deleteKeyPair: Key pair deletion.

Description Usage Arguments Value See Also Examples

View source: R/shh.R

Description

shh_deleteKeyPair deletes the specific key pair if it exists.

Usage

1

Arguments

id

String - ID of the key pair.

Value

Boolean - true on success.

See Also

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

Examples

1
shh_deleteKeyPair('7ade0794bf59b9a4508a3c5d7d3408f910fc575fb2f31845da7611cae6664448')

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