solana-bigtable-geyser-models

Crates.iosolana-bigtable-geyser-models
lib.rssolana-bigtable-geyser-models
version1.10.31
sourcesrc
created_at2022-04-09 23:24:13.928912
updated_at2022-07-30 21:58:59.890914
descriptionThe Solana Bigtable Object Models.
homepagehttps://solana.com/
repositoryhttps://github.com/solana-labs/solana-bigtable-geyser-models
max_upload_size
id564904
size103,864
(anza-team)

documentation

https://docs.rs/solana-bigtable-geyser-models

README

solana-bigtable-storage-models

This crate defines the object models stored in the bigtable via the Geyser plugin. It can be used for both the writing side and the reading side. The models are defined under proto. After building, it will generate the Rust object models.

To use the models, do the 'use' statement like the following,

use solana_bigtable_geyser_models::models::accounts;
Commit count: 0

cargo fmt