Amount of lamports on the validator stake account, including rent
Note that if last_update_epoch does not match the current epoch then
this field may not be accurate
Last epoch the active and transient stake lamports fields were updated
Status of the validator stake account
Transient account seed suffix, used to derive the transient stake account address
Amount of transient stake delegated to this validator
Note that if last_update_epoch does not match the current epoch then
this field may not be accurate
Unused space, initially meant to specify the end of seed suffixes
Validator account seed suffix
Validator vote account address
Information about a validator in the pool NOTE: ORDER IS VERY IMPORTANT HERE, PLEASE DO NOT RE-ORDER THE FIELDS UNLESS THERE'S AN EXTREMELY GOOD REASON. To save on BPF instructions, the serialized bytes are reinterpreted with a
bytemucktransmute, which means that this structure cannot have any undeclared alignment-padding in its representation.