@algorandfoundation/puya-ts 1.0.0-beta.39 → 1.0.0-beta.40

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.
@@ -13429,312 +13429,312 @@ const OP_METADATA = {
13429
13429
  ops: {
13430
13430
  sender: {
13431
13431
  type: 'op-mapping',
13432
- op: 'gtxn',
13432
+ op: 'gtxns',
13433
13433
  signatures: [
13434
13434
  {
13435
- argNames: ['t'],
13436
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'Sender'],
13437
- stackArgs: [],
13435
+ argNames: ['a'],
13436
+ immediateArgs: ['Sender'],
13437
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13438
13438
  returnType: accountPType,
13439
13439
  },
13440
13440
  ],
13441
13441
  },
13442
13442
  fee: {
13443
13443
  type: 'op-mapping',
13444
- op: 'gtxn',
13444
+ op: 'gtxns',
13445
13445
  signatures: [
13446
13446
  {
13447
- argNames: ['t'],
13448
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'Fee'],
13449
- stackArgs: [],
13447
+ argNames: ['a'],
13448
+ immediateArgs: ['Fee'],
13449
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13450
13450
  returnType: uint64PType,
13451
13451
  },
13452
13452
  ],
13453
13453
  },
13454
13454
  firstValid: {
13455
13455
  type: 'op-mapping',
13456
- op: 'gtxn',
13456
+ op: 'gtxns',
13457
13457
  signatures: [
13458
13458
  {
13459
- argNames: ['t'],
13460
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'FirstValid'],
13461
- stackArgs: [],
13459
+ argNames: ['a'],
13460
+ immediateArgs: ['FirstValid'],
13461
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13462
13462
  returnType: uint64PType,
13463
13463
  },
13464
13464
  ],
13465
13465
  },
13466
13466
  firstValidTime: {
13467
13467
  type: 'op-mapping',
13468
- op: 'gtxn',
13468
+ op: 'gtxns',
13469
13469
  signatures: [
13470
13470
  {
13471
- argNames: ['t'],
13472
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'FirstValidTime'],
13473
- stackArgs: [],
13471
+ argNames: ['a'],
13472
+ immediateArgs: ['FirstValidTime'],
13473
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13474
13474
  returnType: uint64PType,
13475
13475
  },
13476
13476
  ],
13477
13477
  },
13478
13478
  lastValid: {
13479
13479
  type: 'op-mapping',
13480
- op: 'gtxn',
13480
+ op: 'gtxns',
13481
13481
  signatures: [
13482
13482
  {
13483
- argNames: ['t'],
13484
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'LastValid'],
13485
- stackArgs: [],
13483
+ argNames: ['a'],
13484
+ immediateArgs: ['LastValid'],
13485
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13486
13486
  returnType: uint64PType,
13487
13487
  },
13488
13488
  ],
13489
13489
  },
13490
13490
  note: {
13491
13491
  type: 'op-mapping',
13492
- op: 'gtxn',
13492
+ op: 'gtxns',
13493
13493
  signatures: [
13494
13494
  {
13495
- argNames: ['t'],
13496
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'Note'],
13497
- stackArgs: [],
13495
+ argNames: ['a'],
13496
+ immediateArgs: ['Note'],
13497
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13498
13498
  returnType: bytesPType,
13499
13499
  },
13500
13500
  ],
13501
13501
  },
13502
13502
  lease: {
13503
13503
  type: 'op-mapping',
13504
- op: 'gtxn',
13504
+ op: 'gtxns',
13505
13505
  signatures: [
13506
13506
  {
13507
- argNames: ['t'],
13508
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'Lease'],
13509
- stackArgs: [],
13507
+ argNames: ['a'],
13508
+ immediateArgs: ['Lease'],
13509
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13510
13510
  returnType: bytesPType,
13511
13511
  },
13512
13512
  ],
13513
13513
  },
13514
13514
  receiver: {
13515
13515
  type: 'op-mapping',
13516
- op: 'gtxn',
13516
+ op: 'gtxns',
13517
13517
  signatures: [
13518
13518
  {
13519
- argNames: ['t'],
13520
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'Receiver'],
13521
- stackArgs: [],
13519
+ argNames: ['a'],
13520
+ immediateArgs: ['Receiver'],
13521
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13522
13522
  returnType: accountPType,
13523
13523
  },
13524
13524
  ],
13525
13525
  },
13526
13526
  amount: {
13527
13527
  type: 'op-mapping',
13528
- op: 'gtxn',
13528
+ op: 'gtxns',
13529
13529
  signatures: [
13530
13530
  {
13531
- argNames: ['t'],
13532
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'Amount'],
13533
- stackArgs: [],
13531
+ argNames: ['a'],
13532
+ immediateArgs: ['Amount'],
13533
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13534
13534
  returnType: uint64PType,
13535
13535
  },
13536
13536
  ],
13537
13537
  },
13538
13538
  closeRemainderTo: {
13539
13539
  type: 'op-mapping',
13540
- op: 'gtxn',
13540
+ op: 'gtxns',
13541
13541
  signatures: [
13542
13542
  {
13543
- argNames: ['t'],
13544
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'CloseRemainderTo'],
13545
- stackArgs: [],
13543
+ argNames: ['a'],
13544
+ immediateArgs: ['CloseRemainderTo'],
13545
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13546
13546
  returnType: accountPType,
13547
13547
  },
13548
13548
  ],
13549
13549
  },
13550
13550
  votePk: {
13551
13551
  type: 'op-mapping',
13552
- op: 'gtxn',
13552
+ op: 'gtxns',
13553
13553
  signatures: [
13554
13554
  {
13555
- argNames: ['t'],
13556
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'VotePK'],
13557
- stackArgs: [],
13555
+ argNames: ['a'],
13556
+ immediateArgs: ['VotePK'],
13557
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13558
13558
  returnType: bytesPType,
13559
13559
  },
13560
13560
  ],
13561
13561
  },
13562
13562
  selectionPk: {
13563
13563
  type: 'op-mapping',
13564
- op: 'gtxn',
13564
+ op: 'gtxns',
13565
13565
  signatures: [
13566
13566
  {
13567
- argNames: ['t'],
13568
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'SelectionPK'],
13569
- stackArgs: [],
13567
+ argNames: ['a'],
13568
+ immediateArgs: ['SelectionPK'],
13569
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13570
13570
  returnType: bytesPType,
13571
13571
  },
13572
13572
  ],
13573
13573
  },
13574
13574
  voteFirst: {
13575
13575
  type: 'op-mapping',
13576
- op: 'gtxn',
13576
+ op: 'gtxns',
13577
13577
  signatures: [
13578
13578
  {
13579
- argNames: ['t'],
13580
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'VoteFirst'],
13581
- stackArgs: [],
13579
+ argNames: ['a'],
13580
+ immediateArgs: ['VoteFirst'],
13581
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13582
13582
  returnType: uint64PType,
13583
13583
  },
13584
13584
  ],
13585
13585
  },
13586
13586
  voteLast: {
13587
13587
  type: 'op-mapping',
13588
- op: 'gtxn',
13588
+ op: 'gtxns',
13589
13589
  signatures: [
13590
13590
  {
13591
- argNames: ['t'],
13592
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'VoteLast'],
13593
- stackArgs: [],
13591
+ argNames: ['a'],
13592
+ immediateArgs: ['VoteLast'],
13593
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13594
13594
  returnType: uint64PType,
13595
13595
  },
13596
13596
  ],
13597
13597
  },
13598
13598
  voteKeyDilution: {
13599
13599
  type: 'op-mapping',
13600
- op: 'gtxn',
13600
+ op: 'gtxns',
13601
13601
  signatures: [
13602
13602
  {
13603
- argNames: ['t'],
13604
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'VoteKeyDilution'],
13605
- stackArgs: [],
13603
+ argNames: ['a'],
13604
+ immediateArgs: ['VoteKeyDilution'],
13605
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13606
13606
  returnType: uint64PType,
13607
13607
  },
13608
13608
  ],
13609
13609
  },
13610
13610
  type: {
13611
13611
  type: 'op-mapping',
13612
- op: 'gtxn',
13612
+ op: 'gtxns',
13613
13613
  signatures: [
13614
13614
  {
13615
- argNames: ['t'],
13616
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'Type'],
13617
- stackArgs: [],
13615
+ argNames: ['a'],
13616
+ immediateArgs: ['Type'],
13617
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13618
13618
  returnType: bytesPType,
13619
13619
  },
13620
13620
  ],
13621
13621
  },
13622
13622
  typeEnum: {
13623
13623
  type: 'op-mapping',
13624
- op: 'gtxn',
13624
+ op: 'gtxns',
13625
13625
  signatures: [
13626
13626
  {
13627
- argNames: ['t'],
13628
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'TypeEnum'],
13629
- stackArgs: [],
13627
+ argNames: ['a'],
13628
+ immediateArgs: ['TypeEnum'],
13629
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13630
13630
  returnType: uint64PType,
13631
13631
  },
13632
13632
  ],
13633
13633
  },
13634
13634
  xferAsset: {
13635
13635
  type: 'op-mapping',
13636
- op: 'gtxn',
13636
+ op: 'gtxns',
13637
13637
  signatures: [
13638
13638
  {
13639
- argNames: ['t'],
13640
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'XferAsset'],
13641
- stackArgs: [],
13639
+ argNames: ['a'],
13640
+ immediateArgs: ['XferAsset'],
13641
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13642
13642
  returnType: assetPType,
13643
13643
  },
13644
13644
  ],
13645
13645
  },
13646
13646
  assetAmount: {
13647
13647
  type: 'op-mapping',
13648
- op: 'gtxn',
13648
+ op: 'gtxns',
13649
13649
  signatures: [
13650
13650
  {
13651
- argNames: ['t'],
13652
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'AssetAmount'],
13653
- stackArgs: [],
13651
+ argNames: ['a'],
13652
+ immediateArgs: ['AssetAmount'],
13653
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13654
13654
  returnType: uint64PType,
13655
13655
  },
13656
13656
  ],
13657
13657
  },
13658
13658
  assetSender: {
13659
13659
  type: 'op-mapping',
13660
- op: 'gtxn',
13660
+ op: 'gtxns',
13661
13661
  signatures: [
13662
13662
  {
13663
- argNames: ['t'],
13664
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'AssetSender'],
13665
- stackArgs: [],
13663
+ argNames: ['a'],
13664
+ immediateArgs: ['AssetSender'],
13665
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13666
13666
  returnType: accountPType,
13667
13667
  },
13668
13668
  ],
13669
13669
  },
13670
13670
  assetReceiver: {
13671
13671
  type: 'op-mapping',
13672
- op: 'gtxn',
13672
+ op: 'gtxns',
13673
13673
  signatures: [
13674
13674
  {
13675
- argNames: ['t'],
13676
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'AssetReceiver'],
13677
- stackArgs: [],
13675
+ argNames: ['a'],
13676
+ immediateArgs: ['AssetReceiver'],
13677
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13678
13678
  returnType: accountPType,
13679
13679
  },
13680
13680
  ],
13681
13681
  },
13682
13682
  assetCloseTo: {
13683
13683
  type: 'op-mapping',
13684
- op: 'gtxn',
13684
+ op: 'gtxns',
13685
13685
  signatures: [
13686
13686
  {
13687
- argNames: ['t'],
13688
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'AssetCloseTo'],
13689
- stackArgs: [],
13687
+ argNames: ['a'],
13688
+ immediateArgs: ['AssetCloseTo'],
13689
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13690
13690
  returnType: accountPType,
13691
13691
  },
13692
13692
  ],
13693
13693
  },
13694
13694
  groupIndex: {
13695
13695
  type: 'op-mapping',
13696
- op: 'gtxn',
13696
+ op: 'gtxns',
13697
13697
  signatures: [
13698
13698
  {
13699
- argNames: ['t'],
13700
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'GroupIndex'],
13701
- stackArgs: [],
13699
+ argNames: ['a'],
13700
+ immediateArgs: ['GroupIndex'],
13701
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13702
13702
  returnType: uint64PType,
13703
13703
  },
13704
13704
  ],
13705
13705
  },
13706
13706
  txId: {
13707
13707
  type: 'op-mapping',
13708
- op: 'gtxn',
13708
+ op: 'gtxns',
13709
13709
  signatures: [
13710
13710
  {
13711
- argNames: ['t'],
13712
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'TxID'],
13713
- stackArgs: [],
13711
+ argNames: ['a'],
13712
+ immediateArgs: ['TxID'],
13713
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13714
13714
  returnType: bytesPType,
13715
13715
  },
13716
13716
  ],
13717
13717
  },
13718
13718
  applicationId: {
13719
13719
  type: 'op-mapping',
13720
- op: 'gtxn',
13720
+ op: 'gtxns',
13721
13721
  signatures: [
13722
13722
  {
13723
- argNames: ['t'],
13724
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ApplicationID'],
13725
- stackArgs: [],
13723
+ argNames: ['a'],
13724
+ immediateArgs: ['ApplicationID'],
13725
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13726
13726
  returnType: applicationPType,
13727
13727
  },
13728
13728
  ],
13729
13729
  },
13730
13730
  onCompletion: {
13731
13731
  type: 'op-mapping',
13732
- op: 'gtxn',
13732
+ op: 'gtxns',
13733
13733
  signatures: [
13734
13734
  {
13735
- argNames: ['t'],
13736
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'OnCompletion'],
13737
- stackArgs: [],
13735
+ argNames: ['a'],
13736
+ immediateArgs: ['OnCompletion'],
13737
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13738
13738
  returnType: uint64PType,
13739
13739
  },
13740
13740
  ],
@@ -13756,12 +13756,12 @@ const OP_METADATA = {
13756
13756
  },
13757
13757
  numAppArgs: {
13758
13758
  type: 'op-mapping',
13759
- op: 'gtxn',
13759
+ op: 'gtxns',
13760
13760
  signatures: [
13761
13761
  {
13762
- argNames: ['t'],
13763
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'NumAppArgs'],
13764
- stackArgs: [],
13762
+ argNames: ['a'],
13763
+ immediateArgs: ['NumAppArgs'],
13764
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13765
13765
  returnType: uint64PType,
13766
13766
  },
13767
13767
  ],
@@ -13783,228 +13783,228 @@ const OP_METADATA = {
13783
13783
  },
13784
13784
  numAccounts: {
13785
13785
  type: 'op-mapping',
13786
- op: 'gtxn',
13786
+ op: 'gtxns',
13787
13787
  signatures: [
13788
13788
  {
13789
- argNames: ['t'],
13790
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'NumAccounts'],
13791
- stackArgs: [],
13789
+ argNames: ['a'],
13790
+ immediateArgs: ['NumAccounts'],
13791
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13792
13792
  returnType: uint64PType,
13793
13793
  },
13794
13794
  ],
13795
13795
  },
13796
13796
  approvalProgram: {
13797
13797
  type: 'op-mapping',
13798
- op: 'gtxn',
13798
+ op: 'gtxns',
13799
13799
  signatures: [
13800
13800
  {
13801
- argNames: ['t'],
13802
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ApprovalProgram'],
13803
- stackArgs: [],
13801
+ argNames: ['a'],
13802
+ immediateArgs: ['ApprovalProgram'],
13803
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13804
13804
  returnType: bytesPType,
13805
13805
  },
13806
13806
  ],
13807
13807
  },
13808
13808
  clearStateProgram: {
13809
13809
  type: 'op-mapping',
13810
- op: 'gtxn',
13810
+ op: 'gtxns',
13811
13811
  signatures: [
13812
13812
  {
13813
- argNames: ['t'],
13814
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ClearStateProgram'],
13815
- stackArgs: [],
13813
+ argNames: ['a'],
13814
+ immediateArgs: ['ClearStateProgram'],
13815
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13816
13816
  returnType: bytesPType,
13817
13817
  },
13818
13818
  ],
13819
13819
  },
13820
13820
  rekeyTo: {
13821
13821
  type: 'op-mapping',
13822
- op: 'gtxn',
13822
+ op: 'gtxns',
13823
13823
  signatures: [
13824
13824
  {
13825
- argNames: ['t'],
13826
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'RekeyTo'],
13827
- stackArgs: [],
13825
+ argNames: ['a'],
13826
+ immediateArgs: ['RekeyTo'],
13827
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13828
13828
  returnType: accountPType,
13829
13829
  },
13830
13830
  ],
13831
13831
  },
13832
13832
  configAsset: {
13833
13833
  type: 'op-mapping',
13834
- op: 'gtxn',
13834
+ op: 'gtxns',
13835
13835
  signatures: [
13836
13836
  {
13837
- argNames: ['t'],
13838
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAsset'],
13839
- stackArgs: [],
13837
+ argNames: ['a'],
13838
+ immediateArgs: ['ConfigAsset'],
13839
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13840
13840
  returnType: assetPType,
13841
13841
  },
13842
13842
  ],
13843
13843
  },
13844
13844
  configAssetTotal: {
13845
13845
  type: 'op-mapping',
13846
- op: 'gtxn',
13846
+ op: 'gtxns',
13847
13847
  signatures: [
13848
13848
  {
13849
- argNames: ['t'],
13850
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetTotal'],
13851
- stackArgs: [],
13849
+ argNames: ['a'],
13850
+ immediateArgs: ['ConfigAssetTotal'],
13851
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13852
13852
  returnType: uint64PType,
13853
13853
  },
13854
13854
  ],
13855
13855
  },
13856
13856
  configAssetDecimals: {
13857
13857
  type: 'op-mapping',
13858
- op: 'gtxn',
13858
+ op: 'gtxns',
13859
13859
  signatures: [
13860
13860
  {
13861
- argNames: ['t'],
13862
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetDecimals'],
13863
- stackArgs: [],
13861
+ argNames: ['a'],
13862
+ immediateArgs: ['ConfigAssetDecimals'],
13863
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13864
13864
  returnType: uint64PType,
13865
13865
  },
13866
13866
  ],
13867
13867
  },
13868
13868
  configAssetDefaultFrozen: {
13869
13869
  type: 'op-mapping',
13870
- op: 'gtxn',
13870
+ op: 'gtxns',
13871
13871
  signatures: [
13872
13872
  {
13873
- argNames: ['t'],
13874
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetDefaultFrozen'],
13875
- stackArgs: [],
13873
+ argNames: ['a'],
13874
+ immediateArgs: ['ConfigAssetDefaultFrozen'],
13875
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13876
13876
  returnType: boolPType,
13877
13877
  },
13878
13878
  ],
13879
13879
  },
13880
13880
  configAssetUnitName: {
13881
13881
  type: 'op-mapping',
13882
- op: 'gtxn',
13882
+ op: 'gtxns',
13883
13883
  signatures: [
13884
13884
  {
13885
- argNames: ['t'],
13886
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetUnitName'],
13887
- stackArgs: [],
13885
+ argNames: ['a'],
13886
+ immediateArgs: ['ConfigAssetUnitName'],
13887
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13888
13888
  returnType: bytesPType,
13889
13889
  },
13890
13890
  ],
13891
13891
  },
13892
13892
  configAssetName: {
13893
13893
  type: 'op-mapping',
13894
- op: 'gtxn',
13894
+ op: 'gtxns',
13895
13895
  signatures: [
13896
13896
  {
13897
- argNames: ['t'],
13898
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetName'],
13899
- stackArgs: [],
13897
+ argNames: ['a'],
13898
+ immediateArgs: ['ConfigAssetName'],
13899
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13900
13900
  returnType: bytesPType,
13901
13901
  },
13902
13902
  ],
13903
13903
  },
13904
13904
  configAssetUrl: {
13905
13905
  type: 'op-mapping',
13906
- op: 'gtxn',
13906
+ op: 'gtxns',
13907
13907
  signatures: [
13908
13908
  {
13909
- argNames: ['t'],
13910
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetURL'],
13911
- stackArgs: [],
13909
+ argNames: ['a'],
13910
+ immediateArgs: ['ConfigAssetURL'],
13911
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13912
13912
  returnType: bytesPType,
13913
13913
  },
13914
13914
  ],
13915
13915
  },
13916
13916
  configAssetMetadataHash: {
13917
13917
  type: 'op-mapping',
13918
- op: 'gtxn',
13918
+ op: 'gtxns',
13919
13919
  signatures: [
13920
13920
  {
13921
- argNames: ['t'],
13922
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetMetadataHash'],
13923
- stackArgs: [],
13921
+ argNames: ['a'],
13922
+ immediateArgs: ['ConfigAssetMetadataHash'],
13923
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13924
13924
  returnType: bytesPType,
13925
13925
  },
13926
13926
  ],
13927
13927
  },
13928
13928
  configAssetManager: {
13929
13929
  type: 'op-mapping',
13930
- op: 'gtxn',
13930
+ op: 'gtxns',
13931
13931
  signatures: [
13932
13932
  {
13933
- argNames: ['t'],
13934
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetManager'],
13935
- stackArgs: [],
13933
+ argNames: ['a'],
13934
+ immediateArgs: ['ConfigAssetManager'],
13935
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13936
13936
  returnType: accountPType,
13937
13937
  },
13938
13938
  ],
13939
13939
  },
13940
13940
  configAssetReserve: {
13941
13941
  type: 'op-mapping',
13942
- op: 'gtxn',
13942
+ op: 'gtxns',
13943
13943
  signatures: [
13944
13944
  {
13945
- argNames: ['t'],
13946
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetReserve'],
13947
- stackArgs: [],
13945
+ argNames: ['a'],
13946
+ immediateArgs: ['ConfigAssetReserve'],
13947
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13948
13948
  returnType: accountPType,
13949
13949
  },
13950
13950
  ],
13951
13951
  },
13952
13952
  configAssetFreeze: {
13953
13953
  type: 'op-mapping',
13954
- op: 'gtxn',
13954
+ op: 'gtxns',
13955
13955
  signatures: [
13956
13956
  {
13957
- argNames: ['t'],
13958
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetFreeze'],
13959
- stackArgs: [],
13957
+ argNames: ['a'],
13958
+ immediateArgs: ['ConfigAssetFreeze'],
13959
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13960
13960
  returnType: accountPType,
13961
13961
  },
13962
13962
  ],
13963
13963
  },
13964
13964
  configAssetClawback: {
13965
13965
  type: 'op-mapping',
13966
- op: 'gtxn',
13966
+ op: 'gtxns',
13967
13967
  signatures: [
13968
13968
  {
13969
- argNames: ['t'],
13970
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ConfigAssetClawback'],
13971
- stackArgs: [],
13969
+ argNames: ['a'],
13970
+ immediateArgs: ['ConfigAssetClawback'],
13971
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13972
13972
  returnType: accountPType,
13973
13973
  },
13974
13974
  ],
13975
13975
  },
13976
13976
  freezeAsset: {
13977
13977
  type: 'op-mapping',
13978
- op: 'gtxn',
13978
+ op: 'gtxns',
13979
13979
  signatures: [
13980
13980
  {
13981
- argNames: ['t'],
13982
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'FreezeAsset'],
13983
- stackArgs: [],
13981
+ argNames: ['a'],
13982
+ immediateArgs: ['FreezeAsset'],
13983
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13984
13984
  returnType: assetPType,
13985
13985
  },
13986
13986
  ],
13987
13987
  },
13988
13988
  freezeAssetAccount: {
13989
13989
  type: 'op-mapping',
13990
- op: 'gtxn',
13990
+ op: 'gtxns',
13991
13991
  signatures: [
13992
13992
  {
13993
- argNames: ['t'],
13994
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'FreezeAssetAccount'],
13995
- stackArgs: [],
13993
+ argNames: ['a'],
13994
+ immediateArgs: ['FreezeAssetAccount'],
13995
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
13996
13996
  returnType: accountPType,
13997
13997
  },
13998
13998
  ],
13999
13999
  },
14000
14000
  freezeAssetFrozen: {
14001
14001
  type: 'op-mapping',
14002
- op: 'gtxn',
14002
+ op: 'gtxns',
14003
14003
  signatures: [
14004
14004
  {
14005
- argNames: ['t'],
14006
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'FreezeAssetFrozen'],
14007
- stackArgs: [],
14005
+ argNames: ['a'],
14006
+ immediateArgs: ['FreezeAssetFrozen'],
14007
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14008
14008
  returnType: boolPType,
14009
14009
  },
14010
14010
  ],
@@ -14026,12 +14026,12 @@ const OP_METADATA = {
14026
14026
  },
14027
14027
  numAssets: {
14028
14028
  type: 'op-mapping',
14029
- op: 'gtxn',
14029
+ op: 'gtxns',
14030
14030
  signatures: [
14031
14031
  {
14032
- argNames: ['t'],
14033
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'NumAssets'],
14034
- stackArgs: [],
14032
+ argNames: ['a'],
14033
+ immediateArgs: ['NumAssets'],
14034
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14035
14035
  returnType: uint64PType,
14036
14036
  },
14037
14037
  ],
@@ -14053,84 +14053,84 @@ const OP_METADATA = {
14053
14053
  },
14054
14054
  numApplications: {
14055
14055
  type: 'op-mapping',
14056
- op: 'gtxn',
14056
+ op: 'gtxns',
14057
14057
  signatures: [
14058
14058
  {
14059
- argNames: ['t'],
14060
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'NumApplications'],
14061
- stackArgs: [],
14059
+ argNames: ['a'],
14060
+ immediateArgs: ['NumApplications'],
14061
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14062
14062
  returnType: uint64PType,
14063
14063
  },
14064
14064
  ],
14065
14065
  },
14066
14066
  globalNumUint: {
14067
14067
  type: 'op-mapping',
14068
- op: 'gtxn',
14068
+ op: 'gtxns',
14069
14069
  signatures: [
14070
14070
  {
14071
- argNames: ['t'],
14072
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'GlobalNumUint'],
14073
- stackArgs: [],
14071
+ argNames: ['a'],
14072
+ immediateArgs: ['GlobalNumUint'],
14073
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14074
14074
  returnType: uint64PType,
14075
14075
  },
14076
14076
  ],
14077
14077
  },
14078
14078
  globalNumByteSlice: {
14079
14079
  type: 'op-mapping',
14080
- op: 'gtxn',
14080
+ op: 'gtxns',
14081
14081
  signatures: [
14082
14082
  {
14083
- argNames: ['t'],
14084
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'GlobalNumByteSlice'],
14085
- stackArgs: [],
14083
+ argNames: ['a'],
14084
+ immediateArgs: ['GlobalNumByteSlice'],
14085
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14086
14086
  returnType: uint64PType,
14087
14087
  },
14088
14088
  ],
14089
14089
  },
14090
14090
  localNumUint: {
14091
14091
  type: 'op-mapping',
14092
- op: 'gtxn',
14092
+ op: 'gtxns',
14093
14093
  signatures: [
14094
14094
  {
14095
- argNames: ['t'],
14096
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'LocalNumUint'],
14097
- stackArgs: [],
14095
+ argNames: ['a'],
14096
+ immediateArgs: ['LocalNumUint'],
14097
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14098
14098
  returnType: uint64PType,
14099
14099
  },
14100
14100
  ],
14101
14101
  },
14102
14102
  localNumByteSlice: {
14103
14103
  type: 'op-mapping',
14104
- op: 'gtxn',
14104
+ op: 'gtxns',
14105
14105
  signatures: [
14106
14106
  {
14107
- argNames: ['t'],
14108
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'LocalNumByteSlice'],
14109
- stackArgs: [],
14107
+ argNames: ['a'],
14108
+ immediateArgs: ['LocalNumByteSlice'],
14109
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14110
14110
  returnType: uint64PType,
14111
14111
  },
14112
14112
  ],
14113
14113
  },
14114
14114
  extraProgramPages: {
14115
14115
  type: 'op-mapping',
14116
- op: 'gtxn',
14116
+ op: 'gtxns',
14117
14117
  signatures: [
14118
14118
  {
14119
- argNames: ['t'],
14120
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'ExtraProgramPages'],
14121
- stackArgs: [],
14119
+ argNames: ['a'],
14120
+ immediateArgs: ['ExtraProgramPages'],
14121
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14122
14122
  returnType: uint64PType,
14123
14123
  },
14124
14124
  ],
14125
14125
  },
14126
14126
  nonparticipation: {
14127
14127
  type: 'op-mapping',
14128
- op: 'gtxn',
14128
+ op: 'gtxns',
14129
14129
  signatures: [
14130
14130
  {
14131
- argNames: ['t'],
14132
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'Nonparticipation'],
14133
- stackArgs: [],
14131
+ argNames: ['a'],
14132
+ immediateArgs: ['Nonparticipation'],
14133
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14134
14134
  returnType: boolPType,
14135
14135
  },
14136
14136
  ],
@@ -14152,60 +14152,60 @@ const OP_METADATA = {
14152
14152
  },
14153
14153
  numLogs: {
14154
14154
  type: 'op-mapping',
14155
- op: 'gtxn',
14155
+ op: 'gtxns',
14156
14156
  signatures: [
14157
14157
  {
14158
- argNames: ['t'],
14159
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'NumLogs'],
14160
- stackArgs: [],
14158
+ argNames: ['a'],
14159
+ immediateArgs: ['NumLogs'],
14160
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14161
14161
  returnType: uint64PType,
14162
14162
  },
14163
14163
  ],
14164
14164
  },
14165
14165
  createdAssetId: {
14166
14166
  type: 'op-mapping',
14167
- op: 'gtxn',
14167
+ op: 'gtxns',
14168
14168
  signatures: [
14169
14169
  {
14170
- argNames: ['t'],
14171
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'CreatedAssetID'],
14172
- stackArgs: [],
14170
+ argNames: ['a'],
14171
+ immediateArgs: ['CreatedAssetID'],
14172
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14173
14173
  returnType: assetPType,
14174
14174
  },
14175
14175
  ],
14176
14176
  },
14177
14177
  createdApplicationId: {
14178
14178
  type: 'op-mapping',
14179
- op: 'gtxn',
14179
+ op: 'gtxns',
14180
14180
  signatures: [
14181
14181
  {
14182
- argNames: ['t'],
14183
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'CreatedApplicationID'],
14184
- stackArgs: [],
14182
+ argNames: ['a'],
14183
+ immediateArgs: ['CreatedApplicationID'],
14184
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14185
14185
  returnType: applicationPType,
14186
14186
  },
14187
14187
  ],
14188
14188
  },
14189
14189
  lastLog: {
14190
14190
  type: 'op-mapping',
14191
- op: 'gtxn',
14191
+ op: 'gtxns',
14192
14192
  signatures: [
14193
14193
  {
14194
- argNames: ['t'],
14195
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'LastLog'],
14196
- stackArgs: [],
14194
+ argNames: ['a'],
14195
+ immediateArgs: ['LastLog'],
14196
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14197
14197
  returnType: bytesPType,
14198
14198
  },
14199
14199
  ],
14200
14200
  },
14201
14201
  stateProofPk: {
14202
14202
  type: 'op-mapping',
14203
- op: 'gtxn',
14203
+ op: 'gtxns',
14204
14204
  signatures: [
14205
14205
  {
14206
- argNames: ['t'],
14207
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'StateProofPK'],
14208
- stackArgs: [],
14206
+ argNames: ['a'],
14207
+ immediateArgs: ['StateProofPK'],
14208
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14209
14209
  returnType: bytesPType,
14210
14210
  },
14211
14211
  ],
@@ -14227,12 +14227,12 @@ const OP_METADATA = {
14227
14227
  },
14228
14228
  numApprovalProgramPages: {
14229
14229
  type: 'op-mapping',
14230
- op: 'gtxn',
14230
+ op: 'gtxns',
14231
14231
  signatures: [
14232
14232
  {
14233
- argNames: ['t'],
14234
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'NumApprovalProgramPages'],
14235
- stackArgs: [],
14233
+ argNames: ['a'],
14234
+ immediateArgs: ['NumApprovalProgramPages'],
14235
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14236
14236
  returnType: uint64PType,
14237
14237
  },
14238
14238
  ],
@@ -14254,12 +14254,12 @@ const OP_METADATA = {
14254
14254
  },
14255
14255
  numClearStateProgramPages: {
14256
14256
  type: 'op-mapping',
14257
- op: 'gtxn',
14257
+ op: 'gtxns',
14258
14258
  signatures: [
14259
14259
  {
14260
- argNames: ['t'],
14261
- immediateArgs: [{ name: 't', ptypes: [uint64PType] }, 'NumClearStateProgramPages'],
14262
- stackArgs: [],
14260
+ argNames: ['a'],
14261
+ immediateArgs: ['NumClearStateProgramPages'],
14262
+ stackArgs: [{ name: 'a', ptypes: [uint64PType] }],
14263
14263
  returnType: uint64PType,
14264
14264
  },
14265
14265
  ],
@@ -21804,4 +21804,4 @@ class PuyaOptions {
21804
21804
  }
21805
21805
 
21806
21806
  export { GlobalStateType as $, ALL_OP_ENUMS as A, BaseContractClassType as B, BoxGeneric as C, BoxMapFunction as D, BoxMapGeneric as E, BoxMapPType as F, BoxPType as G, BoxRefFunction as H, BoxRefPType as I, ByteClass as J, BytesFunction as K, ClassMethodDecoratorContext as L, ClearStateProgram as M, ClusteredContractClassType as N, ClusteredPrototype as O, ContractClassPType as P, DynamicArrayConstructor as Q, DynamicArrayGeneric as R, DynamicArrayType as S, DynamicBytesConstructor as T, DynamicBytesType as U, FunctionPType as V, GeneratorGeneric as W, GeneratorType as X, GenericPType as Y, GlobalStateFunction as Z, GlobalStateGeneric as _, ARC4ArrayType as a, UnionPType as a$, GroupTransactionPType as a0, InnerTransactionPType as a1, InstanceType as a2, InternalType as a3, IntersectionPType as a4, IntrinsicEnumType as a5, IntrinsicFunctionGroupType as a6, IntrinsicFunctionGroupTypeType as a7, IntrinsicFunctionType as a8, IntrinsicFunctionTypeType as a9, StaticBytesGeneric as aA, StaticBytesType as aB, StorageProxyPType as aC, StringFunction as aD, SuperPrototypeSelector as aE, SuperPrototypeSelectorGeneric as aF, TemplateVarFunction as aG, TransactionFunction as aH, TransactionFunctionType as aI, TransientType as aJ, TuplePType as aK, TypeParameterType as aL, UFixedNxMClass as aM, UFixedNxMGeneric as aN, UFixedNxMType as aO, Uint64EnumMemberType as aP, Uint64EnumType as aQ, Uint64Function as aR, UintN128Class as aS, UintN16Class as aT, UintN256Class as aU, UintN32Class as aV, UintN64Class as aW, UintN8Class as aX, UintNClass as aY, UintNGeneric as aZ, UintNType as a_, IterableIteratorGeneric as aa, IterableIteratorType as ab, ItxnParamsPType as ac, KeyRegistrationTxnFunction as ad, LibClassType as ae, LibFunctionType as af, LocalStateFunction as ag, LocalStateGeneric as ah, LocalStateType as ai, LogicSigPType as aj, MutableArrayConstructor as ak, MutableArrayGeneric as al, MutableArrayType as am, NamespacePType as an, NativeNumericType as ao, NumericLiteralPType as ap, ObjectPType as aq, PType as ar, PaymentTxnFunction as as, PolytypeClassMethodHelper as at, PromiseGeneric as au, PromiseType as av, StaticArrayConstructor as aw, StaticArrayGeneric as ax, StaticArrayType as ay, StaticBytesConstructor as az, ARC4BoolClass as b, mimcConfigurationsPType as b$, UnsupportedType as b0, accountPType as b1, anyGtxnType as b2, anyPType as b3, applicationCallGtxnType as b4, applicationCallItxnFn as b5, applicationCallItxnParamsType as b6, applicationItxnType as b7, applicationPType as b8, arc28EmitFunction as b9, bigIntPType as bA, biguintPType as bB, boolPType as bC, boxRefType as bD, bytesPType as bE, compileFunctionType as bF, compiledContractType as bG, compiledLogicSigType as bH, contractOptionsDecorator as bI, decodeArc4Function as bJ, ecPType as bK, ecdsaPType as bL, encodeArc4Function as bM, ensureBudgetFunction as bN, errFunction as bO, gtxnUnion as bP, interpretAsArc4Function as bQ, isAppStorageType as bR, keyRegistrationGtxnType as bS, keyRegistrationItxnFn as bT, keyRegistrationItxnParamsType as bU, keyRegistrationItxnType as bV, logFunction as bW, logicSigBaseType as bX, logicSigOptionsDecorator as bY, matchFunction as bZ, methodSelectorFunction as b_, arc4AbiMethodDecorator as ba, arc4AddressAlias as bb, arc4BareMethodDecorator as bc, arc4BaseContractType as bd, arc4BooleanType as be, arc4ByteAlias as bf, arc4EncodedLengthFunction as bg, arc4StringType as bh, arc4StructBaseType as bi, assertFunction as bj, assertMatchFunction as bk, assetConfigGtxnType as bl, assetConfigItxnFn as bm, assetConfigItxnParamsType as bn, assetConfigItxnType as bo, assetFreezeGtxnType as bp, assetFreezeItxnFn as bq, assetFreezeItxnParamsType as br, assetFreezeItxnType as bs, assetPType as bt, assetTransferGtxnType as bu, assetTransferItxnFn as bv, assetTransferItxnParamsType as bw, assetTransferItxnType as bx, base64PType as by, baseContractType as bz, ARC4EncodedType as c, neverPType as c0, nullPType as c1, numberPType as c2, onCompleteActionType as c3, opUpFeeSourceType as c4, paymentGtxnType as c5, paymentItxnFn as c6, paymentItxnParamsType as c7, paymentItxnType as c8, ptypeToArc4EncodedType as c9, CompileOptions as cA, Constants as cB, isMinLevel as cC, LogLevel as cD, enumFromValue as cE, defaultPuyaOptions as cF, logger as cG, parseCliTemplateVar as cH, LocalsCoalescingStrategy as cI, stringPType as ca, submitGroupItxnFunction as cb, transactionTypeType as cc, uint64PType as cd, undefinedPType as ce, unknownPType as cf, urangeFunction as cg, voidPType as ch, vrfVerifyPType as ci, uint8ArrayToBigInt as cj, uint8ArrayToBase64 as ck, uint8ArrayToBase32 as cl, uint8ArrayToHex as cm, uint8ArrayToUtf8 as cn, base64ToUint8Array as co, base32ToUint8Array as cp, hexToUint8Array as cq, bigIntToUint8Array as cr, utf8ToUint8Array as cs, SourceLocation as ct, registerPTypes as cu, typeRegistry as cv, TypeResolver as cw, compile as cx, processInputPaths as cy, LoggingContext as cz, ARC4InstanceType as d, ARC4StrClass as e, ARC4StructClass as f, ARC4StructType as g, ARC4TupleType as h, AccountFunction as i, AddressClass as j, AnyPType as k, ApplicationFunctionType as l, ApplicationTxnFunction as m, ApprovalProgram as n, Arc4TupleClass as o, Arc4TupleGeneric as p, ArrayLiteralPType as q, ArrayPType as r, AssetConfigTxnFunction as s, AssetFreezeTxnFunction as t, AssetFunction as u, AssetTransferTxnFunction as v, BigIntLiteralPType as w, BigUintFunction as x, BooleanFunction as y, BoxFunction as z };
21807
- //# sourceMappingURL=options-0rl9SeOR.js.map
21807
+ //# sourceMappingURL=options-CLGfsOVW.js.map