//! The Mint that represents the native token
/// There are `10^9` lamports in one SOL
pub const DECIMALS: u8 = 9;
// The Mint for native SOL Token accounts
declare_id!;
/// Seed for the native mint's program-derived address
pub const PROGRAM_ADDRESS_SEEDS: & = &;