mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-12 23:35:49 +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).