Crate sol_chainsaw

source ·

Modules

Structs

Setup to deserialize accounts for a given program. The accounts are expected to have been serialized using the borsh format.

Enums

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

Derives the account discriminator form the account name using the same algorithm that anchor uses.
Resolves the address of the account where the program [IDL] is stored.

Type Definitions