mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +00:00
Add pairing messageg
This commit is contained in:
parent
b1c2e2b75f
commit
5fd0b24fd1
6
dist/web3-light.js
vendored
6
dist/web3-light.js
vendored
@ -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',
|
||||
|
2
dist/web3-light.min.js
vendored
2
dist/web3-light.min.js
vendored
File diff suppressed because one or more lines are too long
6
dist/web3.js
vendored
6
dist/web3.js
vendored
@ -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
4
dist/web3.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/web3.min.js
vendored
2
dist/web3.min.js
vendored
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…
x
Reference in New Issue
Block a user