Add pairing messageg

This commit is contained in:
Andrea Maria Piana 2018-10-09 10:32:28 +02:00
parent b1c2e2b75f
commit 5fd0b24fd1
6 changed files with 22 additions and 4 deletions

6
dist/web3-light.js vendored
View File

@ -5842,6 +5842,12 @@ var methods = function () {
params: 1,
inputFormatter: [null]
}),
new Method({
name: 'sendPairingMessage',
call: 'shhext_sendPairingMessage',
params: 1,
inputFormatter: [null]
}),
new Method({
name: 'sendPublicMessage',
call: 'shhext_sendPublicMessage',

File diff suppressed because one or more lines are too long

6
dist/web3.js vendored
View File

@ -5842,6 +5842,12 @@ var methods = function () {
params: 1,
inputFormatter: [null]
}),
new Method({
name: 'sendPairingMessage',
call: 'shhext_sendPairingMessage',
params: 1,
inputFormatter: [null]
}),
new Method({
name: 'sendPublicMessage',
call: 'shhext_sendPublicMessage',

4
dist/web3.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -159,6 +159,12 @@ var methods = function () {
params: 1,
inputFormatter: [null]
}),
new Method({
name: 'sendPairingMessage',
call: 'shhext_sendPairingMessage',
params: 1,
inputFormatter: [null]
}),
new Method({
name: 'sendPublicMessage',
call: 'shhext_sendPublicMessage',