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