Skip to main content

Crate agave_reserved_account_keys

Crate agave_reserved_account_keys 

Source
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ยง

ReservedAccount
ReservedAccount represents 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.
ReservedAccountKeys
ReservedAccountKeys holds the set of currently active/inactive account keys that are reserved by the protocol and may not be write-locked during transaction processing.