sbv2-solana/programs
Conner Gallagher 53b8b0cd7e added anchor-feed-parser github action 2023-01-27 13:27:36 -07:00
..
anchor-buffer-parser updated program examples 2023-01-19 00:12:56 -07:00
anchor-feed-parser added anchor-feed-parser github action 2023-01-27 13:27:36 -07:00
anchor-history-parser updated program examples 2023-01-19 00:12:56 -07:00
anchor-vrf-parser updated program examples 2023-01-19 00:12:56 -07:00
native-feed-parser updated program examples 2023-01-19 00:12:56 -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.