hyperstack-stacks 0.6.4

Protocol stacks for Hyperstack - ready-to-use Solana data streams
Documentation
1
2
3
4
5
6
7
8
9
10
mod entity;
mod types;

pub use entity::{
    OreMinerEntityViews, OreRoundEntityViews, OreStreamStack, OreStreamStackViews,
    OreTreasuryEntityViews,
};
pub use types::*;

pub use hyperstack_sdk::{ConnectionState, HyperStack, Stack, Update, Views};