File tree Expand file tree Collapse file tree 5 files changed +6
-6741
lines changed Expand file tree Collapse file tree 5 files changed +6
-6741
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ func create(file string) *os.File {
443443}
444444
445445func main () {
446- const docVersion = uint64 (12 )
446+ const docVersion = uint64 (11 )
447447
448448 opGroups := make (map [string ][]string , len (logic .OpSpecs ))
449449 for grp , names := range logic .OpGroups {
Original file line number Diff line number Diff line change @@ -647,11 +647,10 @@ Global fields are fields that are common to all the transactions in the group. I
647647
648648Asset fields include ` AssetHolding ` and ` AssetParam ` fields that are used in the ` asset_holding_get ` and ` asset_params_get ` opcodes.
649649
650- | Index | Name | Type | In | Notes |
651- | - | ------ | -- | - | --------- |
652- | 0 | AssetBalance | uint64 | | Amount of the asset unit held by this account |
653- | 1 | AssetFrozen | bool | | Is the asset effectively frozen, accounting for local and global freeze state |
654- | 2 | AssetFrozenLocally | bool | v12 | Is the account frozen or not |
650+ | Index | Name | Type | Notes |
651+ | - | ------ | -- | --------- |
652+ | 0 | AssetBalance | uint64 | Amount of the asset unit held by this account |
653+ | 1 | AssetFrozen | bool | Is the asset effectively frozen, accounting for local and global freeze state |
655654
656655
657656| Index | Name | Type | In | Notes |
@@ -668,7 +667,6 @@ Asset fields include `AssetHolding` and `AssetParam` fields that are used in the
668667| 9 | AssetFreeze | address | | Freeze address |
669668| 10 | AssetClawback | address | | Clawback address |
670669| 11 | AssetCreator | address | v5 | Creator address |
671- | 12 | AssetGlobalFrozen | bool | v12 | Is the asset frozen or not |
672670
673671
674672** App Fields**
You can’t perform that action at this time.
0 commit comments