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