Available on crate feature
agave-unstable-api only.Expand description
Collection of reserved account keys that cannot be write-locked by transactions. New reserved account keys may be added as long as they specify a feature gate that transitions the key into read-only at an epoch boundary.
Structsยง
- Reserved
Account ReservedAccountrepresents a reserved account that will not be write-lockable by transactions. If a feature id is set, the account will become read-only only after the feature has been activated.- Reserved
Account Keys ReservedAccountKeysholds the set of currently active/inactive account keys that are reserved by the protocol and may not be write-locked during transaction processing.