solana-stake-interface

Crates.iosolana-stake-interface
lib.rssolana-stake-interface
version1.2.1
sourcesrc
created_at2025-01-16 18:49:00.261632+00
updated_at2025-01-30 11:54:34.164401+00
descriptionInstructions and constructors for the Stake program
homepagehttps://anza.xyz/
repositoryhttps://github.com/solana-program/stake
max_upload_size
id1519663
size135,377
(anza-team)

documentation

README

Solana

Solana Stake Interface

This crate contains instructions and constructors for interacting with the Stake program.

The Stake program can be used to create and manage accounts representing stake and rewards for delegations to validators.

Getting Started

From your project folder:

cargo add solana-stake-interface --features bincode

This will add the solana-stake-interface dependency with the bincode feature enabled to your Cargo.toml file. The bincode feature contains the instruction constructors to create instructions for the Stake program.

Documentation

Read more about the Stake program on the crate documentation.

Commit count: 201

cargo fmt