pub fn create_mint_interface(
address: Pubkey,
address_tree: Pubkey,
onchain_account: Option<Account>,
compressed: Option<(CompressedAccount, Mint)>,
) -> MintInterfaceExpand description
Create MintInterface from mint address and state data.