mirror of https://github.com/status-im/web3.js.git
Add pairing messageg
This commit is contained in:
parent
b1c2e2b75f
commit
5fd0b24fd1
|
@ -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
|
@ -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
File diff suppressed because one or more lines are too long
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue