pub fn remove_by_index(
    bin: &str,
    index: i64,
    return_type: MapReturnType
) -> Operation<'_>
Expand description

Create map remove operation. Server removes the map item identified by the index and return the removed data specified by return_type.