Re-exports§
pub use client::Client;
pub use client::ClientOptions;
pub use error::Error;
pub use gmsol_model as model;
pub use gmsol_solana_utils as solana_utils;
pub use gmsol_decode as decode;
Modules§
- alt
- Address Lookup Table operations.
- chainlink
- Chainlink integartion.
- cli
- CLI support.
- client
- GMSOL Client.
- constants
- GMSOL constants.
- error
- Error type for
gmsol
. - exchange
- Instructions for the exchange funtionality.
- idl
- IDL operations.
- pda
- Program Derived Addresses for GMSOL Programs.
- program_
ids - Program IDs.
- pyth
- Pyth intergration.
- store
- Instructions for the store program.
- switchboard
- Switchboard integration.
- timelock
- Instructions for the timelock program.
- treasury
- Instructions for the treasury program.
- types
- GMSOL types.
- utils
- Utils.