6 lines
64 B
V
6 lines
64 B
V
module contract
|
|
|
|
pub interface IIdGenerator {
|
|
new_long() u64
|
|
}
|
module contract
|
|
|
|
pub interface IIdGenerator {
|
|
new_long() u64
|
|
}
|