创建一个Candid接口描述文件
service : {
"increment": () -> ();
"read": () -> (nat) query;
"write": (nat) -> ();
}Last updated
Was this helpful?
service : {
"increment": () -> ();
"read": () -> (nat) query;
"write": (nat) -> ();
}Last updated
Was this helpful?
Was this helpful?