mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-07 06:04:26 +00:00
34553ad7d9
Add a requestId mapping to the Slot type. This allows the requestId to be obtained for a slot and the StorageRequest can be looked up from the id. Add `isSlotCancelled` to check if the request that a slot belongs to has been cancelled (not enough slots filled before expiry).