@relayprotocol/relay-kit-hooks 3.0.15 → 3.0.17

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.
@@ -908,6 +908,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
908
908
  currency?: string | undefined;
909
909
  hash?: string | undefined;
910
910
  operation?: "mint" | undefined;
911
+ tokenMetadata?: {
912
+ decimals?: number | undefined;
913
+ name?: string | undefined;
914
+ symbol?: string | undefined;
915
+ } | undefined;
911
916
  } | undefined;
912
917
  attestation?: {
913
918
  execution?: {
@@ -940,6 +945,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
940
945
  hash?: string | undefined;
941
946
  operation?: "transfer" | "burn" | "mixed" | undefined;
942
947
  solver?: string | undefined;
948
+ tokenMetadata?: {
949
+ decimals?: number | undefined;
950
+ name?: string | undefined;
951
+ symbol?: string | undefined;
952
+ } | undefined;
943
953
  } | undefined;
944
954
  attestation?: {
945
955
  execution?: {
@@ -1871,6 +1881,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1871
1881
  currency?: string | undefined;
1872
1882
  hash?: string | undefined;
1873
1883
  operation?: "mint" | undefined;
1884
+ tokenMetadata?: {
1885
+ decimals?: number | undefined;
1886
+ name?: string | undefined;
1887
+ symbol?: string | undefined;
1888
+ } | undefined;
1874
1889
  } | undefined;
1875
1890
  attestation?: {
1876
1891
  execution?: {
@@ -1903,6 +1918,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
1903
1918
  hash?: string | undefined;
1904
1919
  operation?: "transfer" | "burn" | "mixed" | undefined;
1905
1920
  solver?: string | undefined;
1921
+ tokenMetadata?: {
1922
+ decimals?: number | undefined;
1923
+ name?: string | undefined;
1924
+ symbol?: string | undefined;
1925
+ } | undefined;
1906
1926
  } | undefined;
1907
1927
  attestation?: {
1908
1928
  execution?: {
@@ -2827,6 +2847,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2827
2847
  currency?: string | undefined;
2828
2848
  hash?: string | undefined;
2829
2849
  operation?: "mint" | undefined;
2850
+ tokenMetadata?: {
2851
+ decimals?: number | undefined;
2852
+ name?: string | undefined;
2853
+ symbol?: string | undefined;
2854
+ } | undefined;
2830
2855
  } | undefined;
2831
2856
  attestation?: {
2832
2857
  execution?: {
@@ -2859,6 +2884,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
2859
2884
  hash?: string | undefined;
2860
2885
  operation?: "transfer" | "burn" | "mixed" | undefined;
2861
2886
  solver?: string | undefined;
2887
+ tokenMetadata?: {
2888
+ decimals?: number | undefined;
2889
+ name?: string | undefined;
2890
+ symbol?: string | undefined;
2891
+ } | undefined;
2862
2892
  } | undefined;
2863
2893
  attestation?: {
2864
2894
  execution?: {
@@ -3801,6 +3831,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3801
3831
  currency?: string | undefined;
3802
3832
  hash?: string | undefined;
3803
3833
  operation?: "mint" | undefined;
3834
+ tokenMetadata?: {
3835
+ decimals?: number | undefined;
3836
+ name?: string | undefined;
3837
+ symbol?: string | undefined;
3838
+ } | undefined;
3804
3839
  } | undefined;
3805
3840
  attestation?: {
3806
3841
  execution?: {
@@ -3833,6 +3868,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
3833
3868
  hash?: string | undefined;
3834
3869
  operation?: "transfer" | "burn" | "mixed" | undefined;
3835
3870
  solver?: string | undefined;
3871
+ tokenMetadata?: {
3872
+ decimals?: number | undefined;
3873
+ name?: string | undefined;
3874
+ symbol?: string | undefined;
3875
+ } | undefined;
3836
3876
  } | undefined;
3837
3877
  attestation?: {
3838
3878
  execution?: {
@@ -4758,6 +4798,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4758
4798
  currency?: string | undefined;
4759
4799
  hash?: string | undefined;
4760
4800
  operation?: "mint" | undefined;
4801
+ tokenMetadata?: {
4802
+ decimals?: number | undefined;
4803
+ name?: string | undefined;
4804
+ symbol?: string | undefined;
4805
+ } | undefined;
4761
4806
  } | undefined;
4762
4807
  attestation?: {
4763
4808
  execution?: {
@@ -4790,6 +4835,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
4790
4835
  hash?: string | undefined;
4791
4836
  operation?: "transfer" | "burn" | "mixed" | undefined;
4792
4837
  solver?: string | undefined;
4838
+ tokenMetadata?: {
4839
+ decimals?: number | undefined;
4840
+ name?: string | undefined;
4841
+ symbol?: string | undefined;
4842
+ } | undefined;
4793
4843
  } | undefined;
4794
4844
  attestation?: {
4795
4845
  execution?: {
@@ -5714,6 +5764,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5714
5764
  currency?: string | undefined;
5715
5765
  hash?: string | undefined;
5716
5766
  operation?: "mint" | undefined;
5767
+ tokenMetadata?: {
5768
+ decimals?: number | undefined;
5769
+ name?: string | undefined;
5770
+ symbol?: string | undefined;
5771
+ } | undefined;
5717
5772
  } | undefined;
5718
5773
  attestation?: {
5719
5774
  execution?: {
@@ -5746,6 +5801,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
5746
5801
  hash?: string | undefined;
5747
5802
  operation?: "transfer" | "burn" | "mixed" | undefined;
5748
5803
  solver?: string | undefined;
5804
+ tokenMetadata?: {
5805
+ decimals?: number | undefined;
5806
+ name?: string | undefined;
5807
+ symbol?: string | undefined;
5808
+ } | undefined;
5749
5809
  } | undefined;
5750
5810
  attestation?: {
5751
5811
  execution?: {
@@ -6679,6 +6739,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6679
6739
  currency?: string | undefined;
6680
6740
  hash?: string | undefined;
6681
6741
  operation?: "mint" | undefined;
6742
+ tokenMetadata?: {
6743
+ decimals?: number | undefined;
6744
+ name?: string | undefined;
6745
+ symbol?: string | undefined;
6746
+ } | undefined;
6682
6747
  } | undefined;
6683
6748
  attestation?: {
6684
6749
  execution?: {
@@ -6711,6 +6776,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
6711
6776
  hash?: string | undefined;
6712
6777
  operation?: "transfer" | "burn" | "mixed" | undefined;
6713
6778
  solver?: string | undefined;
6779
+ tokenMetadata?: {
6780
+ decimals?: number | undefined;
6781
+ name?: string | undefined;
6782
+ symbol?: string | undefined;
6783
+ } | undefined;
6714
6784
  } | undefined;
6715
6785
  attestation?: {
6716
6786
  execution?: {
@@ -7635,6 +7705,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7635
7705
  currency?: string | undefined;
7636
7706
  hash?: string | undefined;
7637
7707
  operation?: "mint" | undefined;
7708
+ tokenMetadata?: {
7709
+ decimals?: number | undefined;
7710
+ name?: string | undefined;
7711
+ symbol?: string | undefined;
7712
+ } | undefined;
7638
7713
  } | undefined;
7639
7714
  attestation?: {
7640
7715
  execution?: {
@@ -7667,6 +7742,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
7667
7742
  hash?: string | undefined;
7668
7743
  operation?: "transfer" | "burn" | "mixed" | undefined;
7669
7744
  solver?: string | undefined;
7745
+ tokenMetadata?: {
7746
+ decimals?: number | undefined;
7747
+ name?: string | undefined;
7748
+ symbol?: string | undefined;
7749
+ } | undefined;
7670
7750
  } | undefined;
7671
7751
  attestation?: {
7672
7752
  execution?: {
@@ -8607,6 +8687,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8607
8687
  currency?: string | undefined;
8608
8688
  hash?: string | undefined;
8609
8689
  operation?: "mint" | undefined;
8690
+ tokenMetadata?: {
8691
+ decimals?: number | undefined;
8692
+ name?: string | undefined;
8693
+ symbol?: string | undefined;
8694
+ } | undefined;
8610
8695
  } | undefined;
8611
8696
  attestation?: {
8612
8697
  execution?: {
@@ -8639,6 +8724,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
8639
8724
  hash?: string | undefined;
8640
8725
  operation?: "transfer" | "burn" | "mixed" | undefined;
8641
8726
  solver?: string | undefined;
8727
+ tokenMetadata?: {
8728
+ decimals?: number | undefined;
8729
+ name?: string | undefined;
8730
+ symbol?: string | undefined;
8731
+ } | undefined;
8642
8732
  } | undefined;
8643
8733
  attestation?: {
8644
8734
  execution?: {
@@ -9564,6 +9654,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9564
9654
  currency?: string | undefined;
9565
9655
  hash?: string | undefined;
9566
9656
  operation?: "mint" | undefined;
9657
+ tokenMetadata?: {
9658
+ decimals?: number | undefined;
9659
+ name?: string | undefined;
9660
+ symbol?: string | undefined;
9661
+ } | undefined;
9567
9662
  } | undefined;
9568
9663
  attestation?: {
9569
9664
  execution?: {
@@ -9596,6 +9691,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
9596
9691
  hash?: string | undefined;
9597
9692
  operation?: "transfer" | "burn" | "mixed" | undefined;
9598
9693
  solver?: string | undefined;
9694
+ tokenMetadata?: {
9695
+ decimals?: number | undefined;
9696
+ name?: string | undefined;
9697
+ symbol?: string | undefined;
9698
+ } | undefined;
9599
9699
  } | undefined;
9600
9700
  attestation?: {
9601
9701
  execution?: {
@@ -10520,6 +10620,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10520
10620
  currency?: string | undefined;
10521
10621
  hash?: string | undefined;
10522
10622
  operation?: "mint" | undefined;
10623
+ tokenMetadata?: {
10624
+ decimals?: number | undefined;
10625
+ name?: string | undefined;
10626
+ symbol?: string | undefined;
10627
+ } | undefined;
10523
10628
  } | undefined;
10524
10629
  attestation?: {
10525
10630
  execution?: {
@@ -10552,6 +10657,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
10552
10657
  hash?: string | undefined;
10553
10658
  operation?: "transfer" | "burn" | "mixed" | undefined;
10554
10659
  solver?: string | undefined;
10660
+ tokenMetadata?: {
10661
+ decimals?: number | undefined;
10662
+ name?: string | undefined;
10663
+ symbol?: string | undefined;
10664
+ } | undefined;
10555
10665
  } | undefined;
10556
10666
  attestation?: {
10557
10667
  execution?: {
@@ -11485,6 +11595,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11485
11595
  currency?: string | undefined;
11486
11596
  hash?: string | undefined;
11487
11597
  operation?: "mint" | undefined;
11598
+ tokenMetadata?: {
11599
+ decimals?: number | undefined;
11600
+ name?: string | undefined;
11601
+ symbol?: string | undefined;
11602
+ } | undefined;
11488
11603
  } | undefined;
11489
11604
  attestation?: {
11490
11605
  execution?: {
@@ -11517,6 +11632,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
11517
11632
  hash?: string | undefined;
11518
11633
  operation?: "transfer" | "burn" | "mixed" | undefined;
11519
11634
  solver?: string | undefined;
11635
+ tokenMetadata?: {
11636
+ decimals?: number | undefined;
11637
+ name?: string | undefined;
11638
+ symbol?: string | undefined;
11639
+ } | undefined;
11520
11640
  } | undefined;
11521
11641
  attestation?: {
11522
11642
  execution?: {
@@ -12441,6 +12561,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12441
12561
  currency?: string | undefined;
12442
12562
  hash?: string | undefined;
12443
12563
  operation?: "mint" | undefined;
12564
+ tokenMetadata?: {
12565
+ decimals?: number | undefined;
12566
+ name?: string | undefined;
12567
+ symbol?: string | undefined;
12568
+ } | undefined;
12444
12569
  } | undefined;
12445
12570
  attestation?: {
12446
12571
  execution?: {
@@ -12473,6 +12598,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
12473
12598
  hash?: string | undefined;
12474
12599
  operation?: "transfer" | "burn" | "mixed" | undefined;
12475
12600
  solver?: string | undefined;
12601
+ tokenMetadata?: {
12602
+ decimals?: number | undefined;
12603
+ name?: string | undefined;
12604
+ symbol?: string | undefined;
12605
+ } | undefined;
12476
12606
  } | undefined;
12477
12607
  attestation?: {
12478
12608
  execution?: {
@@ -13413,6 +13543,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13413
13543
  currency?: string | undefined;
13414
13544
  hash?: string | undefined;
13415
13545
  operation?: "mint" | undefined;
13546
+ tokenMetadata?: {
13547
+ decimals?: number | undefined;
13548
+ name?: string | undefined;
13549
+ symbol?: string | undefined;
13550
+ } | undefined;
13416
13551
  } | undefined;
13417
13552
  attestation?: {
13418
13553
  execution?: {
@@ -13445,6 +13580,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
13445
13580
  hash?: string | undefined;
13446
13581
  operation?: "transfer" | "burn" | "mixed" | undefined;
13447
13582
  solver?: string | undefined;
13583
+ tokenMetadata?: {
13584
+ decimals?: number | undefined;
13585
+ name?: string | undefined;
13586
+ symbol?: string | undefined;
13587
+ } | undefined;
13448
13588
  } | undefined;
13449
13589
  attestation?: {
13450
13590
  execution?: {
@@ -14370,6 +14510,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14370
14510
  currency?: string | undefined;
14371
14511
  hash?: string | undefined;
14372
14512
  operation?: "mint" | undefined;
14513
+ tokenMetadata?: {
14514
+ decimals?: number | undefined;
14515
+ name?: string | undefined;
14516
+ symbol?: string | undefined;
14517
+ } | undefined;
14373
14518
  } | undefined;
14374
14519
  attestation?: {
14375
14520
  execution?: {
@@ -14402,6 +14547,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
14402
14547
  hash?: string | undefined;
14403
14548
  operation?: "transfer" | "burn" | "mixed" | undefined;
14404
14549
  solver?: string | undefined;
14550
+ tokenMetadata?: {
14551
+ decimals?: number | undefined;
14552
+ name?: string | undefined;
14553
+ symbol?: string | undefined;
14554
+ } | undefined;
14405
14555
  } | undefined;
14406
14556
  attestation?: {
14407
14557
  execution?: {
@@ -15326,6 +15476,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15326
15476
  currency?: string | undefined;
15327
15477
  hash?: string | undefined;
15328
15478
  operation?: "mint" | undefined;
15479
+ tokenMetadata?: {
15480
+ decimals?: number | undefined;
15481
+ name?: string | undefined;
15482
+ symbol?: string | undefined;
15483
+ } | undefined;
15329
15484
  } | undefined;
15330
15485
  attestation?: {
15331
15486
  execution?: {
@@ -15358,6 +15513,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
15358
15513
  hash?: string | undefined;
15359
15514
  operation?: "transfer" | "burn" | "mixed" | undefined;
15360
15515
  solver?: string | undefined;
15516
+ tokenMetadata?: {
15517
+ decimals?: number | undefined;
15518
+ name?: string | undefined;
15519
+ symbol?: string | undefined;
15520
+ } | undefined;
15361
15521
  } | undefined;
15362
15522
  attestation?: {
15363
15523
  execution?: {
@@ -16291,6 +16451,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16291
16451
  currency?: string | undefined;
16292
16452
  hash?: string | undefined;
16293
16453
  operation?: "mint" | undefined;
16454
+ tokenMetadata?: {
16455
+ decimals?: number | undefined;
16456
+ name?: string | undefined;
16457
+ symbol?: string | undefined;
16458
+ } | undefined;
16294
16459
  } | undefined;
16295
16460
  attestation?: {
16296
16461
  execution?: {
@@ -16323,6 +16488,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
16323
16488
  hash?: string | undefined;
16324
16489
  operation?: "transfer" | "burn" | "mixed" | undefined;
16325
16490
  solver?: string | undefined;
16491
+ tokenMetadata?: {
16492
+ decimals?: number | undefined;
16493
+ name?: string | undefined;
16494
+ symbol?: string | undefined;
16495
+ } | undefined;
16326
16496
  } | undefined;
16327
16497
  attestation?: {
16328
16498
  execution?: {
@@ -17247,6 +17417,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17247
17417
  currency?: string | undefined;
17248
17418
  hash?: string | undefined;
17249
17419
  operation?: "mint" | undefined;
17420
+ tokenMetadata?: {
17421
+ decimals?: number | undefined;
17422
+ name?: string | undefined;
17423
+ symbol?: string | undefined;
17424
+ } | undefined;
17250
17425
  } | undefined;
17251
17426
  attestation?: {
17252
17427
  execution?: {
@@ -17279,6 +17454,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
17279
17454
  hash?: string | undefined;
17280
17455
  operation?: "transfer" | "burn" | "mixed" | undefined;
17281
17456
  solver?: string | undefined;
17457
+ tokenMetadata?: {
17458
+ decimals?: number | undefined;
17459
+ name?: string | undefined;
17460
+ symbol?: string | undefined;
17461
+ } | undefined;
17282
17462
  } | undefined;
17283
17463
  attestation?: {
17284
17464
  execution?: {
@@ -18219,6 +18399,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18219
18399
  currency?: string | undefined;
18220
18400
  hash?: string | undefined;
18221
18401
  operation?: "mint" | undefined;
18402
+ tokenMetadata?: {
18403
+ decimals?: number | undefined;
18404
+ name?: string | undefined;
18405
+ symbol?: string | undefined;
18406
+ } | undefined;
18222
18407
  } | undefined;
18223
18408
  attestation?: {
18224
18409
  execution?: {
@@ -18251,6 +18436,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
18251
18436
  hash?: string | undefined;
18252
18437
  operation?: "transfer" | "burn" | "mixed" | undefined;
18253
18438
  solver?: string | undefined;
18439
+ tokenMetadata?: {
18440
+ decimals?: number | undefined;
18441
+ name?: string | undefined;
18442
+ symbol?: string | undefined;
18443
+ } | undefined;
18254
18444
  } | undefined;
18255
18445
  attestation?: {
18256
18446
  execution?: {
@@ -19176,6 +19366,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19176
19366
  currency?: string | undefined;
19177
19367
  hash?: string | undefined;
19178
19368
  operation?: "mint" | undefined;
19369
+ tokenMetadata?: {
19370
+ decimals?: number | undefined;
19371
+ name?: string | undefined;
19372
+ symbol?: string | undefined;
19373
+ } | undefined;
19179
19374
  } | undefined;
19180
19375
  attestation?: {
19181
19376
  execution?: {
@@ -19208,6 +19403,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
19208
19403
  hash?: string | undefined;
19209
19404
  operation?: "transfer" | "burn" | "mixed" | undefined;
19210
19405
  solver?: string | undefined;
19406
+ tokenMetadata?: {
19407
+ decimals?: number | undefined;
19408
+ name?: string | undefined;
19409
+ symbol?: string | undefined;
19410
+ } | undefined;
19211
19411
  } | undefined;
19212
19412
  attestation?: {
19213
19413
  execution?: {
@@ -20132,6 +20332,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
20132
20332
  currency?: string | undefined;
20133
20333
  hash?: string | undefined;
20134
20334
  operation?: "mint" | undefined;
20335
+ tokenMetadata?: {
20336
+ decimals?: number | undefined;
20337
+ name?: string | undefined;
20338
+ symbol?: string | undefined;
20339
+ } | undefined;
20135
20340
  } | undefined;
20136
20341
  attestation?: {
20137
20342
  execution?: {
@@ -20164,6 +20369,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
20164
20369
  hash?: string | undefined;
20165
20370
  operation?: "transfer" | "burn" | "mixed" | undefined;
20166
20371
  solver?: string | undefined;
20372
+ tokenMetadata?: {
20373
+ decimals?: number | undefined;
20374
+ name?: string | undefined;
20375
+ symbol?: string | undefined;
20376
+ } | undefined;
20167
20377
  } | undefined;
20168
20378
  attestation?: {
20169
20379
  execution?: {
@@ -21096,6 +21306,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
21096
21306
  currency?: string | undefined;
21097
21307
  hash?: string | undefined;
21098
21308
  operation?: "mint" | undefined;
21309
+ tokenMetadata?: {
21310
+ decimals?: number | undefined;
21311
+ name?: string | undefined;
21312
+ symbol?: string | undefined;
21313
+ } | undefined;
21099
21314
  } | undefined;
21100
21315
  attestation?: {
21101
21316
  execution?: {
@@ -21128,6 +21343,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
21128
21343
  hash?: string | undefined;
21129
21344
  operation?: "transfer" | "burn" | "mixed" | undefined;
21130
21345
  solver?: string | undefined;
21346
+ tokenMetadata?: {
21347
+ decimals?: number | undefined;
21348
+ name?: string | undefined;
21349
+ symbol?: string | undefined;
21350
+ } | undefined;
21131
21351
  } | undefined;
21132
21352
  attestation?: {
21133
21353
  execution?: {
@@ -22052,6 +22272,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
22052
22272
  currency?: string | undefined;
22053
22273
  hash?: string | undefined;
22054
22274
  operation?: "mint" | undefined;
22275
+ tokenMetadata?: {
22276
+ decimals?: number | undefined;
22277
+ name?: string | undefined;
22278
+ symbol?: string | undefined;
22279
+ } | undefined;
22055
22280
  } | undefined;
22056
22281
  attestation?: {
22057
22282
  execution?: {
@@ -22084,6 +22309,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
22084
22309
  hash?: string | undefined;
22085
22310
  operation?: "transfer" | "burn" | "mixed" | undefined;
22086
22311
  solver?: string | undefined;
22312
+ tokenMetadata?: {
22313
+ decimals?: number | undefined;
22314
+ name?: string | undefined;
22315
+ symbol?: string | undefined;
22316
+ } | undefined;
22087
22317
  } | undefined;
22088
22318
  attestation?: {
22089
22319
  execution?: {
@@ -23025,6 +23255,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
23025
23255
  currency?: string | undefined;
23026
23256
  hash?: string | undefined;
23027
23257
  operation?: "mint" | undefined;
23258
+ tokenMetadata?: {
23259
+ decimals?: number | undefined;
23260
+ name?: string | undefined;
23261
+ symbol?: string | undefined;
23262
+ } | undefined;
23028
23263
  } | undefined;
23029
23264
  attestation?: {
23030
23265
  execution?: {
@@ -23057,6 +23292,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
23057
23292
  hash?: string | undefined;
23058
23293
  operation?: "transfer" | "burn" | "mixed" | undefined;
23059
23294
  solver?: string | undefined;
23295
+ tokenMetadata?: {
23296
+ decimals?: number | undefined;
23297
+ name?: string | undefined;
23298
+ symbol?: string | undefined;
23299
+ } | undefined;
23060
23300
  } | undefined;
23061
23301
  attestation?: {
23062
23302
  execution?: {
@@ -23982,6 +24222,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
23982
24222
  currency?: string | undefined;
23983
24223
  hash?: string | undefined;
23984
24224
  operation?: "mint" | undefined;
24225
+ tokenMetadata?: {
24226
+ decimals?: number | undefined;
24227
+ name?: string | undefined;
24228
+ symbol?: string | undefined;
24229
+ } | undefined;
23985
24230
  } | undefined;
23986
24231
  attestation?: {
23987
24232
  execution?: {
@@ -24014,6 +24259,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
24014
24259
  hash?: string | undefined;
24015
24260
  operation?: "transfer" | "burn" | "mixed" | undefined;
24016
24261
  solver?: string | undefined;
24262
+ tokenMetadata?: {
24263
+ decimals?: number | undefined;
24264
+ name?: string | undefined;
24265
+ symbol?: string | undefined;
24266
+ } | undefined;
24017
24267
  } | undefined;
24018
24268
  attestation?: {
24019
24269
  execution?: {
@@ -24938,6 +25188,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
24938
25188
  currency?: string | undefined;
24939
25189
  hash?: string | undefined;
24940
25190
  operation?: "mint" | undefined;
25191
+ tokenMetadata?: {
25192
+ decimals?: number | undefined;
25193
+ name?: string | undefined;
25194
+ symbol?: string | undefined;
25195
+ } | undefined;
24941
25196
  } | undefined;
24942
25197
  attestation?: {
24943
25198
  execution?: {
@@ -24970,6 +25225,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
24970
25225
  hash?: string | undefined;
24971
25226
  operation?: "transfer" | "burn" | "mixed" | undefined;
24972
25227
  solver?: string | undefined;
25228
+ tokenMetadata?: {
25229
+ decimals?: number | undefined;
25230
+ name?: string | undefined;
25231
+ symbol?: string | undefined;
25232
+ } | undefined;
24973
25233
  } | undefined;
24974
25234
  attestation?: {
24975
25235
  execution?: {
@@ -25903,6 +26163,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
25903
26163
  currency?: string | undefined;
25904
26164
  hash?: string | undefined;
25905
26165
  operation?: "mint" | undefined;
26166
+ tokenMetadata?: {
26167
+ decimals?: number | undefined;
26168
+ name?: string | undefined;
26169
+ symbol?: string | undefined;
26170
+ } | undefined;
25906
26171
  } | undefined;
25907
26172
  attestation?: {
25908
26173
  execution?: {
@@ -25935,6 +26200,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
25935
26200
  hash?: string | undefined;
25936
26201
  operation?: "transfer" | "burn" | "mixed" | undefined;
25937
26202
  solver?: string | undefined;
26203
+ tokenMetadata?: {
26204
+ decimals?: number | undefined;
26205
+ name?: string | undefined;
26206
+ symbol?: string | undefined;
26207
+ } | undefined;
25938
26208
  } | undefined;
25939
26209
  attestation?: {
25940
26210
  execution?: {
@@ -26859,6 +27129,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
26859
27129
  currency?: string | undefined;
26860
27130
  hash?: string | undefined;
26861
27131
  operation?: "mint" | undefined;
27132
+ tokenMetadata?: {
27133
+ decimals?: number | undefined;
27134
+ name?: string | undefined;
27135
+ symbol?: string | undefined;
27136
+ } | undefined;
26862
27137
  } | undefined;
26863
27138
  attestation?: {
26864
27139
  execution?: {
@@ -26891,6 +27166,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
26891
27166
  hash?: string | undefined;
26892
27167
  operation?: "transfer" | "burn" | "mixed" | undefined;
26893
27168
  solver?: string | undefined;
27169
+ tokenMetadata?: {
27170
+ decimals?: number | undefined;
27171
+ name?: string | undefined;
27172
+ symbol?: string | undefined;
27173
+ } | undefined;
26894
27174
  } | undefined;
26895
27175
  attestation?: {
26896
27176
  execution?: {
@@ -27831,6 +28111,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
27831
28111
  currency?: string | undefined;
27832
28112
  hash?: string | undefined;
27833
28113
  operation?: "mint" | undefined;
28114
+ tokenMetadata?: {
28115
+ decimals?: number | undefined;
28116
+ name?: string | undefined;
28117
+ symbol?: string | undefined;
28118
+ } | undefined;
27834
28119
  } | undefined;
27835
28120
  attestation?: {
27836
28121
  execution?: {
@@ -27863,6 +28148,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
27863
28148
  hash?: string | undefined;
27864
28149
  operation?: "transfer" | "burn" | "mixed" | undefined;
27865
28150
  solver?: string | undefined;
28151
+ tokenMetadata?: {
28152
+ decimals?: number | undefined;
28153
+ name?: string | undefined;
28154
+ symbol?: string | undefined;
28155
+ } | undefined;
27866
28156
  } | undefined;
27867
28157
  attestation?: {
27868
28158
  execution?: {
@@ -28788,6 +29078,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
28788
29078
  currency?: string | undefined;
28789
29079
  hash?: string | undefined;
28790
29080
  operation?: "mint" | undefined;
29081
+ tokenMetadata?: {
29082
+ decimals?: number | undefined;
29083
+ name?: string | undefined;
29084
+ symbol?: string | undefined;
29085
+ } | undefined;
28791
29086
  } | undefined;
28792
29087
  attestation?: {
28793
29088
  execution?: {
@@ -28820,6 +29115,11 @@ export default function (options?: UserTransactionQuery | false, baseApiUrl?: st
28820
29115
  hash?: string | undefined;
28821
29116
  operation?: "transfer" | "burn" | "mixed" | undefined;
28822
29117
  solver?: string | undefined;
29118
+ tokenMetadata?: {
29119
+ decimals?: number | undefined;
29120
+ name?: string | undefined;
29121
+ symbol?: string | undefined;
29122
+ } | undefined;
28823
29123
  } | undefined;
28824
29124
  attestation?: {
28825
29125
  execution?: {