Shh { | |
_requestManager: | |
RequestManager { | |
provider: | |
HttpProvider { | |
host: 'http://localhost:8545', | |
timeout: 0, | |
user: undefined, | |
password: undefined, | |
headers: undefined }, | |
polls: {}, | |
timeout: null }, | |
version: { [Function: send] request: [Function: bound ], call: 'shh_version' }, | |
info: { [Function: send] request: [Function: bound ], call: 'shh_info' }, | |
setMaxMessageSize: { [Function: send] request: [Function: bound ], call: 'shh_setMaxMessageSize' }, | |
setMinPoW: { [Function: send] request: [Function: bound ], call: 'shh_setMinPoW' }, | |
markTrustedPeer: { [Function: send] request: [Function: bound ], call: 'shh_markTrustedPeer' }, | |
newKeyPair: { [Function: send] request: [Function: bound ], call: 'shh_newKeyPair' }, | |
addPrivateKey: { [Function: send] request: [Function: bound ], call: 'shh_addPrivateKey' }, | |
deleteKeyPair: { [Function: send] request: [Function: bound ], call: 'shh_deleteKeyPair' }, | |
hasKeyPair: { [Function: send] request: [Function: bound ], call: 'shh_hasKeyPair' }, | |
getPublicKey: { [Function: send] request: [Function: bound ], call: 'shh_getPublicKey' }, | |
getPrivateKey: { [Function: send] request: [Function: bound ], call: 'shh_getPrivateKey' }, | |
newSymKey: { [Function: send] request: [Function: bound ], call: 'shh_newSymKey' }, | |
addSymKey: { [Function: send] request: [Function: bound ], call: 'shh_addSymKey' }, | |
generateSymKeyFromPassword: | |
{ [Function: send] | |
request: [Function: bound ], | |
call: 'shh_generateSymKeyFromPassword' }, | |
hasSymKey: { [Function: send] request: [Function: bound ], call: 'shh_hasSymKey' }, | |
getSymKey: { [Function: send] request: [Function: bound ], call: 'shh_getSymKey' }, | |
deleteSymKey: { [Function: send] request: [Function: bound ], call: 'shh_deleteSymKey' }, | |
post: { [Function: send] request: [Function: bound ], call: 'shh_post' } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment