near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

refactor: Extract Accounts from receipts #6

Closed khorolets closed 4 years ago

khorolets commented 4 years ago

Similar to #5 we want to extract Accounts

khorolets commented 4 years ago

Decided to extract it from ExecutionOutcome based on this feature https://github.com/nearprotocol/nearcore/issues/3433