1
0
mirror of synced 2026-02-23 13:27:56 +08:00
Files
SnowFlake-IdGenerator/ZeOthers/V/source/contract/IIdGenerator.v
2021-04-08 21:12:15 +08:00

5 lines
63 B
V

module contract
pub interface IIdGenerator {
new_long() u64
}