#token #instructions #spl #interface #type

spl-token-interface

Instructions and types for interacting with SPL Token program

1 unstable release

0.0.0 Feb 13, 2025

#36 in #spl

Download history 132/week @ 2025-02-12 3/week @ 2025-02-19 7/week @ 2025-02-26

142 downloads per month

Apache-2.0

35KB
399 lines

Solana

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