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

Creates list get by index operation. Server selects list item identified by index and returns selected data specified by returnType