1//! The [vote native program][np].
2//!
3//! [np]: https://docs.solanalabs.com/runtime/programs#vote-program
45pub mod authorized_voters;
6pub mod error;
7pub mod instruction;
8pub mod state;
910pub mod program {
11crate::declare_id!("Vote111111111111111111111111111111111111111");
12}