5 lines
63 B
V
5 lines
63 B
V
module contract
|
|
|
|
pub interface IIdGenerator {
|
|
new_long() u64
|
|
} |
module contract
|
|
|
|
pub interface IIdGenerator {
|
|
new_long() u64
|
|
} |