shh_getPrivateKey: Private key given a key pair ID.

Description Usage Arguments Value See Also Examples

View source: R/shh.R

Description

shh_getPrivateKey returns the private key given an ID.

Usage

1

Arguments

id

String - ID of the key pair.

Value

String - Private key that corresponds to a key pair ID.

See Also

Other shh functions: gethr, shh_addPrivatekey, shh_addSymKey, shh_deleteKeyPair, shh_deleteSymKey, shh_generateSymKeyFromPassword, 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_getPrivateKey('7ade0794bf59b9a4508a3c5d7d3408f910fc575fb2f31845da7611cae6664448')

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