//! The Mint that represents the native token
/// There are `10^9` lamports in one SOL
pubconstDECIMALS:u8=9;usecrate::Pubkey;/// The Mint that represents the native token
pubfnid()-> Pubkey{Pubkey::from_slice(b"AplNative11111111111111111111111")}/// The Mint that represents the native token
pubconstID: Pubkey =Pubkey::new_from_array(*b"AplNative11111111111111111111111");