Expand description
A minimal library with for interacting with Solana programs using Anchor IDL files.
The primary innovation of this crate is the ability to parse an individual idl file with a single macro call.
Macros§
Structs§
- Account
Meta - Describes a single account read or written by a program during instruction execution.
- Instruction
- A directive for a single invocation of a Solana program.
- Pubkey
- The address of a Solana account.