Docs.rs
  • mpl-utils-0.0.6
    • mpl-utils 0.0.6
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • svc01-metaplex
    • github:metaplex-foundation:protocol
    • Dependencies
      • arrayref ^0.3.6 normal
      • borsh ^0.9.3 normal
      • solana-program ^1.13.5 normal
      • spl-token ^3.2.0 normal
    • Versions
    • 0% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate mpl_utils

  • Version 0.0.6
  • 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