5 lines
62 B
V
5 lines
62 B
V
module contract
|
|
|
|
pub interface ISnowWorker {
|
|
next_id() u64
|
|
} |
module contract
|
|
|
|
pub interface ISnowWorker {
|
|
next_id() u64
|
|
} |