2024-12-02 16:07:47 +01:00

5 lines
158 B
Nim

type StorageRequestId* = distinct array[32, byte]
func `$`*(slotId: StorageRequestId): string {.borrow.}
func `==`*(a, b: StorageRequestId): bool {.borrow.}