Function cw1155_base::contract::execute_mint[][src]

pub fn execute_mint(
    env: ExecuteEnv<'_>,
    to: String,
    token_id: TokenId,
    amount: Uint128,
    msg: Option<Binary>
) -> Result<Response, ContractError>