Carbon ATLAS Staking Decoder
Rust decoder for the Star Atlas ATLAS staking program on Solana, generated using Carbon CLI.
Program Information
- Program ID:
ATLocKpzDbTokxgvnLew3d7drZkEzLzDpzwgrgWKDbmc - Network: Solana Mainnet
- Description: Star Atlas ATLAS token staking program with configurable rewards and cooldown periods for participating in the Star Atlas ecosystem.
Features
- Decodes all ATLAS staking account types
- Full instruction parsing support
- Integration with Carbon indexing framework
- Support for staking pools, user stakes, and reward distribution
Usage
Add this crate to your Cargo.toml:
[]
= "0.12.0"
Decoding Accounts
use AtlasStakingDecoder;
use AccountDecoder;
let decoder = AtlasStakingDecoder;
let decoded_account = decoder.decode_account;
if let Some = decoded_account
Account Types
This decoder supports all ATLAS staking account types:
RegisteredStake- Registered stake configurationStakingAccount- Individual user staking accountsStakingVars- Global staking variables and configuration
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.