Docs.rs
  • coal-guilds-api-1.0.0
    • coal-guilds-api 1.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Findiglay
    • Dependencies
      • array-const-fn-init ^0.1.1 normal
      • bytemuck ^1.14.3 normal
      • const-crypto ^0.1.0 normal
      • num_enum ^0.7.2 normal
      • solana-program ^1.18 normal
      • spl-associated-token-account ^2.3 normal
      • spl-token ^4 normal
      • static_assertions ^1.1.0 normal
      • steel ^1.2 normal
      • thiserror ^1.0.57 normal
    • Versions
    • 15.48% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

coal_guilds_api1.0.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • instruction::Initialize
  • instruction::Join
  • instruction::Leave
  • instruction::NewGuild
  • instruction::NewInvite
  • instruction::NewMember
  • instruction::Stake
  • instruction::Unstake
  • state::Config
  • state::Guild
  • state::Invite
  • state::Member

Enums

  • error::GuildError
  • instruction::GuildInstruction
  • state::GuildsAccount

Functions

  • check_id
  • id
  • sdk::initialize
  • sdk::invite
  • sdk::join
  • sdk::leave
  • sdk::new_guild
  • sdk::new_member
  • sdk::stake
  • sdk::unstake
  • state::config_pda
  • state::guild_pda
  • state::invite_pda
  • state::member_pda

Constants

  • ID
  • consts::CONFIG
  • consts::CONFIG_ADDRESS
  • consts::GUILD
  • consts::INITIALIZER_ADDRESS
  • consts::INVITE
  • consts::LEAVE_DELAY
  • consts::LP_MINT_ADDRESS
  • consts::LP_MINT_DECIMALS
  • consts::MEMBER
  • consts::UNSTAKE_DELAY