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.

16 lines (15 loc) 312 B
const action = ({ authAccountName, authPermission, permission }) => ( { account: 'eosio', name: 'deleteauth', authorization: [{ actor: authAccountName, permission: authPermission }], data: { account: authAccountName, permission } } ); module.exports = action;