use ;
use Uint64;
use ;
/// Stores the config for the Assembly contract
pub const CONFIG: = new;
/// Stores the global state for the Assembly contract
pub const PROPOSAL_COUNT: = new;
/// This is a map that contains information about all proposals
pub const PROPOSALS: = new;
/// Contains all the voters and their vote option. A String is used for the address
/// to account for cross-chain voting
pub const PROPOSAL_VOTERS: = new;