Crate micro_solana_client

Source
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§

parse_idl
Parses an idl file.
pubkey
Convenience macro to define a static public key.

Structs§

AccountMeta
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.

Enums§

PubkeyError