pub fn claim(relayer_id: &str, tx_id: &str) -> bool
Try to claim the lane for relayer_id:tx_id. Returns true if it becomes owner. Returns true if it already owns the lane. Returns false if another tx owns it.