| Crates.io | carbon-proxy-rewarder-decoder |
| lib.rs | carbon-proxy-rewarder-decoder |
| version | 0.12.1 |
| created_at | 2026-01-21 23:34:55.433281+00 |
| updated_at | 2026-01-21 23:34:55.433281+00 |
| description | Rust decoder for Star Atlas Proxy Rewarder program on Solana |
| homepage | https://github.com/staratlasmeta/star-atlas-decoders |
| repository | https://github.com/staratlasmeta/star-atlas-decoders |
| max_upload_size | |
| id | 2060394 |
| size | 159,997 |
Rust decoder for the Star Atlas Proxy Rewarder program on Solana, generated using Carbon CLI.
gateVwTnKyFrE8nxUUgfzoZTPKgJQZUbLsEidpG4Dp2Add this crate to your Cargo.toml:
[dependencies]
carbon-proxy-rewarder-decoder = "0.12.0"
use carbon_proxy_rewarder_decoder::{ProxyRewarderDecoder, ProxyRewarderAccount};
use carbon_core::account::AccountDecoder;
let decoder = ProxyRewarderDecoder;
let decoded_account = decoder.decode_account(&account);
if let Some(decoded) = decoded_account {
match decoded.data {
// Handle account types
_ => println!("Decoded account: {:?}", decoded.data),
}
}
Full documentation is available at docs.rs.
See the main repository for build instructions and contribution guidelines.
Licensed under the Apache-2.0 license.