create_mint_interface

Function create_mint_interface 

Source
pub fn create_mint_interface(
    address: Pubkey,
    address_tree: Pubkey,
    onchain_account: Option<Account>,
    compressed: Option<(CompressedAccount, Mint)>,
) -> MintInterface
Expand description

Create MintInterface from mint address and state data.