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.

17 lines (16 loc) 318 B
const action = ({ authAccountName, authPermission, code, type }) => ( { account: 'eosio', name: 'unlinkauth', authorization: [{ actor: authAccountName, permission: authPermission }], data: { account: authAccountName, code, type } } ); module.exports = action;