sbv2-solana/programs
Conner Gallagher c742615051 migrated from @project-serum to @coral-xyz 2023-01-31 16:24:08 -07:00
..
anchor-buffer-parser migrated from @project-serum to @coral-xyz 2023-01-31 16:24:08 -07:00
anchor-feed-parser migrated from @project-serum to @coral-xyz 2023-01-31 16:24:08 -07:00
anchor-history-parser migrated from @project-serum to @coral-xyz 2023-01-31 16:24:08 -07:00
anchor-vrf-parser migrated from @project-serum to @coral-xyz 2023-01-31 16:24:08 -07:00
native-feed-parser migrated from @project-serum to @coral-xyz 2023-01-31 16:24:08 -07:00
README.md uprev switchboard deps 2022-11-26 15:15:13 -07:00

README.md

Sbv2 Program Examples

Package Description
anchor-feed-parser Anchor example program demonstrating how to deserialize and read an onchain aggregator account.
native-feed-parser Solana Program Library example demonstrating how to deserialize and read an onchain aggregator account.
anchor-history-parser Anchor example program demonstrating how to deserialize and read an onchain aggregator history buffer account.
anchor-vrf-parser Anchor example program demonstrating how to deserialize and read an onchain verifiable randomness function (VRF) account.
anchor-buffer-parser Anchor example program demonstrating how to deserialize and read an onchain buffer relayer account.