Module lido::stake_account[][src]

Expand description

Utilities for dealing with stake accounts.

Structs

The balance of a stake account, split into the four states that stake can be in.

Functions

Deserialize the meta.rent_exempt_reserve field in a StakeState::Stake account. Implemented manually here because solana_program does not implement a deserializer.

We deserialize the stake account manually here, because solana_program does not expose a deserializer for it.