wp-solana-core 0.1.1

Cross-protocol shared core for waterpump-solana: token planning compatibility, error types, system constants.
Documentation

wp-solana-core — cross-protocol shared crate for waterpump-solana.

Contains shared code that every protocol SDK (Raydium, Meteora, Orca) needs:

  • token/ — token account planning types, state types, transfer-fee helper
  • metadatadecode_mint_info / read_mint_decimals mint-account byte-decoders shared by every protocol fetch layer
  • plan_errorPlanError, FetchError, OrchestrateError (FCIS error types)
  • constants — Solana system program addresses (protocol-agnostic)

Layering note

Core exposes synchronous compatibility helpers and shared error/types. Token account state/planning primitives are re-exported from solana-token-toolkit.