1
0
mirror of synced 2026-04-13 20:08:39 +08:00

auto commit

This commit is contained in:
yitter
2021-04-01 13:29:57 +08:00
parent 9c7f4fb115
commit 09ddeccef5
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module contract
pub interface IIdGenerator {
new_long() u64
}