Function cw1155_base::contract::execute_batch_mint[][src]

pub fn execute_batch_mint(
    env: ExecuteEnv<'_>,
    to: String,
    batch: Vec<(TokenId, Uint128)>,
    msg: Option<Binary>
) -> Result<Response, ContractError>