Structs

  • An account and a stake state deserialized from the account. Generic type T enforces type-safety so that StakeAccount can only wrap a stake-state which is a Delegation; whereas StakeAccount<()> wraps any account with stake state.

Enums