1 unstable release
new 0.0.0 | Feb 13, 2025 |
---|
#40 in #spl
84 downloads per month
35KB
399 lines
SPL Token Interface
This crate contains instructions and constructors for interacting with the SPL Token program.
The Token program defines a common implementation for Fungible and Non Fungible tokens.
Getting Started
From your project folder:
cargo add spl-token-interface
This will add the spl-token-interface
dependency to your Cargo.toml
file.
Documentation
Read more about the Stake program on the crate documentation.
Dependencies
~145KB