Function cw1155_base::contract::execute_batch_send_from[][src]

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