mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
add cmd function for compute OTAPP keys
This commit is contained in:
parent
f2f4fec6ea
commit
e79ed13760
2 changed files with 9 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -13654,9 +13654,17 @@ module.exports = XMLHttpRequest;
|
||||||
inputFormatter: [null]
|
inputFormatter: [null]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var computeOTAPPKeys = new Method({
|
||||||
|
name: 'computeOTAPPKeys',
|
||||||
|
call: 'use_computeOTAPPKeys',
|
||||||
|
params: 2,
|
||||||
|
inputFormatter: [formatters.inputAddressFormatter, null]
|
||||||
|
});
|
||||||
|
|
||||||
return [
|
return [
|
||||||
getUseAddress,
|
getUseAddress,
|
||||||
generateOneTimeAddress,
|
generateOneTimeAddress,
|
||||||
|
computeOTAPPKeys,
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
var properties = function () {
|
var properties = function () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue