add cmd function for compute OTAPP keys

This commit is contained in:
fnaticwang 2019-09-24 14:34:52 +08:00
parent f2f4fec6ea
commit e79ed13760
2 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -13654,9 +13654,17 @@ module.exports = XMLHttpRequest;
inputFormatter: [null]
});
var computeOTAPPKeys = new Method({
name: 'computeOTAPPKeys',
call: 'use_computeOTAPPKeys',
params: 2,
inputFormatter: [formatters.inputAddressFormatter, null]
});
return [
getUseAddress,
generateOneTimeAddress,
computeOTAPPKeys,
];
};
var properties = function () {