@typemove/sui 1.2.9 → 1.3.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/abis/0x2.json CHANGED
@@ -9021,6 +9021,10 @@
9021
9021
  "address": "0x2",
9022
9022
  "name": "dynamic_object_field"
9023
9023
  },
9024
+ {
9025
+ "address": "0x2",
9026
+ "name": "random"
9027
+ },
9024
9028
  {
9025
9029
  "address": "0x2",
9026
9030
  "name": "transfer"
@@ -9341,6 +9345,22 @@
9341
9345
  }
9342
9346
  ]
9343
9347
  },
9348
+ "randomness_state": {
9349
+ "visibility": "Friend",
9350
+ "isEntry": false,
9351
+ "typeParameters": [],
9352
+ "parameters": [],
9353
+ "return": [
9354
+ {
9355
+ "Struct": {
9356
+ "address": "0x2",
9357
+ "module": "object",
9358
+ "name": "UID",
9359
+ "typeArguments": []
9360
+ }
9361
+ }
9362
+ ]
9363
+ },
9344
9364
  "uid_as_inner": {
9345
9365
  "visibility": "Public",
9346
9366
  "isEntry": false,
@@ -11616,6 +11636,75 @@
11616
11636
  "structs": {},
11617
11637
  "exposedFunctions": {}
11618
11638
  },
11639
+ "random": {
11640
+ "fileFormatVersion": 6,
11641
+ "address": "0x2",
11642
+ "name": "random",
11643
+ "friends": [],
11644
+ "structs": {
11645
+ "Random": {
11646
+ "abilities": {
11647
+ "abilities": [
11648
+ "Key"
11649
+ ]
11650
+ },
11651
+ "typeParameters": [],
11652
+ "fields": [
11653
+ {
11654
+ "name": "id",
11655
+ "type": {
11656
+ "Struct": {
11657
+ "address": "0x2",
11658
+ "module": "object",
11659
+ "name": "UID",
11660
+ "typeArguments": []
11661
+ }
11662
+ }
11663
+ },
11664
+ {
11665
+ "name": "inner",
11666
+ "type": {
11667
+ "Struct": {
11668
+ "address": "0x2",
11669
+ "module": "versioned",
11670
+ "name": "Versioned",
11671
+ "typeArguments": []
11672
+ }
11673
+ }
11674
+ }
11675
+ ]
11676
+ },
11677
+ "RandomInner": {
11678
+ "abilities": {
11679
+ "abilities": [
11680
+ "Store"
11681
+ ]
11682
+ },
11683
+ "typeParameters": [],
11684
+ "fields": [
11685
+ {
11686
+ "name": "version",
11687
+ "type": "U64"
11688
+ },
11689
+ {
11690
+ "name": "epoch",
11691
+ "type": "U64"
11692
+ },
11693
+ {
11694
+ "name": "randomness_round",
11695
+ "type": "U64"
11696
+ },
11697
+ {
11698
+ "name": "random_bytes",
11699
+ "type": {
11700
+ "Vector": "U8"
11701
+ }
11702
+ }
11703
+ ]
11704
+ }
11705
+ },
11706
+ "exposedFunctions": {}
11707
+ },
11619
11708
  "sui": {
11620
11709
  "fileFormatVersion": 6,
11621
11710
  "address": "0x2",
@@ -12350,14 +12439,2217 @@
12350
12439
  }
12351
12440
  ]
12352
12441
  },
12353
- "is_empty": {
12442
+ "is_empty": {
12443
+ "visibility": "Public",
12444
+ "isEntry": false,
12445
+ "typeParameters": [
12446
+ {
12447
+ "abilities": [
12448
+ "Store"
12449
+ ]
12450
+ }
12451
+ ],
12452
+ "parameters": [
12453
+ {
12454
+ "Reference": {
12455
+ "Struct": {
12456
+ "address": "0x2",
12457
+ "module": "table_vec",
12458
+ "name": "TableVec",
12459
+ "typeArguments": [
12460
+ {
12461
+ "TypeParameter": 0
12462
+ }
12463
+ ]
12464
+ }
12465
+ }
12466
+ }
12467
+ ],
12468
+ "return": [
12469
+ "Bool"
12470
+ ]
12471
+ },
12472
+ "length": {
12473
+ "visibility": "Public",
12474
+ "isEntry": false,
12475
+ "typeParameters": [
12476
+ {
12477
+ "abilities": [
12478
+ "Store"
12479
+ ]
12480
+ }
12481
+ ],
12482
+ "parameters": [
12483
+ {
12484
+ "Reference": {
12485
+ "Struct": {
12486
+ "address": "0x2",
12487
+ "module": "table_vec",
12488
+ "name": "TableVec",
12489
+ "typeArguments": [
12490
+ {
12491
+ "TypeParameter": 0
12492
+ }
12493
+ ]
12494
+ }
12495
+ }
12496
+ }
12497
+ ],
12498
+ "return": [
12499
+ "U64"
12500
+ ]
12501
+ },
12502
+ "pop_back": {
12503
+ "visibility": "Public",
12504
+ "isEntry": false,
12505
+ "typeParameters": [
12506
+ {
12507
+ "abilities": [
12508
+ "Store"
12509
+ ]
12510
+ }
12511
+ ],
12512
+ "parameters": [
12513
+ {
12514
+ "MutableReference": {
12515
+ "Struct": {
12516
+ "address": "0x2",
12517
+ "module": "table_vec",
12518
+ "name": "TableVec",
12519
+ "typeArguments": [
12520
+ {
12521
+ "TypeParameter": 0
12522
+ }
12523
+ ]
12524
+ }
12525
+ }
12526
+ }
12527
+ ],
12528
+ "return": [
12529
+ {
12530
+ "TypeParameter": 0
12531
+ }
12532
+ ]
12533
+ },
12534
+ "push_back": {
12535
+ "visibility": "Public",
12536
+ "isEntry": false,
12537
+ "typeParameters": [
12538
+ {
12539
+ "abilities": [
12540
+ "Store"
12541
+ ]
12542
+ }
12543
+ ],
12544
+ "parameters": [
12545
+ {
12546
+ "MutableReference": {
12547
+ "Struct": {
12548
+ "address": "0x2",
12549
+ "module": "table_vec",
12550
+ "name": "TableVec",
12551
+ "typeArguments": [
12552
+ {
12553
+ "TypeParameter": 0
12554
+ }
12555
+ ]
12556
+ }
12557
+ }
12558
+ },
12559
+ {
12560
+ "TypeParameter": 0
12561
+ }
12562
+ ],
12563
+ "return": []
12564
+ },
12565
+ "singleton": {
12566
+ "visibility": "Public",
12567
+ "isEntry": false,
12568
+ "typeParameters": [
12569
+ {
12570
+ "abilities": [
12571
+ "Store"
12572
+ ]
12573
+ }
12574
+ ],
12575
+ "parameters": [
12576
+ {
12577
+ "TypeParameter": 0
12578
+ },
12579
+ {
12580
+ "MutableReference": {
12581
+ "Struct": {
12582
+ "address": "0x2",
12583
+ "module": "tx_context",
12584
+ "name": "TxContext",
12585
+ "typeArguments": []
12586
+ }
12587
+ }
12588
+ }
12589
+ ],
12590
+ "return": [
12591
+ {
12592
+ "Struct": {
12593
+ "address": "0x2",
12594
+ "module": "table_vec",
12595
+ "name": "TableVec",
12596
+ "typeArguments": [
12597
+ {
12598
+ "TypeParameter": 0
12599
+ }
12600
+ ]
12601
+ }
12602
+ }
12603
+ ]
12604
+ },
12605
+ "swap": {
12606
+ "visibility": "Public",
12607
+ "isEntry": false,
12608
+ "typeParameters": [
12609
+ {
12610
+ "abilities": [
12611
+ "Store"
12612
+ ]
12613
+ }
12614
+ ],
12615
+ "parameters": [
12616
+ {
12617
+ "MutableReference": {
12618
+ "Struct": {
12619
+ "address": "0x2",
12620
+ "module": "table_vec",
12621
+ "name": "TableVec",
12622
+ "typeArguments": [
12623
+ {
12624
+ "TypeParameter": 0
12625
+ }
12626
+ ]
12627
+ }
12628
+ }
12629
+ },
12630
+ "U64",
12631
+ "U64"
12632
+ ],
12633
+ "return": []
12634
+ },
12635
+ "swap_remove": {
12636
+ "visibility": "Public",
12637
+ "isEntry": false,
12638
+ "typeParameters": [
12639
+ {
12640
+ "abilities": [
12641
+ "Store"
12642
+ ]
12643
+ }
12644
+ ],
12645
+ "parameters": [
12646
+ {
12647
+ "MutableReference": {
12648
+ "Struct": {
12649
+ "address": "0x2",
12650
+ "module": "table_vec",
12651
+ "name": "TableVec",
12652
+ "typeArguments": [
12653
+ {
12654
+ "TypeParameter": 0
12655
+ }
12656
+ ]
12657
+ }
12658
+ }
12659
+ },
12660
+ "U64"
12661
+ ],
12662
+ "return": [
12663
+ {
12664
+ "TypeParameter": 0
12665
+ }
12666
+ ]
12667
+ }
12668
+ }
12669
+ },
12670
+ "token": {
12671
+ "fileFormatVersion": 6,
12672
+ "address": "0x2",
12673
+ "name": "token",
12674
+ "friends": [],
12675
+ "structs": {
12676
+ "ActionRequest": {
12677
+ "abilities": {
12678
+ "abilities": []
12679
+ },
12680
+ "typeParameters": [
12681
+ {
12682
+ "constraints": {
12683
+ "abilities": []
12684
+ },
12685
+ "isPhantom": true
12686
+ }
12687
+ ],
12688
+ "fields": [
12689
+ {
12690
+ "name": "name",
12691
+ "type": {
12692
+ "Struct": {
12693
+ "address": "0x1",
12694
+ "module": "string",
12695
+ "name": "String",
12696
+ "typeArguments": []
12697
+ }
12698
+ }
12699
+ },
12700
+ {
12701
+ "name": "amount",
12702
+ "type": "U64"
12703
+ },
12704
+ {
12705
+ "name": "sender",
12706
+ "type": "Address"
12707
+ },
12708
+ {
12709
+ "name": "recipient",
12710
+ "type": {
12711
+ "Struct": {
12712
+ "address": "0x1",
12713
+ "module": "option",
12714
+ "name": "Option",
12715
+ "typeArguments": [
12716
+ "Address"
12717
+ ]
12718
+ }
12719
+ }
12720
+ },
12721
+ {
12722
+ "name": "spent_balance",
12723
+ "type": {
12724
+ "Struct": {
12725
+ "address": "0x1",
12726
+ "module": "option",
12727
+ "name": "Option",
12728
+ "typeArguments": [
12729
+ {
12730
+ "Struct": {
12731
+ "address": "0x2",
12732
+ "module": "balance",
12733
+ "name": "Balance",
12734
+ "typeArguments": [
12735
+ {
12736
+ "TypeParameter": 0
12737
+ }
12738
+ ]
12739
+ }
12740
+ }
12741
+ ]
12742
+ }
12743
+ }
12744
+ },
12745
+ {
12746
+ "name": "approvals",
12747
+ "type": {
12748
+ "Struct": {
12749
+ "address": "0x2",
12750
+ "module": "vec_set",
12751
+ "name": "VecSet",
12752
+ "typeArguments": [
12753
+ {
12754
+ "Struct": {
12755
+ "address": "0x1",
12756
+ "module": "type_name",
12757
+ "name": "TypeName",
12758
+ "typeArguments": []
12759
+ }
12760
+ }
12761
+ ]
12762
+ }
12763
+ }
12764
+ }
12765
+ ]
12766
+ },
12767
+ "RuleKey": {
12768
+ "abilities": {
12769
+ "abilities": [
12770
+ "Copy",
12771
+ "Drop",
12772
+ "Store"
12773
+ ]
12774
+ },
12775
+ "typeParameters": [
12776
+ {
12777
+ "constraints": {
12778
+ "abilities": []
12779
+ },
12780
+ "isPhantom": true
12781
+ }
12782
+ ],
12783
+ "fields": [
12784
+ {
12785
+ "name": "is_protected",
12786
+ "type": "Bool"
12787
+ }
12788
+ ]
12789
+ },
12790
+ "Token": {
12791
+ "abilities": {
12792
+ "abilities": [
12793
+ "Key"
12794
+ ]
12795
+ },
12796
+ "typeParameters": [
12797
+ {
12798
+ "constraints": {
12799
+ "abilities": []
12800
+ },
12801
+ "isPhantom": true
12802
+ }
12803
+ ],
12804
+ "fields": [
12805
+ {
12806
+ "name": "id",
12807
+ "type": {
12808
+ "Struct": {
12809
+ "address": "0x2",
12810
+ "module": "object",
12811
+ "name": "UID",
12812
+ "typeArguments": []
12813
+ }
12814
+ }
12815
+ },
12816
+ {
12817
+ "name": "balance",
12818
+ "type": {
12819
+ "Struct": {
12820
+ "address": "0x2",
12821
+ "module": "balance",
12822
+ "name": "Balance",
12823
+ "typeArguments": [
12824
+ {
12825
+ "TypeParameter": 0
12826
+ }
12827
+ ]
12828
+ }
12829
+ }
12830
+ }
12831
+ ]
12832
+ },
12833
+ "TokenPolicy": {
12834
+ "abilities": {
12835
+ "abilities": [
12836
+ "Key"
12837
+ ]
12838
+ },
12839
+ "typeParameters": [
12840
+ {
12841
+ "constraints": {
12842
+ "abilities": []
12843
+ },
12844
+ "isPhantom": true
12845
+ }
12846
+ ],
12847
+ "fields": [
12848
+ {
12849
+ "name": "id",
12850
+ "type": {
12851
+ "Struct": {
12852
+ "address": "0x2",
12853
+ "module": "object",
12854
+ "name": "UID",
12855
+ "typeArguments": []
12856
+ }
12857
+ }
12858
+ },
12859
+ {
12860
+ "name": "spent_balance",
12861
+ "type": {
12862
+ "Struct": {
12863
+ "address": "0x2",
12864
+ "module": "balance",
12865
+ "name": "Balance",
12866
+ "typeArguments": [
12867
+ {
12868
+ "TypeParameter": 0
12869
+ }
12870
+ ]
12871
+ }
12872
+ }
12873
+ },
12874
+ {
12875
+ "name": "rules",
12876
+ "type": {
12877
+ "Struct": {
12878
+ "address": "0x2",
12879
+ "module": "vec_map",
12880
+ "name": "VecMap",
12881
+ "typeArguments": [
12882
+ {
12883
+ "Struct": {
12884
+ "address": "0x1",
12885
+ "module": "string",
12886
+ "name": "String",
12887
+ "typeArguments": []
12888
+ }
12889
+ },
12890
+ {
12891
+ "Struct": {
12892
+ "address": "0x2",
12893
+ "module": "vec_set",
12894
+ "name": "VecSet",
12895
+ "typeArguments": [
12896
+ {
12897
+ "Struct": {
12898
+ "address": "0x1",
12899
+ "module": "type_name",
12900
+ "name": "TypeName",
12901
+ "typeArguments": []
12902
+ }
12903
+ }
12904
+ ]
12905
+ }
12906
+ }
12907
+ ]
12908
+ }
12909
+ }
12910
+ }
12911
+ ]
12912
+ },
12913
+ "TokenPolicyCap": {
12914
+ "abilities": {
12915
+ "abilities": [
12916
+ "Store",
12917
+ "Key"
12918
+ ]
12919
+ },
12920
+ "typeParameters": [
12921
+ {
12922
+ "constraints": {
12923
+ "abilities": []
12924
+ },
12925
+ "isPhantom": true
12926
+ }
12927
+ ],
12928
+ "fields": [
12929
+ {
12930
+ "name": "id",
12931
+ "type": {
12932
+ "Struct": {
12933
+ "address": "0x2",
12934
+ "module": "object",
12935
+ "name": "UID",
12936
+ "typeArguments": []
12937
+ }
12938
+ }
12939
+ },
12940
+ {
12941
+ "name": "for",
12942
+ "type": {
12943
+ "Struct": {
12944
+ "address": "0x2",
12945
+ "module": "object",
12946
+ "name": "ID",
12947
+ "typeArguments": []
12948
+ }
12949
+ }
12950
+ }
12951
+ ]
12952
+ },
12953
+ "TokenPolicyCreated": {
12954
+ "abilities": {
12955
+ "abilities": [
12956
+ "Copy",
12957
+ "Drop"
12958
+ ]
12959
+ },
12960
+ "typeParameters": [
12961
+ {
12962
+ "constraints": {
12963
+ "abilities": []
12964
+ },
12965
+ "isPhantom": true
12966
+ }
12967
+ ],
12968
+ "fields": [
12969
+ {
12970
+ "name": "id",
12971
+ "type": {
12972
+ "Struct": {
12973
+ "address": "0x2",
12974
+ "module": "object",
12975
+ "name": "ID",
12976
+ "typeArguments": []
12977
+ }
12978
+ }
12979
+ },
12980
+ {
12981
+ "name": "is_mutable",
12982
+ "type": "Bool"
12983
+ }
12984
+ ]
12985
+ }
12986
+ },
12987
+ "exposedFunctions": {
12988
+ "action": {
12989
+ "visibility": "Public",
12990
+ "isEntry": false,
12991
+ "typeParameters": [
12992
+ {
12993
+ "abilities": []
12994
+ }
12995
+ ],
12996
+ "parameters": [
12997
+ {
12998
+ "Reference": {
12999
+ "Struct": {
13000
+ "address": "0x2",
13001
+ "module": "token",
13002
+ "name": "ActionRequest",
13003
+ "typeArguments": [
13004
+ {
13005
+ "TypeParameter": 0
13006
+ }
13007
+ ]
13008
+ }
13009
+ }
13010
+ }
13011
+ ],
13012
+ "return": [
13013
+ {
13014
+ "Struct": {
13015
+ "address": "0x1",
13016
+ "module": "string",
13017
+ "name": "String",
13018
+ "typeArguments": []
13019
+ }
13020
+ }
13021
+ ]
13022
+ },
13023
+ "add_approval": {
13024
+ "visibility": "Public",
13025
+ "isEntry": false,
13026
+ "typeParameters": [
13027
+ {
13028
+ "abilities": []
13029
+ },
13030
+ {
13031
+ "abilities": [
13032
+ "Drop"
13033
+ ]
13034
+ }
13035
+ ],
13036
+ "parameters": [
13037
+ {
13038
+ "TypeParameter": 1
13039
+ },
13040
+ {
13041
+ "MutableReference": {
13042
+ "Struct": {
13043
+ "address": "0x2",
13044
+ "module": "token",
13045
+ "name": "ActionRequest",
13046
+ "typeArguments": [
13047
+ {
13048
+ "TypeParameter": 0
13049
+ }
13050
+ ]
13051
+ }
13052
+ }
13053
+ },
13054
+ {
13055
+ "MutableReference": {
13056
+ "Struct": {
13057
+ "address": "0x2",
13058
+ "module": "tx_context",
13059
+ "name": "TxContext",
13060
+ "typeArguments": []
13061
+ }
13062
+ }
13063
+ }
13064
+ ],
13065
+ "return": []
13066
+ },
13067
+ "add_rule_config": {
13068
+ "visibility": "Public",
13069
+ "isEntry": false,
13070
+ "typeParameters": [
13071
+ {
13072
+ "abilities": []
13073
+ },
13074
+ {
13075
+ "abilities": [
13076
+ "Drop"
13077
+ ]
13078
+ },
13079
+ {
13080
+ "abilities": [
13081
+ "Store"
13082
+ ]
13083
+ }
13084
+ ],
13085
+ "parameters": [
13086
+ {
13087
+ "TypeParameter": 1
13088
+ },
13089
+ {
13090
+ "MutableReference": {
13091
+ "Struct": {
13092
+ "address": "0x2",
13093
+ "module": "token",
13094
+ "name": "TokenPolicy",
13095
+ "typeArguments": [
13096
+ {
13097
+ "TypeParameter": 0
13098
+ }
13099
+ ]
13100
+ }
13101
+ }
13102
+ },
13103
+ {
13104
+ "Reference": {
13105
+ "Struct": {
13106
+ "address": "0x2",
13107
+ "module": "token",
13108
+ "name": "TokenPolicyCap",
13109
+ "typeArguments": [
13110
+ {
13111
+ "TypeParameter": 0
13112
+ }
13113
+ ]
13114
+ }
13115
+ }
13116
+ },
13117
+ {
13118
+ "TypeParameter": 2
13119
+ },
13120
+ {
13121
+ "MutableReference": {
13122
+ "Struct": {
13123
+ "address": "0x2",
13124
+ "module": "tx_context",
13125
+ "name": "TxContext",
13126
+ "typeArguments": []
13127
+ }
13128
+ }
13129
+ }
13130
+ ],
13131
+ "return": []
13132
+ },
13133
+ "add_rule_for_action": {
13134
+ "visibility": "Public",
13135
+ "isEntry": false,
13136
+ "typeParameters": [
13137
+ {
13138
+ "abilities": []
13139
+ },
13140
+ {
13141
+ "abilities": [
13142
+ "Drop"
13143
+ ]
13144
+ }
13145
+ ],
13146
+ "parameters": [
13147
+ {
13148
+ "MutableReference": {
13149
+ "Struct": {
13150
+ "address": "0x2",
13151
+ "module": "token",
13152
+ "name": "TokenPolicy",
13153
+ "typeArguments": [
13154
+ {
13155
+ "TypeParameter": 0
13156
+ }
13157
+ ]
13158
+ }
13159
+ }
13160
+ },
13161
+ {
13162
+ "Reference": {
13163
+ "Struct": {
13164
+ "address": "0x2",
13165
+ "module": "token",
13166
+ "name": "TokenPolicyCap",
13167
+ "typeArguments": [
13168
+ {
13169
+ "TypeParameter": 0
13170
+ }
13171
+ ]
13172
+ }
13173
+ }
13174
+ },
13175
+ {
13176
+ "Struct": {
13177
+ "address": "0x1",
13178
+ "module": "string",
13179
+ "name": "String",
13180
+ "typeArguments": []
13181
+ }
13182
+ },
13183
+ {
13184
+ "MutableReference": {
13185
+ "Struct": {
13186
+ "address": "0x2",
13187
+ "module": "tx_context",
13188
+ "name": "TxContext",
13189
+ "typeArguments": []
13190
+ }
13191
+ }
13192
+ }
13193
+ ],
13194
+ "return": []
13195
+ },
13196
+ "allow": {
13197
+ "visibility": "Public",
13198
+ "isEntry": false,
13199
+ "typeParameters": [
13200
+ {
13201
+ "abilities": []
13202
+ }
13203
+ ],
13204
+ "parameters": [
13205
+ {
13206
+ "MutableReference": {
13207
+ "Struct": {
13208
+ "address": "0x2",
13209
+ "module": "token",
13210
+ "name": "TokenPolicy",
13211
+ "typeArguments": [
13212
+ {
13213
+ "TypeParameter": 0
13214
+ }
13215
+ ]
13216
+ }
13217
+ }
13218
+ },
13219
+ {
13220
+ "Reference": {
13221
+ "Struct": {
13222
+ "address": "0x2",
13223
+ "module": "token",
13224
+ "name": "TokenPolicyCap",
13225
+ "typeArguments": [
13226
+ {
13227
+ "TypeParameter": 0
13228
+ }
13229
+ ]
13230
+ }
13231
+ }
13232
+ },
13233
+ {
13234
+ "Struct": {
13235
+ "address": "0x1",
13236
+ "module": "string",
13237
+ "name": "String",
13238
+ "typeArguments": []
13239
+ }
13240
+ },
13241
+ {
13242
+ "MutableReference": {
13243
+ "Struct": {
13244
+ "address": "0x2",
13245
+ "module": "tx_context",
13246
+ "name": "TxContext",
13247
+ "typeArguments": []
13248
+ }
13249
+ }
13250
+ }
13251
+ ],
13252
+ "return": []
13253
+ },
13254
+ "amount": {
13255
+ "visibility": "Public",
13256
+ "isEntry": false,
13257
+ "typeParameters": [
13258
+ {
13259
+ "abilities": []
13260
+ }
13261
+ ],
13262
+ "parameters": [
13263
+ {
13264
+ "Reference": {
13265
+ "Struct": {
13266
+ "address": "0x2",
13267
+ "module": "token",
13268
+ "name": "ActionRequest",
13269
+ "typeArguments": [
13270
+ {
13271
+ "TypeParameter": 0
13272
+ }
13273
+ ]
13274
+ }
13275
+ }
13276
+ }
13277
+ ],
13278
+ "return": [
13279
+ "U64"
13280
+ ]
13281
+ },
13282
+ "approvals": {
13283
+ "visibility": "Public",
13284
+ "isEntry": false,
13285
+ "typeParameters": [
13286
+ {
13287
+ "abilities": []
13288
+ }
13289
+ ],
13290
+ "parameters": [
13291
+ {
13292
+ "Reference": {
13293
+ "Struct": {
13294
+ "address": "0x2",
13295
+ "module": "token",
13296
+ "name": "ActionRequest",
13297
+ "typeArguments": [
13298
+ {
13299
+ "TypeParameter": 0
13300
+ }
13301
+ ]
13302
+ }
13303
+ }
13304
+ }
13305
+ ],
13306
+ "return": [
13307
+ {
13308
+ "Struct": {
13309
+ "address": "0x2",
13310
+ "module": "vec_set",
13311
+ "name": "VecSet",
13312
+ "typeArguments": [
13313
+ {
13314
+ "Struct": {
13315
+ "address": "0x1",
13316
+ "module": "type_name",
13317
+ "name": "TypeName",
13318
+ "typeArguments": []
13319
+ }
13320
+ }
13321
+ ]
13322
+ }
13323
+ }
13324
+ ]
13325
+ },
13326
+ "burn": {
13327
+ "visibility": "Public",
13328
+ "isEntry": false,
13329
+ "typeParameters": [
13330
+ {
13331
+ "abilities": []
13332
+ }
13333
+ ],
13334
+ "parameters": [
13335
+ {
13336
+ "MutableReference": {
13337
+ "Struct": {
13338
+ "address": "0x2",
13339
+ "module": "coin",
13340
+ "name": "TreasuryCap",
13341
+ "typeArguments": [
13342
+ {
13343
+ "TypeParameter": 0
13344
+ }
13345
+ ]
13346
+ }
13347
+ }
13348
+ },
13349
+ {
13350
+ "Struct": {
13351
+ "address": "0x2",
13352
+ "module": "token",
13353
+ "name": "Token",
13354
+ "typeArguments": [
13355
+ {
13356
+ "TypeParameter": 0
13357
+ }
13358
+ ]
13359
+ }
13360
+ }
13361
+ ],
13362
+ "return": []
13363
+ },
13364
+ "confirm_request": {
13365
+ "visibility": "Public",
13366
+ "isEntry": false,
13367
+ "typeParameters": [
13368
+ {
13369
+ "abilities": []
13370
+ }
13371
+ ],
13372
+ "parameters": [
13373
+ {
13374
+ "Reference": {
13375
+ "Struct": {
13376
+ "address": "0x2",
13377
+ "module": "token",
13378
+ "name": "TokenPolicy",
13379
+ "typeArguments": [
13380
+ {
13381
+ "TypeParameter": 0
13382
+ }
13383
+ ]
13384
+ }
13385
+ }
13386
+ },
13387
+ {
13388
+ "Struct": {
13389
+ "address": "0x2",
13390
+ "module": "token",
13391
+ "name": "ActionRequest",
13392
+ "typeArguments": [
13393
+ {
13394
+ "TypeParameter": 0
13395
+ }
13396
+ ]
13397
+ }
13398
+ },
13399
+ {
13400
+ "MutableReference": {
13401
+ "Struct": {
13402
+ "address": "0x2",
13403
+ "module": "tx_context",
13404
+ "name": "TxContext",
13405
+ "typeArguments": []
13406
+ }
13407
+ }
13408
+ }
13409
+ ],
13410
+ "return": [
13411
+ {
13412
+ "Struct": {
13413
+ "address": "0x1",
13414
+ "module": "string",
13415
+ "name": "String",
13416
+ "typeArguments": []
13417
+ }
13418
+ },
13419
+ "U64",
13420
+ "Address",
13421
+ {
13422
+ "Struct": {
13423
+ "address": "0x1",
13424
+ "module": "option",
13425
+ "name": "Option",
13426
+ "typeArguments": [
13427
+ "Address"
13428
+ ]
13429
+ }
13430
+ }
13431
+ ]
13432
+ },
13433
+ "confirm_request_mut": {
13434
+ "visibility": "Public",
13435
+ "isEntry": false,
13436
+ "typeParameters": [
13437
+ {
13438
+ "abilities": []
13439
+ }
13440
+ ],
13441
+ "parameters": [
13442
+ {
13443
+ "MutableReference": {
13444
+ "Struct": {
13445
+ "address": "0x2",
13446
+ "module": "token",
13447
+ "name": "TokenPolicy",
13448
+ "typeArguments": [
13449
+ {
13450
+ "TypeParameter": 0
13451
+ }
13452
+ ]
13453
+ }
13454
+ }
13455
+ },
13456
+ {
13457
+ "Struct": {
13458
+ "address": "0x2",
13459
+ "module": "token",
13460
+ "name": "ActionRequest",
13461
+ "typeArguments": [
13462
+ {
13463
+ "TypeParameter": 0
13464
+ }
13465
+ ]
13466
+ }
13467
+ },
13468
+ {
13469
+ "MutableReference": {
13470
+ "Struct": {
13471
+ "address": "0x2",
13472
+ "module": "tx_context",
13473
+ "name": "TxContext",
13474
+ "typeArguments": []
13475
+ }
13476
+ }
13477
+ }
13478
+ ],
13479
+ "return": [
13480
+ {
13481
+ "Struct": {
13482
+ "address": "0x1",
13483
+ "module": "string",
13484
+ "name": "String",
13485
+ "typeArguments": []
13486
+ }
13487
+ },
13488
+ "U64",
13489
+ "Address",
13490
+ {
13491
+ "Struct": {
13492
+ "address": "0x1",
13493
+ "module": "option",
13494
+ "name": "Option",
13495
+ "typeArguments": [
13496
+ "Address"
13497
+ ]
13498
+ }
13499
+ }
13500
+ ]
13501
+ },
13502
+ "confirm_with_policy_cap": {
13503
+ "visibility": "Public",
13504
+ "isEntry": false,
13505
+ "typeParameters": [
13506
+ {
13507
+ "abilities": []
13508
+ }
13509
+ ],
13510
+ "parameters": [
13511
+ {
13512
+ "Reference": {
13513
+ "Struct": {
13514
+ "address": "0x2",
13515
+ "module": "token",
13516
+ "name": "TokenPolicyCap",
13517
+ "typeArguments": [
13518
+ {
13519
+ "TypeParameter": 0
13520
+ }
13521
+ ]
13522
+ }
13523
+ }
13524
+ },
13525
+ {
13526
+ "Struct": {
13527
+ "address": "0x2",
13528
+ "module": "token",
13529
+ "name": "ActionRequest",
13530
+ "typeArguments": [
13531
+ {
13532
+ "TypeParameter": 0
13533
+ }
13534
+ ]
13535
+ }
13536
+ },
13537
+ {
13538
+ "MutableReference": {
13539
+ "Struct": {
13540
+ "address": "0x2",
13541
+ "module": "tx_context",
13542
+ "name": "TxContext",
13543
+ "typeArguments": []
13544
+ }
13545
+ }
13546
+ }
13547
+ ],
13548
+ "return": [
13549
+ {
13550
+ "Struct": {
13551
+ "address": "0x1",
13552
+ "module": "string",
13553
+ "name": "String",
13554
+ "typeArguments": []
13555
+ }
13556
+ },
13557
+ "U64",
13558
+ "Address",
13559
+ {
13560
+ "Struct": {
13561
+ "address": "0x1",
13562
+ "module": "option",
13563
+ "name": "Option",
13564
+ "typeArguments": [
13565
+ "Address"
13566
+ ]
13567
+ }
13568
+ }
13569
+ ]
13570
+ },
13571
+ "confirm_with_treasury_cap": {
13572
+ "visibility": "Public",
13573
+ "isEntry": false,
13574
+ "typeParameters": [
13575
+ {
13576
+ "abilities": []
13577
+ }
13578
+ ],
13579
+ "parameters": [
13580
+ {
13581
+ "MutableReference": {
13582
+ "Struct": {
13583
+ "address": "0x2",
13584
+ "module": "coin",
13585
+ "name": "TreasuryCap",
13586
+ "typeArguments": [
13587
+ {
13588
+ "TypeParameter": 0
13589
+ }
13590
+ ]
13591
+ }
13592
+ }
13593
+ },
13594
+ {
13595
+ "Struct": {
13596
+ "address": "0x2",
13597
+ "module": "token",
13598
+ "name": "ActionRequest",
13599
+ "typeArguments": [
13600
+ {
13601
+ "TypeParameter": 0
13602
+ }
13603
+ ]
13604
+ }
13605
+ },
13606
+ {
13607
+ "MutableReference": {
13608
+ "Struct": {
13609
+ "address": "0x2",
13610
+ "module": "tx_context",
13611
+ "name": "TxContext",
13612
+ "typeArguments": []
13613
+ }
13614
+ }
13615
+ }
13616
+ ],
13617
+ "return": [
13618
+ {
13619
+ "Struct": {
13620
+ "address": "0x1",
13621
+ "module": "string",
13622
+ "name": "String",
13623
+ "typeArguments": []
13624
+ }
13625
+ },
13626
+ "U64",
13627
+ "Address",
13628
+ {
13629
+ "Struct": {
13630
+ "address": "0x1",
13631
+ "module": "option",
13632
+ "name": "Option",
13633
+ "typeArguments": [
13634
+ "Address"
13635
+ ]
13636
+ }
13637
+ }
13638
+ ]
13639
+ },
13640
+ "destroy_zero": {
13641
+ "visibility": "Public",
13642
+ "isEntry": false,
13643
+ "typeParameters": [
13644
+ {
13645
+ "abilities": []
13646
+ }
13647
+ ],
13648
+ "parameters": [
13649
+ {
13650
+ "Struct": {
13651
+ "address": "0x2",
13652
+ "module": "token",
13653
+ "name": "Token",
13654
+ "typeArguments": [
13655
+ {
13656
+ "TypeParameter": 0
13657
+ }
13658
+ ]
13659
+ }
13660
+ }
13661
+ ],
13662
+ "return": []
13663
+ },
13664
+ "disallow": {
13665
+ "visibility": "Public",
13666
+ "isEntry": false,
13667
+ "typeParameters": [
13668
+ {
13669
+ "abilities": []
13670
+ }
13671
+ ],
13672
+ "parameters": [
13673
+ {
13674
+ "MutableReference": {
13675
+ "Struct": {
13676
+ "address": "0x2",
13677
+ "module": "token",
13678
+ "name": "TokenPolicy",
13679
+ "typeArguments": [
13680
+ {
13681
+ "TypeParameter": 0
13682
+ }
13683
+ ]
13684
+ }
13685
+ }
13686
+ },
13687
+ {
13688
+ "Reference": {
13689
+ "Struct": {
13690
+ "address": "0x2",
13691
+ "module": "token",
13692
+ "name": "TokenPolicyCap",
13693
+ "typeArguments": [
13694
+ {
13695
+ "TypeParameter": 0
13696
+ }
13697
+ ]
13698
+ }
13699
+ }
13700
+ },
13701
+ {
13702
+ "Struct": {
13703
+ "address": "0x1",
13704
+ "module": "string",
13705
+ "name": "String",
13706
+ "typeArguments": []
13707
+ }
13708
+ },
13709
+ {
13710
+ "MutableReference": {
13711
+ "Struct": {
13712
+ "address": "0x2",
13713
+ "module": "tx_context",
13714
+ "name": "TxContext",
13715
+ "typeArguments": []
13716
+ }
13717
+ }
13718
+ }
13719
+ ],
13720
+ "return": []
13721
+ },
13722
+ "flush": {
13723
+ "visibility": "Public",
13724
+ "isEntry": false,
13725
+ "typeParameters": [
13726
+ {
13727
+ "abilities": []
13728
+ }
13729
+ ],
13730
+ "parameters": [
13731
+ {
13732
+ "MutableReference": {
13733
+ "Struct": {
13734
+ "address": "0x2",
13735
+ "module": "token",
13736
+ "name": "TokenPolicy",
13737
+ "typeArguments": [
13738
+ {
13739
+ "TypeParameter": 0
13740
+ }
13741
+ ]
13742
+ }
13743
+ }
13744
+ },
13745
+ {
13746
+ "MutableReference": {
13747
+ "Struct": {
13748
+ "address": "0x2",
13749
+ "module": "coin",
13750
+ "name": "TreasuryCap",
13751
+ "typeArguments": [
13752
+ {
13753
+ "TypeParameter": 0
13754
+ }
13755
+ ]
13756
+ }
13757
+ }
13758
+ },
13759
+ {
13760
+ "MutableReference": {
13761
+ "Struct": {
13762
+ "address": "0x2",
13763
+ "module": "tx_context",
13764
+ "name": "TxContext",
13765
+ "typeArguments": []
13766
+ }
13767
+ }
13768
+ }
13769
+ ],
13770
+ "return": [
13771
+ "U64"
13772
+ ]
13773
+ },
13774
+ "from_coin": {
13775
+ "visibility": "Public",
13776
+ "isEntry": false,
13777
+ "typeParameters": [
13778
+ {
13779
+ "abilities": []
13780
+ }
13781
+ ],
13782
+ "parameters": [
13783
+ {
13784
+ "Struct": {
13785
+ "address": "0x2",
13786
+ "module": "coin",
13787
+ "name": "Coin",
13788
+ "typeArguments": [
13789
+ {
13790
+ "TypeParameter": 0
13791
+ }
13792
+ ]
13793
+ }
13794
+ },
13795
+ {
13796
+ "MutableReference": {
13797
+ "Struct": {
13798
+ "address": "0x2",
13799
+ "module": "tx_context",
13800
+ "name": "TxContext",
13801
+ "typeArguments": []
13802
+ }
13803
+ }
13804
+ }
13805
+ ],
13806
+ "return": [
13807
+ {
13808
+ "Struct": {
13809
+ "address": "0x2",
13810
+ "module": "token",
13811
+ "name": "Token",
13812
+ "typeArguments": [
13813
+ {
13814
+ "TypeParameter": 0
13815
+ }
13816
+ ]
13817
+ }
13818
+ },
13819
+ {
13820
+ "Struct": {
13821
+ "address": "0x2",
13822
+ "module": "token",
13823
+ "name": "ActionRequest",
13824
+ "typeArguments": [
13825
+ {
13826
+ "TypeParameter": 0
13827
+ }
13828
+ ]
13829
+ }
13830
+ }
13831
+ ]
13832
+ },
13833
+ "from_coin_action": {
13834
+ "visibility": "Public",
13835
+ "isEntry": false,
13836
+ "typeParameters": [],
13837
+ "parameters": [],
13838
+ "return": [
13839
+ {
13840
+ "Struct": {
13841
+ "address": "0x1",
13842
+ "module": "string",
13843
+ "name": "String",
13844
+ "typeArguments": []
13845
+ }
13846
+ }
13847
+ ]
13848
+ },
13849
+ "has_rule_config": {
13850
+ "visibility": "Public",
13851
+ "isEntry": false,
13852
+ "typeParameters": [
13853
+ {
13854
+ "abilities": []
13855
+ },
13856
+ {
13857
+ "abilities": []
13858
+ }
13859
+ ],
13860
+ "parameters": [
13861
+ {
13862
+ "Reference": {
13863
+ "Struct": {
13864
+ "address": "0x2",
13865
+ "module": "token",
13866
+ "name": "TokenPolicy",
13867
+ "typeArguments": [
13868
+ {
13869
+ "TypeParameter": 0
13870
+ }
13871
+ ]
13872
+ }
13873
+ }
13874
+ }
13875
+ ],
13876
+ "return": [
13877
+ "Bool"
13878
+ ]
13879
+ },
13880
+ "has_rule_config_with_type": {
13881
+ "visibility": "Public",
13882
+ "isEntry": false,
13883
+ "typeParameters": [
13884
+ {
13885
+ "abilities": []
13886
+ },
13887
+ {
13888
+ "abilities": []
13889
+ },
13890
+ {
13891
+ "abilities": [
13892
+ "Store"
13893
+ ]
13894
+ }
13895
+ ],
13896
+ "parameters": [
13897
+ {
13898
+ "Reference": {
13899
+ "Struct": {
13900
+ "address": "0x2",
13901
+ "module": "token",
13902
+ "name": "TokenPolicy",
13903
+ "typeArguments": [
13904
+ {
13905
+ "TypeParameter": 0
13906
+ }
13907
+ ]
13908
+ }
13909
+ }
13910
+ }
13911
+ ],
13912
+ "return": [
13913
+ "Bool"
13914
+ ]
13915
+ },
13916
+ "is_allowed": {
13917
+ "visibility": "Public",
13918
+ "isEntry": false,
13919
+ "typeParameters": [
13920
+ {
13921
+ "abilities": []
13922
+ }
13923
+ ],
13924
+ "parameters": [
13925
+ {
13926
+ "Reference": {
13927
+ "Struct": {
13928
+ "address": "0x2",
13929
+ "module": "token",
13930
+ "name": "TokenPolicy",
13931
+ "typeArguments": [
13932
+ {
13933
+ "TypeParameter": 0
13934
+ }
13935
+ ]
13936
+ }
13937
+ }
13938
+ },
13939
+ {
13940
+ "Reference": {
13941
+ "Struct": {
13942
+ "address": "0x1",
13943
+ "module": "string",
13944
+ "name": "String",
13945
+ "typeArguments": []
13946
+ }
13947
+ }
13948
+ }
13949
+ ],
13950
+ "return": [
13951
+ "Bool"
13952
+ ]
13953
+ },
13954
+ "join": {
13955
+ "visibility": "Public",
13956
+ "isEntry": false,
13957
+ "typeParameters": [
13958
+ {
13959
+ "abilities": []
13960
+ }
13961
+ ],
13962
+ "parameters": [
13963
+ {
13964
+ "MutableReference": {
13965
+ "Struct": {
13966
+ "address": "0x2",
13967
+ "module": "token",
13968
+ "name": "Token",
13969
+ "typeArguments": [
13970
+ {
13971
+ "TypeParameter": 0
13972
+ }
13973
+ ]
13974
+ }
13975
+ }
13976
+ },
13977
+ {
13978
+ "Struct": {
13979
+ "address": "0x2",
13980
+ "module": "token",
13981
+ "name": "Token",
13982
+ "typeArguments": [
13983
+ {
13984
+ "TypeParameter": 0
13985
+ }
13986
+ ]
13987
+ }
13988
+ }
13989
+ ],
13990
+ "return": []
13991
+ },
13992
+ "keep": {
13993
+ "visibility": "Public",
13994
+ "isEntry": false,
13995
+ "typeParameters": [
13996
+ {
13997
+ "abilities": []
13998
+ }
13999
+ ],
14000
+ "parameters": [
14001
+ {
14002
+ "Struct": {
14003
+ "address": "0x2",
14004
+ "module": "token",
14005
+ "name": "Token",
14006
+ "typeArguments": [
14007
+ {
14008
+ "TypeParameter": 0
14009
+ }
14010
+ ]
14011
+ }
14012
+ },
14013
+ {
14014
+ "MutableReference": {
14015
+ "Struct": {
14016
+ "address": "0x2",
14017
+ "module": "tx_context",
14018
+ "name": "TxContext",
14019
+ "typeArguments": []
14020
+ }
14021
+ }
14022
+ }
14023
+ ],
14024
+ "return": []
14025
+ },
14026
+ "mint": {
14027
+ "visibility": "Public",
14028
+ "isEntry": false,
14029
+ "typeParameters": [
14030
+ {
14031
+ "abilities": []
14032
+ }
14033
+ ],
14034
+ "parameters": [
14035
+ {
14036
+ "MutableReference": {
14037
+ "Struct": {
14038
+ "address": "0x2",
14039
+ "module": "coin",
14040
+ "name": "TreasuryCap",
14041
+ "typeArguments": [
14042
+ {
14043
+ "TypeParameter": 0
14044
+ }
14045
+ ]
14046
+ }
14047
+ }
14048
+ },
14049
+ "U64",
14050
+ {
14051
+ "MutableReference": {
14052
+ "Struct": {
14053
+ "address": "0x2",
14054
+ "module": "tx_context",
14055
+ "name": "TxContext",
14056
+ "typeArguments": []
14057
+ }
14058
+ }
14059
+ }
14060
+ ],
14061
+ "return": [
14062
+ {
14063
+ "Struct": {
14064
+ "address": "0x2",
14065
+ "module": "token",
14066
+ "name": "Token",
14067
+ "typeArguments": [
14068
+ {
14069
+ "TypeParameter": 0
14070
+ }
14071
+ ]
14072
+ }
14073
+ }
14074
+ ]
14075
+ },
14076
+ "new_policy": {
14077
+ "visibility": "Public",
14078
+ "isEntry": false,
14079
+ "typeParameters": [
14080
+ {
14081
+ "abilities": []
14082
+ }
14083
+ ],
14084
+ "parameters": [
14085
+ {
14086
+ "Reference": {
14087
+ "Struct": {
14088
+ "address": "0x2",
14089
+ "module": "coin",
14090
+ "name": "TreasuryCap",
14091
+ "typeArguments": [
14092
+ {
14093
+ "TypeParameter": 0
14094
+ }
14095
+ ]
14096
+ }
14097
+ }
14098
+ },
14099
+ {
14100
+ "MutableReference": {
14101
+ "Struct": {
14102
+ "address": "0x2",
14103
+ "module": "tx_context",
14104
+ "name": "TxContext",
14105
+ "typeArguments": []
14106
+ }
14107
+ }
14108
+ }
14109
+ ],
14110
+ "return": [
14111
+ {
14112
+ "Struct": {
14113
+ "address": "0x2",
14114
+ "module": "token",
14115
+ "name": "TokenPolicy",
14116
+ "typeArguments": [
14117
+ {
14118
+ "TypeParameter": 0
14119
+ }
14120
+ ]
14121
+ }
14122
+ },
14123
+ {
14124
+ "Struct": {
14125
+ "address": "0x2",
14126
+ "module": "token",
14127
+ "name": "TokenPolicyCap",
14128
+ "typeArguments": [
14129
+ {
14130
+ "TypeParameter": 0
14131
+ }
14132
+ ]
14133
+ }
14134
+ }
14135
+ ]
14136
+ },
14137
+ "new_request": {
14138
+ "visibility": "Public",
14139
+ "isEntry": false,
14140
+ "typeParameters": [
14141
+ {
14142
+ "abilities": []
14143
+ }
14144
+ ],
14145
+ "parameters": [
14146
+ {
14147
+ "Struct": {
14148
+ "address": "0x1",
14149
+ "module": "string",
14150
+ "name": "String",
14151
+ "typeArguments": []
14152
+ }
14153
+ },
14154
+ "U64",
14155
+ {
14156
+ "Struct": {
14157
+ "address": "0x1",
14158
+ "module": "option",
14159
+ "name": "Option",
14160
+ "typeArguments": [
14161
+ "Address"
14162
+ ]
14163
+ }
14164
+ },
14165
+ {
14166
+ "Struct": {
14167
+ "address": "0x1",
14168
+ "module": "option",
14169
+ "name": "Option",
14170
+ "typeArguments": [
14171
+ {
14172
+ "Struct": {
14173
+ "address": "0x2",
14174
+ "module": "balance",
14175
+ "name": "Balance",
14176
+ "typeArguments": [
14177
+ {
14178
+ "TypeParameter": 0
14179
+ }
14180
+ ]
14181
+ }
14182
+ }
14183
+ ]
14184
+ }
14185
+ },
14186
+ {
14187
+ "Reference": {
14188
+ "Struct": {
14189
+ "address": "0x2",
14190
+ "module": "tx_context",
14191
+ "name": "TxContext",
14192
+ "typeArguments": []
14193
+ }
14194
+ }
14195
+ }
14196
+ ],
14197
+ "return": [
14198
+ {
14199
+ "Struct": {
14200
+ "address": "0x2",
14201
+ "module": "token",
14202
+ "name": "ActionRequest",
14203
+ "typeArguments": [
14204
+ {
14205
+ "TypeParameter": 0
14206
+ }
14207
+ ]
14208
+ }
14209
+ }
14210
+ ]
14211
+ },
14212
+ "recipient": {
14213
+ "visibility": "Public",
14214
+ "isEntry": false,
14215
+ "typeParameters": [
14216
+ {
14217
+ "abilities": []
14218
+ }
14219
+ ],
14220
+ "parameters": [
14221
+ {
14222
+ "Reference": {
14223
+ "Struct": {
14224
+ "address": "0x2",
14225
+ "module": "token",
14226
+ "name": "ActionRequest",
14227
+ "typeArguments": [
14228
+ {
14229
+ "TypeParameter": 0
14230
+ }
14231
+ ]
14232
+ }
14233
+ }
14234
+ }
14235
+ ],
14236
+ "return": [
14237
+ {
14238
+ "Struct": {
14239
+ "address": "0x1",
14240
+ "module": "option",
14241
+ "name": "Option",
14242
+ "typeArguments": [
14243
+ "Address"
14244
+ ]
14245
+ }
14246
+ }
14247
+ ]
14248
+ },
14249
+ "remove_rule_config": {
14250
+ "visibility": "Public",
14251
+ "isEntry": false,
14252
+ "typeParameters": [
14253
+ {
14254
+ "abilities": []
14255
+ },
14256
+ {
14257
+ "abilities": []
14258
+ },
14259
+ {
14260
+ "abilities": [
14261
+ "Store"
14262
+ ]
14263
+ }
14264
+ ],
14265
+ "parameters": [
14266
+ {
14267
+ "MutableReference": {
14268
+ "Struct": {
14269
+ "address": "0x2",
14270
+ "module": "token",
14271
+ "name": "TokenPolicy",
14272
+ "typeArguments": [
14273
+ {
14274
+ "TypeParameter": 0
14275
+ }
14276
+ ]
14277
+ }
14278
+ }
14279
+ },
14280
+ {
14281
+ "Reference": {
14282
+ "Struct": {
14283
+ "address": "0x2",
14284
+ "module": "token",
14285
+ "name": "TokenPolicyCap",
14286
+ "typeArguments": [
14287
+ {
14288
+ "TypeParameter": 0
14289
+ }
14290
+ ]
14291
+ }
14292
+ }
14293
+ },
14294
+ {
14295
+ "MutableReference": {
14296
+ "Struct": {
14297
+ "address": "0x2",
14298
+ "module": "tx_context",
14299
+ "name": "TxContext",
14300
+ "typeArguments": []
14301
+ }
14302
+ }
14303
+ }
14304
+ ],
14305
+ "return": [
14306
+ {
14307
+ "TypeParameter": 2
14308
+ }
14309
+ ]
14310
+ },
14311
+ "remove_rule_for_action": {
14312
+ "visibility": "Public",
14313
+ "isEntry": false,
14314
+ "typeParameters": [
14315
+ {
14316
+ "abilities": []
14317
+ },
14318
+ {
14319
+ "abilities": [
14320
+ "Drop"
14321
+ ]
14322
+ }
14323
+ ],
14324
+ "parameters": [
14325
+ {
14326
+ "MutableReference": {
14327
+ "Struct": {
14328
+ "address": "0x2",
14329
+ "module": "token",
14330
+ "name": "TokenPolicy",
14331
+ "typeArguments": [
14332
+ {
14333
+ "TypeParameter": 0
14334
+ }
14335
+ ]
14336
+ }
14337
+ }
14338
+ },
14339
+ {
14340
+ "Reference": {
14341
+ "Struct": {
14342
+ "address": "0x2",
14343
+ "module": "token",
14344
+ "name": "TokenPolicyCap",
14345
+ "typeArguments": [
14346
+ {
14347
+ "TypeParameter": 0
14348
+ }
14349
+ ]
14350
+ }
14351
+ }
14352
+ },
14353
+ {
14354
+ "Struct": {
14355
+ "address": "0x1",
14356
+ "module": "string",
14357
+ "name": "String",
14358
+ "typeArguments": []
14359
+ }
14360
+ },
14361
+ {
14362
+ "MutableReference": {
14363
+ "Struct": {
14364
+ "address": "0x2",
14365
+ "module": "tx_context",
14366
+ "name": "TxContext",
14367
+ "typeArguments": []
14368
+ }
14369
+ }
14370
+ }
14371
+ ],
14372
+ "return": []
14373
+ },
14374
+ "rule_config": {
14375
+ "visibility": "Public",
14376
+ "isEntry": false,
14377
+ "typeParameters": [
14378
+ {
14379
+ "abilities": []
14380
+ },
14381
+ {
14382
+ "abilities": [
14383
+ "Drop"
14384
+ ]
14385
+ },
14386
+ {
14387
+ "abilities": [
14388
+ "Store"
14389
+ ]
14390
+ }
14391
+ ],
14392
+ "parameters": [
14393
+ {
14394
+ "TypeParameter": 1
14395
+ },
14396
+ {
14397
+ "Reference": {
14398
+ "Struct": {
14399
+ "address": "0x2",
14400
+ "module": "token",
14401
+ "name": "TokenPolicy",
14402
+ "typeArguments": [
14403
+ {
14404
+ "TypeParameter": 0
14405
+ }
14406
+ ]
14407
+ }
14408
+ }
14409
+ }
14410
+ ],
14411
+ "return": [
14412
+ {
14413
+ "Reference": {
14414
+ "TypeParameter": 2
14415
+ }
14416
+ }
14417
+ ]
14418
+ },
14419
+ "rule_config_mut": {
14420
+ "visibility": "Public",
14421
+ "isEntry": false,
14422
+ "typeParameters": [
14423
+ {
14424
+ "abilities": []
14425
+ },
14426
+ {
14427
+ "abilities": [
14428
+ "Drop"
14429
+ ]
14430
+ },
14431
+ {
14432
+ "abilities": [
14433
+ "Store"
14434
+ ]
14435
+ }
14436
+ ],
14437
+ "parameters": [
14438
+ {
14439
+ "TypeParameter": 1
14440
+ },
14441
+ {
14442
+ "MutableReference": {
14443
+ "Struct": {
14444
+ "address": "0x2",
14445
+ "module": "token",
14446
+ "name": "TokenPolicy",
14447
+ "typeArguments": [
14448
+ {
14449
+ "TypeParameter": 0
14450
+ }
14451
+ ]
14452
+ }
14453
+ }
14454
+ },
14455
+ {
14456
+ "Reference": {
14457
+ "Struct": {
14458
+ "address": "0x2",
14459
+ "module": "token",
14460
+ "name": "TokenPolicyCap",
14461
+ "typeArguments": [
14462
+ {
14463
+ "TypeParameter": 0
14464
+ }
14465
+ ]
14466
+ }
14467
+ }
14468
+ }
14469
+ ],
14470
+ "return": [
14471
+ {
14472
+ "MutableReference": {
14473
+ "TypeParameter": 2
14474
+ }
14475
+ }
14476
+ ]
14477
+ },
14478
+ "rules": {
14479
+ "visibility": "Public",
14480
+ "isEntry": false,
14481
+ "typeParameters": [
14482
+ {
14483
+ "abilities": []
14484
+ }
14485
+ ],
14486
+ "parameters": [
14487
+ {
14488
+ "Reference": {
14489
+ "Struct": {
14490
+ "address": "0x2",
14491
+ "module": "token",
14492
+ "name": "TokenPolicy",
14493
+ "typeArguments": [
14494
+ {
14495
+ "TypeParameter": 0
14496
+ }
14497
+ ]
14498
+ }
14499
+ }
14500
+ },
14501
+ {
14502
+ "Reference": {
14503
+ "Struct": {
14504
+ "address": "0x1",
14505
+ "module": "string",
14506
+ "name": "String",
14507
+ "typeArguments": []
14508
+ }
14509
+ }
14510
+ }
14511
+ ],
14512
+ "return": [
14513
+ {
14514
+ "Struct": {
14515
+ "address": "0x2",
14516
+ "module": "vec_set",
14517
+ "name": "VecSet",
14518
+ "typeArguments": [
14519
+ {
14520
+ "Struct": {
14521
+ "address": "0x1",
14522
+ "module": "type_name",
14523
+ "name": "TypeName",
14524
+ "typeArguments": []
14525
+ }
14526
+ }
14527
+ ]
14528
+ }
14529
+ }
14530
+ ]
14531
+ },
14532
+ "sender": {
14533
+ "visibility": "Public",
14534
+ "isEntry": false,
14535
+ "typeParameters": [
14536
+ {
14537
+ "abilities": []
14538
+ }
14539
+ ],
14540
+ "parameters": [
14541
+ {
14542
+ "Reference": {
14543
+ "Struct": {
14544
+ "address": "0x2",
14545
+ "module": "token",
14546
+ "name": "ActionRequest",
14547
+ "typeArguments": [
14548
+ {
14549
+ "TypeParameter": 0
14550
+ }
14551
+ ]
14552
+ }
14553
+ }
14554
+ }
14555
+ ],
14556
+ "return": [
14557
+ "Address"
14558
+ ]
14559
+ },
14560
+ "share_policy": {
14561
+ "visibility": "Public",
14562
+ "isEntry": false,
14563
+ "typeParameters": [
14564
+ {
14565
+ "abilities": []
14566
+ }
14567
+ ],
14568
+ "parameters": [
14569
+ {
14570
+ "Struct": {
14571
+ "address": "0x2",
14572
+ "module": "token",
14573
+ "name": "TokenPolicy",
14574
+ "typeArguments": [
14575
+ {
14576
+ "TypeParameter": 0
14577
+ }
14578
+ ]
14579
+ }
14580
+ }
14581
+ ],
14582
+ "return": []
14583
+ },
14584
+ "spend": {
14585
+ "visibility": "Public",
14586
+ "isEntry": false,
14587
+ "typeParameters": [
14588
+ {
14589
+ "abilities": []
14590
+ }
14591
+ ],
14592
+ "parameters": [
14593
+ {
14594
+ "Struct": {
14595
+ "address": "0x2",
14596
+ "module": "token",
14597
+ "name": "Token",
14598
+ "typeArguments": [
14599
+ {
14600
+ "TypeParameter": 0
14601
+ }
14602
+ ]
14603
+ }
14604
+ },
14605
+ {
14606
+ "MutableReference": {
14607
+ "Struct": {
14608
+ "address": "0x2",
14609
+ "module": "tx_context",
14610
+ "name": "TxContext",
14611
+ "typeArguments": []
14612
+ }
14613
+ }
14614
+ }
14615
+ ],
14616
+ "return": [
14617
+ {
14618
+ "Struct": {
14619
+ "address": "0x2",
14620
+ "module": "token",
14621
+ "name": "ActionRequest",
14622
+ "typeArguments": [
14623
+ {
14624
+ "TypeParameter": 0
14625
+ }
14626
+ ]
14627
+ }
14628
+ }
14629
+ ]
14630
+ },
14631
+ "spend_action": {
14632
+ "visibility": "Public",
14633
+ "isEntry": false,
14634
+ "typeParameters": [],
14635
+ "parameters": [],
14636
+ "return": [
14637
+ {
14638
+ "Struct": {
14639
+ "address": "0x1",
14640
+ "module": "string",
14641
+ "name": "String",
14642
+ "typeArguments": []
14643
+ }
14644
+ }
14645
+ ]
14646
+ },
14647
+ "spent": {
12354
14648
  "visibility": "Public",
12355
14649
  "isEntry": false,
12356
14650
  "typeParameters": [
12357
14651
  {
12358
- "abilities": [
12359
- "Store"
12360
- ]
14652
+ "abilities": []
12361
14653
  }
12362
14654
  ],
12363
14655
  "parameters": [
@@ -12365,8 +14657,8 @@
12365
14657
  "Reference": {
12366
14658
  "Struct": {
12367
14659
  "address": "0x2",
12368
- "module": "table_vec",
12369
- "name": "TableVec",
14660
+ "module": "token",
14661
+ "name": "ActionRequest",
12370
14662
  "typeArguments": [
12371
14663
  {
12372
14664
  "TypeParameter": 0
@@ -12377,17 +14669,24 @@
12377
14669
  }
12378
14670
  ],
12379
14671
  "return": [
12380
- "Bool"
14672
+ {
14673
+ "Struct": {
14674
+ "address": "0x1",
14675
+ "module": "option",
14676
+ "name": "Option",
14677
+ "typeArguments": [
14678
+ "U64"
14679
+ ]
14680
+ }
14681
+ }
12381
14682
  ]
12382
14683
  },
12383
- "length": {
14684
+ "spent_balance": {
12384
14685
  "visibility": "Public",
12385
14686
  "isEntry": false,
12386
14687
  "typeParameters": [
12387
14688
  {
12388
- "abilities": [
12389
- "Store"
12390
- ]
14689
+ "abilities": []
12391
14690
  }
12392
14691
  ],
12393
14692
  "parameters": [
@@ -12395,8 +14694,8 @@
12395
14694
  "Reference": {
12396
14695
  "Struct": {
12397
14696
  "address": "0x2",
12398
- "module": "table_vec",
12399
- "name": "TableVec",
14697
+ "module": "token",
14698
+ "name": "TokenPolicy",
12400
14699
  "typeArguments": [
12401
14700
  {
12402
14701
  "TypeParameter": 0
@@ -12410,14 +14709,12 @@
12410
14709
  "U64"
12411
14710
  ]
12412
14711
  },
12413
- "pop_back": {
14712
+ "split": {
12414
14713
  "visibility": "Public",
12415
14714
  "isEntry": false,
12416
14715
  "typeParameters": [
12417
14716
  {
12418
- "abilities": [
12419
- "Store"
12420
- ]
14717
+ "abilities": []
12421
14718
  }
12422
14719
  ],
12423
14720
  "parameters": [
@@ -12425,8 +14722,8 @@
12425
14722
  "MutableReference": {
12426
14723
  "Struct": {
12427
14724
  "address": "0x2",
12428
- "module": "table_vec",
12429
- "name": "TableVec",
14725
+ "module": "token",
14726
+ "name": "Token",
12430
14727
  "typeArguments": [
12431
14728
  {
12432
14729
  "TypeParameter": 0
@@ -12434,59 +14731,131 @@
12434
14731
  ]
12435
14732
  }
12436
14733
  }
14734
+ },
14735
+ "U64",
14736
+ {
14737
+ "MutableReference": {
14738
+ "Struct": {
14739
+ "address": "0x2",
14740
+ "module": "tx_context",
14741
+ "name": "TxContext",
14742
+ "typeArguments": []
14743
+ }
14744
+ }
12437
14745
  }
12438
14746
  ],
12439
14747
  "return": [
12440
14748
  {
12441
- "TypeParameter": 0
14749
+ "Struct": {
14750
+ "address": "0x2",
14751
+ "module": "token",
14752
+ "name": "Token",
14753
+ "typeArguments": [
14754
+ {
14755
+ "TypeParameter": 0
14756
+ }
14757
+ ]
14758
+ }
12442
14759
  }
12443
14760
  ]
12444
14761
  },
12445
- "push_back": {
14762
+ "to_coin": {
12446
14763
  "visibility": "Public",
12447
14764
  "isEntry": false,
12448
14765
  "typeParameters": [
12449
14766
  {
12450
- "abilities": [
12451
- "Store"
12452
- ]
14767
+ "abilities": []
12453
14768
  }
12454
14769
  ],
12455
14770
  "parameters": [
14771
+ {
14772
+ "Struct": {
14773
+ "address": "0x2",
14774
+ "module": "token",
14775
+ "name": "Token",
14776
+ "typeArguments": [
14777
+ {
14778
+ "TypeParameter": 0
14779
+ }
14780
+ ]
14781
+ }
14782
+ },
12456
14783
  {
12457
14784
  "MutableReference": {
12458
14785
  "Struct": {
12459
14786
  "address": "0x2",
12460
- "module": "table_vec",
12461
- "name": "TableVec",
12462
- "typeArguments": [
12463
- {
12464
- "TypeParameter": 0
12465
- }
12466
- ]
14787
+ "module": "tx_context",
14788
+ "name": "TxContext",
14789
+ "typeArguments": []
12467
14790
  }
12468
14791
  }
14792
+ }
14793
+ ],
14794
+ "return": [
14795
+ {
14796
+ "Struct": {
14797
+ "address": "0x2",
14798
+ "module": "coin",
14799
+ "name": "Coin",
14800
+ "typeArguments": [
14801
+ {
14802
+ "TypeParameter": 0
14803
+ }
14804
+ ]
14805
+ }
12469
14806
  },
12470
14807
  {
12471
- "TypeParameter": 0
14808
+ "Struct": {
14809
+ "address": "0x2",
14810
+ "module": "token",
14811
+ "name": "ActionRequest",
14812
+ "typeArguments": [
14813
+ {
14814
+ "TypeParameter": 0
14815
+ }
14816
+ ]
14817
+ }
12472
14818
  }
12473
- ],
12474
- "return": []
14819
+ ]
12475
14820
  },
12476
- "singleton": {
14821
+ "to_coin_action": {
14822
+ "visibility": "Public",
14823
+ "isEntry": false,
14824
+ "typeParameters": [],
14825
+ "parameters": [],
14826
+ "return": [
14827
+ {
14828
+ "Struct": {
14829
+ "address": "0x1",
14830
+ "module": "string",
14831
+ "name": "String",
14832
+ "typeArguments": []
14833
+ }
14834
+ }
14835
+ ]
14836
+ },
14837
+ "transfer": {
12477
14838
  "visibility": "Public",
12478
14839
  "isEntry": false,
12479
14840
  "typeParameters": [
12480
14841
  {
12481
- "abilities": [
12482
- "Store"
12483
- ]
14842
+ "abilities": []
12484
14843
  }
12485
14844
  ],
12486
14845
  "parameters": [
12487
14846
  {
12488
- "TypeParameter": 0
14847
+ "Struct": {
14848
+ "address": "0x2",
14849
+ "module": "token",
14850
+ "name": "Token",
14851
+ "typeArguments": [
14852
+ {
14853
+ "TypeParameter": 0
14854
+ }
14855
+ ]
14856
+ }
12489
14857
  },
14858
+ "Address",
12490
14859
  {
12491
14860
  "MutableReference": {
12492
14861
  "Struct": {
@@ -12502,8 +14871,8 @@
12502
14871
  {
12503
14872
  "Struct": {
12504
14873
  "address": "0x2",
12505
- "module": "table_vec",
12506
- "name": "TableVec",
14874
+ "module": "token",
14875
+ "name": "ActionRequest",
12507
14876
  "typeArguments": [
12508
14877
  {
12509
14878
  "TypeParameter": 0
@@ -12513,23 +14882,37 @@
12513
14882
  }
12514
14883
  ]
12515
14884
  },
12516
- "swap": {
14885
+ "transfer_action": {
14886
+ "visibility": "Public",
14887
+ "isEntry": false,
14888
+ "typeParameters": [],
14889
+ "parameters": [],
14890
+ "return": [
14891
+ {
14892
+ "Struct": {
14893
+ "address": "0x1",
14894
+ "module": "string",
14895
+ "name": "String",
14896
+ "typeArguments": []
14897
+ }
14898
+ }
14899
+ ]
14900
+ },
14901
+ "value": {
12517
14902
  "visibility": "Public",
12518
14903
  "isEntry": false,
12519
14904
  "typeParameters": [
12520
14905
  {
12521
- "abilities": [
12522
- "Store"
12523
- ]
14906
+ "abilities": []
12524
14907
  }
12525
14908
  ],
12526
14909
  "parameters": [
12527
14910
  {
12528
- "MutableReference": {
14911
+ "Reference": {
12529
14912
  "Struct": {
12530
14913
  "address": "0x2",
12531
- "module": "table_vec",
12532
- "name": "TableVec",
14914
+ "module": "token",
14915
+ "name": "Token",
12533
14916
  "typeArguments": [
12534
14917
  {
12535
14918
  "TypeParameter": 0
@@ -12537,20 +14920,18 @@
12537
14920
  ]
12538
14921
  }
12539
14922
  }
12540
- },
12541
- "U64",
12542
- "U64"
14923
+ }
12543
14924
  ],
12544
- "return": []
14925
+ "return": [
14926
+ "U64"
14927
+ ]
12545
14928
  },
12546
- "swap_remove": {
14929
+ "zero": {
12547
14930
  "visibility": "Public",
12548
14931
  "isEntry": false,
12549
14932
  "typeParameters": [
12550
14933
  {
12551
- "abilities": [
12552
- "Store"
12553
- ]
14934
+ "abilities": []
12554
14935
  }
12555
14936
  ],
12556
14937
  "parameters": [
@@ -12558,21 +14939,25 @@
12558
14939
  "MutableReference": {
12559
14940
  "Struct": {
12560
14941
  "address": "0x2",
12561
- "module": "table_vec",
12562
- "name": "TableVec",
12563
- "typeArguments": [
12564
- {
12565
- "TypeParameter": 0
12566
- }
12567
- ]
14942
+ "module": "tx_context",
14943
+ "name": "TxContext",
14944
+ "typeArguments": []
12568
14945
  }
12569
14946
  }
12570
- },
12571
- "U64"
14947
+ }
12572
14948
  ],
12573
14949
  "return": [
12574
14950
  {
12575
- "TypeParameter": 0
14951
+ "Struct": {
14952
+ "address": "0x2",
14953
+ "module": "token",
14954
+ "name": "Token",
14955
+ "typeArguments": [
14956
+ {
14957
+ "TypeParameter": 0
14958
+ }
14959
+ ]
14960
+ }
12576
14961
  }
12577
14962
  ]
12578
14963
  }
@@ -13068,6 +15453,35 @@
13068
15453
  }
13069
15454
  ]
13070
15455
  },
15456
+ "TransferPolicyDestroyed": {
15457
+ "abilities": {
15458
+ "abilities": [
15459
+ "Copy",
15460
+ "Drop"
15461
+ ]
15462
+ },
15463
+ "typeParameters": [
15464
+ {
15465
+ "constraints": {
15466
+ "abilities": []
15467
+ },
15468
+ "isPhantom": true
15469
+ }
15470
+ ],
15471
+ "fields": [
15472
+ {
15473
+ "name": "id",
15474
+ "type": {
15475
+ "Struct": {
15476
+ "address": "0x2",
15477
+ "module": "object",
15478
+ "name": "ID",
15479
+ "typeArguments": []
15480
+ }
15481
+ }
15482
+ }
15483
+ ]
15484
+ },
13071
15485
  "TransferRequest": {
13072
15486
  "abilities": {
13073
15487
  "abilities": []
@@ -15889,6 +18303,22 @@
15889
18303
  "Bool"
15890
18304
  ]
15891
18305
  },
18306
+ "delete": {
18307
+ "visibility": "Public",
18308
+ "isEntry": false,
18309
+ "typeParameters": [],
18310
+ "parameters": [
18311
+ {
18312
+ "Struct": {
18313
+ "address": "0x2",
18314
+ "module": "zklogin_verified_id",
18315
+ "name": "VerifiedID",
18316
+ "typeArguments": []
18317
+ }
18318
+ }
18319
+ ],
18320
+ "return": []
18321
+ },
15892
18322
  "issuer": {
15893
18323
  "visibility": "Public",
15894
18324
  "isEntry": false,
@@ -16115,6 +18545,22 @@
16115
18545
  "Bool"
16116
18546
  ]
16117
18547
  },
18548
+ "delete": {
18549
+ "visibility": "Public",
18550
+ "isEntry": false,
18551
+ "typeParameters": [],
18552
+ "parameters": [
18553
+ {
18554
+ "Struct": {
18555
+ "address": "0x2",
18556
+ "module": "zklogin_verified_issuer",
18557
+ "name": "VerifiedIssuer",
18558
+ "typeArguments": []
18559
+ }
18560
+ }
18561
+ ],
18562
+ "return": []
18563
+ },
16118
18564
  "issuer": {
16119
18565
  "visibility": "Public",
16120
18566
  "isEntry": false,