mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-22 19:18:07 +00:00
Add group message
This commit is contained in:
parent
9dd3c6adfd
commit
b1c2e2b75f
6
dist/web3-light.js
vendored
6
dist/web3-light.js
vendored
@ -5847,6 +5847,12 @@ var methods = function () {
|
||||
call: 'shhext_sendPublicMessage',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
}),
|
||||
new Method({
|
||||
name: 'sendGroupMessage',
|
||||
call: 'shhext_sendGroupMessage',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
})
|
||||
];
|
||||
};
|
||||
|
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
@ -5847,6 +5847,12 @@ var methods = function () {
|
||||
call: 'shhext_sendPublicMessage',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
}),
|
||||
new Method({
|
||||
name: 'sendGroupMessage',
|
||||
call: 'shhext_sendGroupMessage',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
})
|
||||
];
|
||||
};
|
||||
|
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
@ -164,6 +164,12 @@ var methods = function () {
|
||||
call: 'shhext_sendPublicMessage',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
}),
|
||||
new Method({
|
||||
name: 'sendGroupMessage',
|
||||
call: 'shhext_sendGroupMessage',
|
||||
params: 1,
|
||||
inputFormatter: [null]
|
||||
})
|
||||
];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user