AntelopeIO / reference-contracts

Other
10 stars 14 forks source link

`eosio.fees` CONTRACT #70

Closed DenisCarriere closed 6 months ago

DenisCarriere commented 6 months ago

Change Description

The eosio.fees smart contract facilitates the collection of transaction fees from system accounts and their subsequent distribution to the Resource Exchange (REX) pool.

This contract serves as an essential component for inclusion in system-level unit tests.

A comprehensive implementation of the eosio.fees contract can be accessed at EOS Network Foundation GitHub repository. https://github.com/eosnetworkfoundation/eosio.fees

Deployment Changes

API Changes

Documentation Additions