Added missing methods (#5542)
* Added missing methods * Adding to Parity.js
This commit is contained in:
committed by
Jaco Greeff
parent
de1f7ee39b
commit
d5683d2016
@@ -70,11 +70,21 @@ export default class Parity {
|
||||
.execute('parity_checkRequest', inNumber16(requestId));
|
||||
}
|
||||
|
||||
cidV0 (data) {
|
||||
return this._transport
|
||||
.execute('parity_cidV0', inData(data));
|
||||
}
|
||||
|
||||
closeVault (vaultName) {
|
||||
return this._transport
|
||||
.execute('parity_closeVault', vaultName);
|
||||
}
|
||||
|
||||
composeTransaction (options) {
|
||||
return this._transport
|
||||
.execute('parity_composeTransaction', inOptions(options));
|
||||
}
|
||||
|
||||
consensusCapability () {
|
||||
return this._transport
|
||||
.execute('parity_consensusCapability');
|
||||
|
||||
Reference in New Issue
Block a user