@typemove/iota 1.13.4 → 1.13.5-rc.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typemove/iota",
3
- "version": "1.13.4",
3
+ "version": "1.13.5-rc.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -27,7 +27,7 @@
27
27
  "commander": "^14.0.0",
28
28
  "prettier": "^3.2.4",
29
29
  "radash": "^12.0.0",
30
- "@typemove/move": "1.13.4"
30
+ "@typemove/move": "1.13.5-rc.2"
31
31
  },
32
32
  "url": "https://github.com/sentioxyz/typemove",
33
33
  "scripts": {
package/src/abis/0x2.json CHANGED
@@ -539,6 +539,50 @@
539
539
  }
540
540
  ]
541
541
  },
542
+ "intent_tx_data_bytes": {
543
+ "visibility": "Public",
544
+ "isEntry": false,
545
+ "typeParameters": [],
546
+ "parameters": [
547
+ {
548
+ "Reference": {
549
+ "Struct": {
550
+ "address": "0x2",
551
+ "module": "auth_context",
552
+ "name": "AuthContext",
553
+ "typeArguments": []
554
+ }
555
+ }
556
+ }
557
+ ],
558
+ "return": [
559
+ {
560
+ "Vector": "U8"
561
+ }
562
+ ]
563
+ },
564
+ "signing_digest": {
565
+ "visibility": "Public",
566
+ "isEntry": false,
567
+ "typeParameters": [],
568
+ "parameters": [
569
+ {
570
+ "Reference": {
571
+ "Struct": {
572
+ "address": "0x2",
573
+ "module": "auth_context",
574
+ "name": "AuthContext",
575
+ "typeArguments": []
576
+ }
577
+ }
578
+ }
579
+ ],
580
+ "return": [
581
+ {
582
+ "Vector": "U8"
583
+ }
584
+ ]
585
+ },
542
586
  "tx_commands": {
543
587
  "visibility": "Public",
544
588
  "isEntry": false,
@@ -570,6 +614,30 @@
570
614
  }
571
615
  ]
572
616
  },
617
+ "tx_data_bytes": {
618
+ "visibility": "Public",
619
+ "isEntry": false,
620
+ "typeParameters": [],
621
+ "parameters": [
622
+ {
623
+ "Reference": {
624
+ "Struct": {
625
+ "address": "0x2",
626
+ "module": "auth_context",
627
+ "name": "AuthContext",
628
+ "typeArguments": []
629
+ }
630
+ }
631
+ }
632
+ ],
633
+ "return": [
634
+ {
635
+ "Reference": {
636
+ "Vector": "U8"
637
+ }
638
+ }
639
+ ]
640
+ },
573
641
  "tx_inputs": {
574
642
  "visibility": "Public",
575
643
  "isEntry": false,
@@ -12587,6 +12655,291 @@
12587
12655
  }
12588
12656
  }
12589
12657
  },
12658
+ "intent": {
12659
+ "fileFormatVersion": 6,
12660
+ "address": "0x2",
12661
+ "name": "intent",
12662
+ "friends": [],
12663
+ "structs": {
12664
+ "Intent": {
12665
+ "abilities": {
12666
+ "abilities": [
12667
+ "Copy",
12668
+ "Drop",
12669
+ "Store"
12670
+ ]
12671
+ },
12672
+ "typeParameters": [],
12673
+ "fields": [
12674
+ {
12675
+ "name": "scope",
12676
+ "type": "U8"
12677
+ },
12678
+ {
12679
+ "name": "version",
12680
+ "type": "U8"
12681
+ },
12682
+ {
12683
+ "name": "app_id",
12684
+ "type": "U8"
12685
+ }
12686
+ ]
12687
+ }
12688
+ },
12689
+ "exposedFunctions": {
12690
+ "app_id": {
12691
+ "visibility": "Public",
12692
+ "isEntry": false,
12693
+ "typeParameters": [],
12694
+ "parameters": [
12695
+ {
12696
+ "Reference": {
12697
+ "Struct": {
12698
+ "address": "0x2",
12699
+ "module": "intent",
12700
+ "name": "Intent",
12701
+ "typeArguments": []
12702
+ }
12703
+ }
12704
+ }
12705
+ ],
12706
+ "return": [
12707
+ "U8"
12708
+ ]
12709
+ },
12710
+ "app_id_consensus": {
12711
+ "visibility": "Public",
12712
+ "isEntry": false,
12713
+ "typeParameters": [],
12714
+ "parameters": [],
12715
+ "return": [
12716
+ "U8"
12717
+ ]
12718
+ },
12719
+ "app_id_iota": {
12720
+ "visibility": "Public",
12721
+ "isEntry": false,
12722
+ "typeParameters": [],
12723
+ "parameters": [],
12724
+ "return": [
12725
+ "U8"
12726
+ ]
12727
+ },
12728
+ "iota_personal_message": {
12729
+ "visibility": "Public",
12730
+ "isEntry": false,
12731
+ "typeParameters": [],
12732
+ "parameters": [],
12733
+ "return": [
12734
+ {
12735
+ "Struct": {
12736
+ "address": "0x2",
12737
+ "module": "intent",
12738
+ "name": "Intent",
12739
+ "typeArguments": []
12740
+ }
12741
+ }
12742
+ ]
12743
+ },
12744
+ "iota_transaction": {
12745
+ "visibility": "Public",
12746
+ "isEntry": false,
12747
+ "typeParameters": [],
12748
+ "parameters": [],
12749
+ "return": [
12750
+ {
12751
+ "Struct": {
12752
+ "address": "0x2",
12753
+ "module": "intent",
12754
+ "name": "Intent",
12755
+ "typeArguments": []
12756
+ }
12757
+ }
12758
+ ]
12759
+ },
12760
+ "new": {
12761
+ "visibility": "Public",
12762
+ "isEntry": false,
12763
+ "typeParameters": [],
12764
+ "parameters": [
12765
+ "U8",
12766
+ "U8",
12767
+ "U8"
12768
+ ],
12769
+ "return": [
12770
+ {
12771
+ "Struct": {
12772
+ "address": "0x2",
12773
+ "module": "intent",
12774
+ "name": "Intent",
12775
+ "typeArguments": []
12776
+ }
12777
+ }
12778
+ ]
12779
+ },
12780
+ "scope": {
12781
+ "visibility": "Public",
12782
+ "isEntry": false,
12783
+ "typeParameters": [],
12784
+ "parameters": [
12785
+ {
12786
+ "Reference": {
12787
+ "Struct": {
12788
+ "address": "0x2",
12789
+ "module": "intent",
12790
+ "name": "Intent",
12791
+ "typeArguments": []
12792
+ }
12793
+ }
12794
+ }
12795
+ ],
12796
+ "return": [
12797
+ "U8"
12798
+ ]
12799
+ },
12800
+ "scope_authority_capabilities": {
12801
+ "visibility": "Public",
12802
+ "isEntry": false,
12803
+ "typeParameters": [],
12804
+ "parameters": [],
12805
+ "return": [
12806
+ "U8"
12807
+ ]
12808
+ },
12809
+ "scope_bridge_event_deprecated": {
12810
+ "visibility": "Public",
12811
+ "isEntry": false,
12812
+ "typeParameters": [],
12813
+ "parameters": [],
12814
+ "return": [
12815
+ "U8"
12816
+ ]
12817
+ },
12818
+ "scope_checkpoint_summary": {
12819
+ "visibility": "Public",
12820
+ "isEntry": false,
12821
+ "typeParameters": [],
12822
+ "parameters": [],
12823
+ "return": [
12824
+ "U8"
12825
+ ]
12826
+ },
12827
+ "scope_consensus_block": {
12828
+ "visibility": "Public",
12829
+ "isEntry": false,
12830
+ "typeParameters": [],
12831
+ "parameters": [],
12832
+ "return": [
12833
+ "U8"
12834
+ ]
12835
+ },
12836
+ "scope_discovery_peers": {
12837
+ "visibility": "Public",
12838
+ "isEntry": false,
12839
+ "typeParameters": [],
12840
+ "parameters": [],
12841
+ "return": [
12842
+ "U8"
12843
+ ]
12844
+ },
12845
+ "scope_personal_message": {
12846
+ "visibility": "Public",
12847
+ "isEntry": false,
12848
+ "typeParameters": [],
12849
+ "parameters": [],
12850
+ "return": [
12851
+ "U8"
12852
+ ]
12853
+ },
12854
+ "scope_proof_of_possession": {
12855
+ "visibility": "Public",
12856
+ "isEntry": false,
12857
+ "typeParameters": [],
12858
+ "parameters": [],
12859
+ "return": [
12860
+ "U8"
12861
+ ]
12862
+ },
12863
+ "scope_sender_signed_transaction": {
12864
+ "visibility": "Public",
12865
+ "isEntry": false,
12866
+ "typeParameters": [],
12867
+ "parameters": [],
12868
+ "return": [
12869
+ "U8"
12870
+ ]
12871
+ },
12872
+ "scope_transaction_data": {
12873
+ "visibility": "Public",
12874
+ "isEntry": false,
12875
+ "typeParameters": [],
12876
+ "parameters": [],
12877
+ "return": [
12878
+ "U8"
12879
+ ]
12880
+ },
12881
+ "scope_transaction_effects": {
12882
+ "visibility": "Public",
12883
+ "isEntry": false,
12884
+ "typeParameters": [],
12885
+ "parameters": [],
12886
+ "return": [
12887
+ "U8"
12888
+ ]
12889
+ },
12890
+ "to_bytes": {
12891
+ "visibility": "Public",
12892
+ "isEntry": false,
12893
+ "typeParameters": [],
12894
+ "parameters": [
12895
+ {
12896
+ "Reference": {
12897
+ "Struct": {
12898
+ "address": "0x2",
12899
+ "module": "intent",
12900
+ "name": "Intent",
12901
+ "typeArguments": []
12902
+ }
12903
+ }
12904
+ }
12905
+ ],
12906
+ "return": [
12907
+ {
12908
+ "Vector": "U8"
12909
+ }
12910
+ ]
12911
+ },
12912
+ "version": {
12913
+ "visibility": "Public",
12914
+ "isEntry": false,
12915
+ "typeParameters": [],
12916
+ "parameters": [
12917
+ {
12918
+ "Reference": {
12919
+ "Struct": {
12920
+ "address": "0x2",
12921
+ "module": "intent",
12922
+ "name": "Intent",
12923
+ "typeArguments": []
12924
+ }
12925
+ }
12926
+ }
12927
+ ],
12928
+ "return": [
12929
+ "U8"
12930
+ ]
12931
+ },
12932
+ "version_v0": {
12933
+ "visibility": "Public",
12934
+ "isEntry": false,
12935
+ "typeParameters": [],
12936
+ "parameters": [],
12937
+ "return": [
12938
+ "U8"
12939
+ ]
12940
+ }
12941
+ }
12942
+ },
12590
12943
  "iota": {
12591
12944
  "fileFormatVersion": 6,
12592
12945
  "address": "0x2",
@@ -16301,10 +16654,6 @@
16301
16654
  "address": "0x2",
16302
16655
  "name": "object",
16303
16656
  "friends": [
16304
- {
16305
- "address": "0x2",
16306
- "name": "authenticator_state"
16307
- },
16308
16657
  {
16309
16658
  "address": "0x2",
16310
16659
  "name": "clock"
@@ -19353,6 +19702,28 @@
19353
19702
  }
19354
19703
  }
19355
19704
  },
19705
+ "protocol_config": {
19706
+ "fileFormatVersion": 6,
19707
+ "address": "0x2",
19708
+ "name": "protocol_config",
19709
+ "friends": [],
19710
+ "structs": {},
19711
+ "exposedFunctions": {
19712
+ "is_feature_enabled": {
19713
+ "visibility": "Friend",
19714
+ "isEntry": false,
19715
+ "typeParameters": [],
19716
+ "parameters": [
19717
+ {
19718
+ "Vector": "U8"
19719
+ }
19720
+ ],
19721
+ "return": [
19722
+ "Bool"
19723
+ ]
19724
+ }
19725
+ }
19726
+ },
19356
19727
  "prover": {
19357
19728
  "fileFormatVersion": 6,
19358
19729
  "address": "0x2",
@@ -27897,6 +28268,66 @@
27897
28268
  "Address"
27898
28269
  ]
27899
28270
  },
28271
+ "gas_budget": {
28272
+ "visibility": "Public",
28273
+ "isEntry": false,
28274
+ "typeParameters": [],
28275
+ "parameters": [
28276
+ {
28277
+ "Reference": {
28278
+ "Struct": {
28279
+ "address": "0x2",
28280
+ "module": "tx_context",
28281
+ "name": "TxContext",
28282
+ "typeArguments": []
28283
+ }
28284
+ }
28285
+ }
28286
+ ],
28287
+ "return": [
28288
+ "U64"
28289
+ ]
28290
+ },
28291
+ "gas_price": {
28292
+ "visibility": "Public",
28293
+ "isEntry": false,
28294
+ "typeParameters": [],
28295
+ "parameters": [
28296
+ {
28297
+ "Reference": {
28298
+ "Struct": {
28299
+ "address": "0x2",
28300
+ "module": "tx_context",
28301
+ "name": "TxContext",
28302
+ "typeArguments": []
28303
+ }
28304
+ }
28305
+ }
28306
+ ],
28307
+ "return": [
28308
+ "U64"
28309
+ ]
28310
+ },
28311
+ "reference_gas_price": {
28312
+ "visibility": "Public",
28313
+ "isEntry": false,
28314
+ "typeParameters": [],
28315
+ "parameters": [
28316
+ {
28317
+ "Reference": {
28318
+ "Struct": {
28319
+ "address": "0x2",
28320
+ "module": "tx_context",
28321
+ "name": "TxContext",
28322
+ "typeArguments": []
28323
+ }
28324
+ }
28325
+ }
28326
+ ],
28327
+ "return": [
28328
+ "U64"
28329
+ ]
28330
+ },
27900
28331
  "sender": {
27901
28332
  "visibility": "Public",
27902
28333
  "isEntry": false,
@@ -27916,6 +28347,35 @@
27916
28347
  "return": [
27917
28348
  "Address"
27918
28349
  ]
28350
+ },
28351
+ "sponsor": {
28352
+ "visibility": "Public",
28353
+ "isEntry": false,
28354
+ "typeParameters": [],
28355
+ "parameters": [
28356
+ {
28357
+ "Reference": {
28358
+ "Struct": {
28359
+ "address": "0x2",
28360
+ "module": "tx_context",
28361
+ "name": "TxContext",
28362
+ "typeArguments": []
28363
+ }
28364
+ }
28365
+ }
28366
+ ],
28367
+ "return": [
28368
+ {
28369
+ "Struct": {
28370
+ "address": "0x1",
28371
+ "module": "option",
28372
+ "name": "Option",
28373
+ "typeArguments": [
28374
+ "Address"
28375
+ ]
28376
+ }
28377
+ }
28378
+ ]
27919
28379
  }
27920
28380
  }
27921
28381
  },