#token #instructions #spl #interface #type

spl-token-interface

Instructions and types for interacting with SPL Token program

1 unstable release

new 0.0.0 Feb 13, 2025

#40 in #spl

Download history 82/week @ 2025-02-08

84 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