mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
use.genRingSignData
This commit is contained in:
parent
9c6b076ed2
commit
5831801a22
2 changed files with 9 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -13668,11 +13668,19 @@ module.exports = XMLHttpRequest;
|
||||||
inputFormatter: [null, null]
|
inputFormatter: [null, null]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var genRingSignData = new Method({
|
||||||
|
name: 'genRingSignData',
|
||||||
|
call: 'use_genRingSignData',
|
||||||
|
params: 3,
|
||||||
|
inputFormatter: [null, null, null]
|
||||||
|
});
|
||||||
|
|
||||||
return [
|
return [
|
||||||
getUseAddress,
|
getUseAddress,
|
||||||
generateOneTimeAddress,
|
generateOneTimeAddress,
|
||||||
computeOTAPPKeys,
|
computeOTAPPKeys,
|
||||||
getOTAMixSet,
|
getOTAMixSet,
|
||||||
|
genRingSignData,
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
var properties = function () {
|
var properties = function () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue