Commit abeb01b 1 parent 24b7a6f commit abeb01b Copy full SHA for abeb01b
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 32
32
lock :
33
33
<user_defined>
34
34
` ` `
35
-
36
- The added ` xUDT args` and `xUDT data` parts provide all the new functions needed
37
- by xUDT, the detailed structure is explained below.
35
+ The ` amount` is a 128-bit unsigned integer in little endian format. The added `xUDT
36
+ args` and `xUDT data` parts provide all the new functions needed by xUDT, the
37
+ detailed structure is explained below.
38
38
39
39
# ## **xUDT Args**
40
40
@@ -44,7 +44,8 @@ xUDT args has the following structure:
44
44
<4-byte xUDT flags> <Variable length bytes, extension data>
45
45
` ` `
46
46
47
- Depending on the content of `flags`, different extension data might be attached :
47
+ Depending on the content of `flags`, which is represented as a 32-bit unsigned
48
+ integer in little-endian format, different extension data might be attached :
48
49
49
50
• If `flags & 0x1FFFFFFF` is 0, no extension data is required. Note a
50
51
backward-compatible way of viewing things, which is that a plain sUDT cell also
You can’t perform that action at this time.
0 commit comments