Carbon Proxy Rewarder Decoder
Rust decoder for the Star Atlas Proxy Rewarder program on Solana, generated using Carbon CLI.
Program Information
- Program ID:
gateVwTnKyFrE8nxUUgfzoZTPKgJQZUbLsEidpG4Dp2 - Network: Solana Mainnet
- Description: Star Atlas Proxy Rewarder program for reward distribution.
Features
- Decodes all Proxy Rewarder account types
- Full instruction parsing support
- Integration with Carbon indexing framework
Usage
Add this crate to your Cargo.toml:
[]
= "0.12.0"
Decoding Accounts
use ;
use AccountDecoder;
let decoder = ProxyRewarderDecoder;
let decoded_account = decoder.decode_account;
if let Some = decoded_account
Documentation
Full documentation is available at docs.rs.
Repository
See the main repository for build instructions and contribution guidelines.
License
Licensed under the Apache-2.0 license.