UNPKG

@open-rights-exchange/orejs

Version:

Orejs is a Javascript helper library to provide simple high-level access to the ore-protocol. Orejs uses eosJS as a wrapper to the EOS blockchain.

19 lines 543 B
"use strict"; var action = function (_a) { var authAccountName = _a.authAccountName, authPermission = _a.authPermission, code = _a.code, type = _a.type; return ({ account: 'eosio', name: 'unlinkauth', authorization: [{ actor: authAccountName, permission: authPermission }], data: { account: authAccountName, code: code, type: type } }); }; module.exports = action; //# sourceMappingURL=account_unlinkAuth.js.map