1
0
mirror of synced 2026-04-17 05:48:40 +08:00
Files
SnowFlake-IdGenerator/ZeOthers/V/source/contract/ISnowWorker.v
2021-04-08 21:12:15 +08:00

5 lines
62 B
V

module contract
pub interface ISnowWorker {
next_id() u64
}