1pub mod action; 2 3pub use action::{ValidatorVote, ValidatorVoteBody, ValidatorVoteReason}; 4 5/// Allowed length of validator vote reason field. 6pub const MAX_VALIDATOR_VOTE_REASON_LENGTH: usize = 1024;