1
0
mirror of synced 2026-04-14 12:28:38 +08:00
Files
SnowFlake-IdGenerator/zzz-OtherLanguages/V/source/contract/ISnowWorker.v
2021-04-12 20:25:56 +08:00

6 lines
62 B
V

module contract
pub interface ISnowWorker {
next_id() u64
}