near-indexer-accounts

所属分类:区块链开发
开发工具:Rust
文件大小:34KB
下载次数:0
上传日期:2022-08-29 09:36:16
上 传 者sh-1993
说明:  接近索引器帐户,,
(near-indexer-accounts,,)

文件列表:
Cargo.lock (82743, 2022-08-29)
Cargo.toml (873, 2022-08-29)
migrations (0, 2022-08-29)
migrations\20220531131424_initial.sql (1975, 2022-08-29)
redshift (0, 2022-08-29)
redshift\migration.sql (638, 2022-08-29)
src (0, 2022-08-29)
src\configs.rs (840, 2022-08-29)
src\db_adapters (0, 2022-08-29)
src\db_adapters\access_keys.rs (6180, 2022-08-29)
src\db_adapters\accounts.rs (4750, 2022-08-29)
src\db_adapters\genesis.rs (4965, 2022-08-29)
src\db_adapters\mod.rs (140, 2022-08-29)
src\lib.rs (648, 2022-08-29)
src\main.rs (4047, 2022-08-29)
src\models (0, 2022-08-29)
src\models\access_keys.rs (2730, 2022-08-29)
src\models\accounts.rs (1642, 2022-08-29)
src\models\mod.rs (6587, 2022-08-29)

# Indexer Accounts Async Postgres-compatible solution to load the data from NEAR blockchain. Based on [NEAR Lake Framework](https://github.com/near/near-lake-framework-rs). See [Indexer Base](https://github.com/near/near-indexer-base#indexer-base) docs for all the explanations, installation guide, etc. ### What else do I need to know? Indexer Accounts is the only indexer that modifies the existing data. While other indexers are append-only, Indexer Accounts updates the existing records with the deletion info. `accounts` table in [Indexer For Explorer](https://github.com/near/near-indexer-for-explorer) stored only the first creation and last deletion of the account. This solution stores all the creations/deletions, so accounts may appear in the table more than once.

近期下载者

相关文件


收藏者