sbv2-solana/examples/programs
Conner Gallagher cb507d9be5 Devnet feature flag and more account structs
added mainnet feature flag to dynamically check account owners
added SbState, OracleQueueAccountData, OracleAccountData, CrankAccountData, LeaseAccountData, PermissionAccountData, and JobAccountData structs
added PermissionSet CPI instruction
removed map_err on invoke calls to prevent masking errors
2022-07-26 14:50:47 -06:00
..
anchor-buffer-parser Devnet feature flag and more account structs 2022-07-26 14:50:47 -06:00
anchor-feed-parser Devnet feature flag and more account structs 2022-07-26 14:50:47 -06:00
anchor-vrf-parser Devnet feature flag and more account structs 2022-07-26 14:50:47 -06:00
native-feed-parser Devnet feature flag and more account structs 2022-07-26 14:50:47 -06:00
README.md refactor: moved programs and clients under examples 2022-07-22 12:11:29 -06: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-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.