Re-exports§
pub use json::JsonSerializationOpts;
Modules§
Structs§
- Chainsaw
Deserializer - Setup to deserialize accounts for a given program. The accounts are expected to have been serialized using the borsh format.
Enums§
- Chainsaw
Error - IdlProvider
- 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
Functions§
- account_
discriminator - Derives the account discriminator form the account name using the same algorithm that anchor uses.
- try_
idl_ address - Resolves the address of the account where the program [IDL] is stored.