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 {
443
443
}
444
444
445
445
func main () {
446
- const docVersion = uint64 (12 )
446
+ const docVersion = uint64 (11 )
447
447
448
448
opGroups := make (map [string ][]string , len (logic .OpSpecs ))
449
449
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
647
647
648
648
Asset fields include ` AssetHolding ` and ` AssetParam ` fields that are used in the ` asset_holding_get ` and ` asset_params_get ` opcodes.
649
649
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 |
655
654
656
655
657
656
| Index | Name | Type | In | Notes |
@@ -668,7 +667,6 @@ Asset fields include `AssetHolding` and `AssetParam` fields that are used in the
668
667
| 9 | AssetFreeze | address | | Freeze address |
669
668
| 10 | AssetClawback | address | | Clawback address |
670
669
| 11 | AssetCreator | address | v5 | Creator address |
671
- | 12 | AssetGlobalFrozen | bool | v12 | Is the asset frozen or not |
672
670
673
671
674
672
** App Fields**
You can’t perform that action at this time.
0 commit comments