atlas-stake-interface 2.0.1

Instructions and constructors for the Stake program
Documentation
# Atlas Stake Interface

This crate contains instructions and constructors for interacting with the [Stake program](https://docs.anza.xyz/runtime/programs/#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:

```bash
cargo add atlas-stake-interface --features bincode
```

This will add the `atlas-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](https://docs.rs/atlas-stake-interface/latest/atlas_stake_interface/).