Docs.rs
  • miraplex-utils-0.3.0
    • miraplex-utils 0.3.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • miralandlabs
    • Dependencies
      • arrayref ^0.3.6 normal
      • borsh ^1.2.1 normal
      • miraland-program ^1.18.0 normal
      • solarti-token ^4.0 normal
    • Versions
    • 0% of the crate is documented
  • 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

mpl_utils0.3.0

  • All Items
  • Modules
  • Functions
?
Change settings

Crate mpl_utils

source ·

Modules

  • token

Functions

  • assert_derivation
  • assert_initialized
  • assert_owned_by
  • assert_rent_exempt
  • assert_signer
  • close_account_raw
    Close src_account and transfer lamports to dst_account, lifted from Solana Cookbook
  • cmp_pubkeys
  • create_or_allocate_account_raw
    Create account almost from scratch, lifted from https://github.com/solana-labs/solana-program-library/tree/master/associated-token-account/program/src/processor.rs#L51-L98
  • resize_or_reallocate_account_raw
    Resize an account using realloc, lifted from Solana Cookbook