Re-exports§
pub use client::ops;clientpub use client::Client;clientpub use error::Error;pub use gmsol_utils as core;pub use gmsol_programs as programs;pub use gmsol_solana_utils as solana_utils;pub use gmsol_decode as decode;decode
Modules§
- builders
- Instruction Builders.
- client
client - Client-style API, ported from the
gmsolcrate. - constants
- Constants.
- discover
discover - GMSOL resource discovery.
- error
- Error type.
- js
js - JavaScript support.
- market
- Market calculations.
- market_
graph market-graph - Maintains a graph structured with
MarketModelas edges. - model
- Model support.
- pda
- Functions for constructing Program Derived Addresses.
- position
- Position calculations.
- serde
- Utilities for serialization.
- simulation
simulation - Simulation for market actions.
- squads
squads - Squads support.
- utils
- Utils.
Structs§
- Atomic
Group - A group of instructions that are expected to be executed in the same transaction.
- Parallel
Group - A group of atomic instructions that can be executed in parallel.
- Transaction
Group - Transaction Group.
Enums§
- Solana
Utils Error - Error type.
Traits§
- Into
Atomic Group - A trait representing types that can be converted into
AtomicGroups.
Type Aliases§
- Result
- Result type.