create_and_mint_token

Function create_and_mint_token 

Source
fn create_and_mint_token(
    symbol: &str,
    name: &str,
    currency: &str,
    quote_token: Address,
    admin: Address,
    recipients: &[Address],
    mint_amount: U256,
    evm: &mut TempoEvm<CacheDB<EmptyDB>>,
) -> Result<(u64, Address)>
Expand description

Creates a TIP20 token through the factory (factory must already be initialized)