-
如题,这只是约定俗成吗? public fun init(account: signer){
move_to(&account, Counter{value:0});
}
public(script) fun init_counter(account: signer){
Self::init(account)
} |
Beta Was this translation helpful? Give feedback.
Answered by
mason0510
Jan 11, 2023
Replies: 2 comments 2 replies
-
这个问题应该是写反了,应该是这样
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
livelybug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
没有。 看需要