chainline-contracts / chainline.contracts / HubContract / res_getAt

res_getAt

private fun ReservationList.res_getAt(index: Int): Reservation (source)

Gets the reserved funds object at the given index in a ReservationList.

Parameters

index - the zero-based index of the Reservation to retrieve

Return
the Reservation, or an empty array if not found