mirror of
https://github.com/logos-storage/logos-storage-nim-validator.git
synced 2026-01-03 14:03:07 +00:00
5 lines
158 B
Nim
5 lines
158 B
Nim
type StorageRequestId* = distinct array[32, byte]
|
|
|
|
func `$`*(slotId: StorageRequestId): string {.borrow.}
|
|
func `==`*(a, b: StorageRequestId): bool {.borrow.}
|