Expand description
Shared types for the Stake Cache.
This crate provides types that are shared between svm-execution and
rialo-s-program-runtime, allowing builtin programs to access and
manipulate stake cache data during transaction execution.
Structsยง
- Stake
Account - Represents a stake account with its data.
- Stake
Cache - A cache of stake and validator accounts.
- Stake
Cache Data - Data structure holding the cached stake and validator accounts.
- Stake
History - A history of frozen stake cache snapshots across epochs.
- Stakes
Handle - Handle for builtin programs to access stake cache data and freeze stakes.
- Validator
Account - Represents a validator account with its data.
- Validator
Account View - A lightweight representation of validator data for use by builtin programs.