How to set state init data when making initial transaction of uninit state address? #4185
Answered
by
satoshiotomakan
autumn2sky
asked this question in
Q&A
-
I found a function that make state init for V4R2 wallet. - buildV4R2StateInit()
|
Beta Was this translation helpful? Give feedback.
Answered by
satoshiotomakan
Jan 3, 2025
Replies: 1 comment
-
Hi @autumn2sky, thanks for asking!
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
autumn2sky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @autumn2sky, thanks for asking!
StateInit
to initialize the uninit account will be automatically set ifsequence = 0
, you don't need to set it manuallyStateInit
is set automatically the same way as for V4R2