sol-chainsaw 0.0.2

Deserializing Solana accounts using their progam IDL
Documentation
1
2
3
4
5
6
7
8
/// The provider responsible for generating the IDL.
/// Some providers like [Anchor] also prefix the account data in a specific way, i.e. by adding a
/// discriminator
#[derive(Clone)]
pub enum IdlProvider {
    Anchor,
    Shank,
}