@bitgo/public-types 5.0.0 → 5.1.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.
Files changed (111) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  8. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  9. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
  10. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  14. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  17. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  18. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  19. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
  20. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  32. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  41. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  42. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  43. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  44. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  45. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  46. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  47. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
  48. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  52. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  53. package/dist/src/schema/transactionRequest/intents/intent.d.ts +122 -1
  54. package/dist/src/schema/transactionRequest/intents/intent.js +2 -0
  55. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  56. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  57. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  58. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  59. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
  60. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  61. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +4 -1
  81. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.js +4 -0
  82. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.js.map +1 -1
  83. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  84. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  86. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  87. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  90. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  92. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +47 -0
  93. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.js +37 -0
  94. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.js.map +1 -0
  95. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  96. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  98. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  99. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  102. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  103. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  104. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  105. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  106. package/package.json +1 -1
  107. package/src/schema/transactionRequest/intents/index.ts +1 -0
  108. package/src/schema/transactionRequest/intents/intent.ts +2 -0
  109. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
  110. package/src/schema/transactionRequest/intents/substratePaymentIntent.ts +4 -0
  111. package/src/schema/transactionRequest/intents/tokenApprovalIntent.ts +17 -0
@@ -95,6 +95,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
95
95
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
96
96
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
97
97
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
98
+ tokenApproval: t.LiteralC<"tokenApproval">;
98
99
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
99
100
  }>;
100
101
  }>, t.PartialC<{
@@ -155,6 +156,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
155
156
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
156
157
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
157
158
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
159
+ tokenApproval: t.LiteralC<"tokenApproval">;
158
160
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
159
161
  }>;
160
162
  }>, t.PartialC<{
@@ -203,6 +205,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
203
205
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
204
206
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
205
207
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
208
+ tokenApproval: t.LiteralC<"tokenApproval">;
206
209
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
207
210
  }>;
208
211
  }>, t.PartialC<{
@@ -258,6 +261,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
258
261
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
259
262
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
260
263
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
264
+ tokenApproval: t.LiteralC<"tokenApproval">;
261
265
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
262
266
  }>;
263
267
  }>, t.PartialC<{
@@ -312,6 +316,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
312
316
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
313
317
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
314
318
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
319
+ tokenApproval: t.LiteralC<"tokenApproval">;
315
320
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
316
321
  }>;
317
322
  }>, t.PartialC<{
@@ -358,6 +363,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
358
363
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
359
364
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
360
365
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
366
+ tokenApproval: t.LiteralC<"tokenApproval">;
361
367
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
362
368
  }>;
363
369
  }>, t.PartialC<{
@@ -418,6 +424,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
418
424
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
419
425
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
420
426
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
427
+ tokenApproval: t.LiteralC<"tokenApproval">;
421
428
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
422
429
  }>;
423
430
  }>, t.PartialC<{
@@ -496,6 +503,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
496
503
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
497
504
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
498
505
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
506
+ tokenApproval: t.LiteralC<"tokenApproval">;
499
507
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
500
508
  }>;
501
509
  }>, t.PartialC<{
@@ -574,6 +582,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
574
582
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
575
583
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
576
584
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
585
+ tokenApproval: t.LiteralC<"tokenApproval">;
577
586
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
578
587
  }>;
579
588
  }>, t.PartialC<{
@@ -632,6 +641,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
632
641
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
633
642
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
634
643
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
644
+ tokenApproval: t.LiteralC<"tokenApproval">;
635
645
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
636
646
  }>;
637
647
  }>, t.PartialC<{
@@ -677,6 +687,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
677
687
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
678
688
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
679
689
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
690
+ tokenApproval: t.LiteralC<"tokenApproval">;
680
691
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
681
692
  }>;
682
693
  }>, t.PartialC<{
@@ -722,6 +733,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
722
733
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
723
734
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
724
735
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
736
+ tokenApproval: t.LiteralC<"tokenApproval">;
725
737
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
726
738
  }>;
727
739
  }>, t.PartialC<{
@@ -774,6 +786,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
774
786
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
775
787
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
776
788
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
789
+ tokenApproval: t.LiteralC<"tokenApproval">;
777
790
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
778
791
  }>;
779
792
  }>, t.PartialC<{
@@ -825,6 +838,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
825
838
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
826
839
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
827
840
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
841
+ tokenApproval: t.LiteralC<"tokenApproval">;
828
842
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
829
843
  }>;
830
844
  }>, t.PartialC<{
@@ -880,6 +894,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
880
894
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
881
895
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
882
896
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
897
+ tokenApproval: t.LiteralC<"tokenApproval">;
883
898
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
884
899
  }>;
885
900
  }>, t.PartialC<{
@@ -940,6 +955,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
940
955
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
941
956
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
942
957
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
958
+ tokenApproval: t.LiteralC<"tokenApproval">;
943
959
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
944
960
  }>;
945
961
  }>, t.PartialC<{
@@ -1017,6 +1033,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1017
1033
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1018
1034
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1019
1035
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1036
+ tokenApproval: t.LiteralC<"tokenApproval">;
1020
1037
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1021
1038
  }>;
1022
1039
  }>, t.PartialC<{
@@ -1067,6 +1084,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1067
1084
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1068
1085
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1069
1086
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1087
+ tokenApproval: t.LiteralC<"tokenApproval">;
1070
1088
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1071
1089
  }>;
1072
1090
  }>, t.PartialC<{
@@ -1144,6 +1162,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1144
1162
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1145
1163
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1146
1164
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1165
+ tokenApproval: t.LiteralC<"tokenApproval">;
1147
1166
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1148
1167
  }>;
1149
1168
  }>, t.PartialC<{
@@ -1258,6 +1277,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1258
1277
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1259
1278
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1260
1279
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1280
+ tokenApproval: t.LiteralC<"tokenApproval">;
1261
1281
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1262
1282
  }>;
1263
1283
  }>, t.PartialC<{
@@ -1352,6 +1372,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1352
1372
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1353
1373
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1354
1374
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1375
+ tokenApproval: t.LiteralC<"tokenApproval">;
1355
1376
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1356
1377
  }>;
1357
1378
  }>, t.PartialC<{
@@ -1434,6 +1455,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1434
1455
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1435
1456
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1436
1457
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1458
+ tokenApproval: t.LiteralC<"tokenApproval">;
1437
1459
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1438
1460
  }>;
1439
1461
  }>, t.PartialC<{
@@ -1503,6 +1525,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1503
1525
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1504
1526
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1505
1527
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1528
+ tokenApproval: t.LiteralC<"tokenApproval">;
1506
1529
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1507
1530
  }>;
1508
1531
  }>, t.PartialC<{
@@ -1571,6 +1594,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1571
1594
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1572
1595
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1573
1596
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1597
+ tokenApproval: t.LiteralC<"tokenApproval">;
1574
1598
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1575
1599
  }>;
1576
1600
  }>, t.PartialC<{
@@ -1639,6 +1663,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1639
1663
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1640
1664
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1641
1665
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1666
+ tokenApproval: t.LiteralC<"tokenApproval">;
1642
1667
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1643
1668
  }>;
1644
1669
  }>, t.PartialC<{
@@ -1803,6 +1828,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1803
1828
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1804
1829
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1805
1830
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1831
+ tokenApproval: t.LiteralC<"tokenApproval">;
1806
1832
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1807
1833
  }>;
1808
1834
  }>, t.PartialC<{
@@ -1910,6 +1936,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1910
1936
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1911
1937
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1912
1938
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1939
+ tokenApproval: t.LiteralC<"tokenApproval">;
1913
1940
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1914
1941
  }>;
1915
1942
  }>, t.PartialC<{
@@ -1976,6 +2003,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1976
2003
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1977
2004
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1978
2005
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2006
+ tokenApproval: t.LiteralC<"tokenApproval">;
1979
2007
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1980
2008
  }>;
1981
2009
  }>, t.PartialC<{
@@ -2071,6 +2099,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2071
2099
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2072
2100
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2073
2101
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2102
+ tokenApproval: t.LiteralC<"tokenApproval">;
2074
2103
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2075
2104
  }>;
2076
2105
  }>, t.PartialC<{
@@ -2155,6 +2184,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2155
2184
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2156
2185
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2157
2186
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2187
+ tokenApproval: t.LiteralC<"tokenApproval">;
2158
2188
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2159
2189
  }>;
2160
2190
  }>, t.PartialC<{
@@ -2260,6 +2290,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2260
2290
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2261
2291
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2262
2292
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2293
+ tokenApproval: t.LiteralC<"tokenApproval">;
2263
2294
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2264
2295
  }>;
2265
2296
  }>, t.PartialC<{
@@ -2318,6 +2349,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2318
2349
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2319
2350
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2320
2351
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2352
+ tokenApproval: t.LiteralC<"tokenApproval">;
2321
2353
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2322
2354
  }>;
2323
2355
  }>, t.PartialC<{
@@ -2378,6 +2410,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2378
2410
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2379
2411
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2380
2412
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2413
+ tokenApproval: t.LiteralC<"tokenApproval">;
2381
2414
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2382
2415
  }>;
2383
2416
  }>, t.PartialC<{
@@ -2429,6 +2462,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2429
2462
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2430
2463
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2431
2464
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2465
+ tokenApproval: t.LiteralC<"tokenApproval">;
2432
2466
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2433
2467
  }>;
2434
2468
  }>, t.PartialC<{
@@ -2479,6 +2513,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2479
2513
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2480
2514
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2481
2515
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2516
+ tokenApproval: t.LiteralC<"tokenApproval">;
2482
2517
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2483
2518
  }>;
2484
2519
  }>, t.PartialC<{
@@ -2525,6 +2560,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2525
2560
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2526
2561
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2527
2562
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2563
+ tokenApproval: t.LiteralC<"tokenApproval">;
2528
2564
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2529
2565
  }>;
2530
2566
  }>, t.PartialC<{
@@ -2585,6 +2621,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2585
2621
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2586
2622
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2587
2623
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2624
+ tokenApproval: t.LiteralC<"tokenApproval">;
2588
2625
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2589
2626
  }>;
2590
2627
  }>, t.PartialC<{
@@ -2646,6 +2683,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2646
2683
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2647
2684
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2648
2685
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2686
+ tokenApproval: t.LiteralC<"tokenApproval">;
2649
2687
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2650
2688
  }>;
2651
2689
  }>, t.PartialC<{
@@ -2707,6 +2745,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2707
2745
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2708
2746
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2709
2747
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2748
+ tokenApproval: t.LiteralC<"tokenApproval">;
2710
2749
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2711
2750
  }>;
2712
2751
  }>, t.PartialC<{
@@ -2776,6 +2815,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2776
2815
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2777
2816
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2778
2817
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2818
+ tokenApproval: t.LiteralC<"tokenApproval">;
2779
2819
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2780
2820
  }>;
2781
2821
  }>, t.PartialC<{
@@ -2830,6 +2870,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2830
2870
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2831
2871
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2832
2872
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2873
+ tokenApproval: t.LiteralC<"tokenApproval">;
2833
2874
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2834
2875
  }>;
2835
2876
  }>, t.PartialC<{
@@ -2892,6 +2933,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2892
2933
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2893
2934
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2894
2935
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2936
+ tokenApproval: t.LiteralC<"tokenApproval">;
2895
2937
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2896
2938
  }>;
2897
2939
  }>, t.PartialC<{
@@ -3000,6 +3042,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3000
3042
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3001
3043
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3002
3044
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3045
+ tokenApproval: t.LiteralC<"tokenApproval">;
3003
3046
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3004
3047
  }>;
3005
3048
  }>, t.PartialC<{
@@ -3051,6 +3094,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3051
3094
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3052
3095
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3053
3096
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3097
+ tokenApproval: t.LiteralC<"tokenApproval">;
3054
3098
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3055
3099
  }>;
3056
3100
  }>, t.PartialC<{
@@ -3099,6 +3143,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3099
3143
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3100
3144
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3101
3145
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3146
+ tokenApproval: t.LiteralC<"tokenApproval">;
3102
3147
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3103
3148
  }>;
3104
3149
  }>, t.PartialC<{
@@ -3148,6 +3193,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3148
3193
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3149
3194
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3150
3195
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3196
+ tokenApproval: t.LiteralC<"tokenApproval">;
3151
3197
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3152
3198
  }>;
3153
3199
  }>, t.PartialC<{
@@ -3210,6 +3256,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3210
3256
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3211
3257
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3212
3258
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3259
+ tokenApproval: t.LiteralC<"tokenApproval">;
3213
3260
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3214
3261
  }>;
3215
3262
  }>, t.PartialC<{
@@ -3265,6 +3312,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3265
3312
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3266
3313
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3267
3314
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3315
+ tokenApproval: t.LiteralC<"tokenApproval">;
3268
3316
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3269
3317
  }>;
3270
3318
  }>, t.PartialC<{
@@ -3418,6 +3466,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3418
3466
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3419
3467
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3420
3468
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3469
+ tokenApproval: t.LiteralC<"tokenApproval">;
3421
3470
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3422
3471
  }>;
3423
3472
  }>, t.PartialC<{
@@ -3458,7 +3507,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3458
3507
  formula?: "fixed" | "feeRate" | "perKB" | "custom" | undefined;
3459
3508
  type?: "max" | "base" | "tip" | undefined;
3460
3509
  }, unknown>, t.UndefinedC]>;
3461
- }>]>]>, t.IntersectionC<[t.IntersectionC<[t.PartialC<{
3510
+ }>]>, t.PartialC<{
3511
+ memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3512
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.PartialC<{
3462
3513
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3463
3514
  }>, t.TypeC<{
3464
3515
  intentType: t.LiteralC<"consolidate">;
@@ -3552,6 +3603,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3552
3603
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3553
3604
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3554
3605
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3606
+ tokenApproval: t.LiteralC<"tokenApproval">;
3555
3607
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3556
3608
  }>;
3557
3609
  }>, t.PartialC<{
@@ -3597,6 +3649,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3597
3649
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3598
3650
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3599
3651
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3652
+ tokenApproval: t.LiteralC<"tokenApproval">;
3600
3653
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3601
3654
  }>;
3602
3655
  }>, t.PartialC<{
@@ -3637,6 +3690,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3637
3690
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3638
3691
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3639
3692
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3693
+ tokenApproval: t.LiteralC<"tokenApproval">;
3640
3694
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3641
3695
  }>;
3642
3696
  }>, t.PartialC<{
@@ -3685,6 +3739,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3685
3739
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3686
3740
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3687
3741
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3742
+ tokenApproval: t.LiteralC<"tokenApproval">;
3688
3743
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3689
3744
  }>;
3690
3745
  }>, t.PartialC<{
@@ -3743,6 +3798,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3743
3798
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3744
3799
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3745
3800
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3801
+ tokenApproval: t.LiteralC<"tokenApproval">;
3746
3802
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3747
3803
  }>;
3748
3804
  }>, t.PartialC<{
@@ -3788,6 +3844,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3788
3844
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3789
3845
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3790
3846
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3847
+ tokenApproval: t.LiteralC<"tokenApproval">;
3791
3848
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3792
3849
  }>;
3793
3850
  }>, t.PartialC<{
@@ -3868,6 +3925,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3868
3925
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3869
3926
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3870
3927
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3928
+ tokenApproval: t.LiteralC<"tokenApproval">;
3871
3929
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3872
3930
  }>;
3873
3931
  }>, t.PartialC<{
@@ -3930,6 +3988,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3930
3988
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3931
3989
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3932
3990
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3991
+ tokenApproval: t.LiteralC<"tokenApproval">;
3933
3992
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3934
3993
  }>;
3935
3994
  }>, t.PartialC<{
@@ -3974,6 +4033,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3974
4033
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3975
4034
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3976
4035
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4036
+ tokenApproval: t.LiteralC<"tokenApproval">;
3977
4037
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3978
4038
  }>;
3979
4039
  }>, t.PartialC<{
@@ -4037,6 +4097,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4037
4097
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4038
4098
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4039
4099
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4100
+ tokenApproval: t.LiteralC<"tokenApproval">;
4040
4101
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4041
4102
  }>;
4042
4103
  }>, t.PartialC<{
@@ -4089,6 +4150,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4089
4150
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4090
4151
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4091
4152
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4153
+ tokenApproval: t.LiteralC<"tokenApproval">;
4092
4154
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4093
4155
  }>;
4094
4156
  }>, t.PartialC<{
@@ -4118,6 +4180,50 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4118
4180
  netuid: t.StringC;
4119
4181
  }>]>, t.TypeC<{
4120
4182
  amountUnstaked: t.StringC;
4183
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
4184
+ intentType: t.KeyofC<{
4185
+ payment: t.LiteralC<"payment">;
4186
+ transferToken: t.LiteralC<"transferToken">;
4187
+ consolidate: t.LiteralC<"consolidate">;
4188
+ consolidateToken: t.LiteralC<"consolidateToken">;
4189
+ fanout: t.LiteralC<"fanout">;
4190
+ stake: t.LiteralC<"stake">;
4191
+ unstake: t.LiteralC<"unstake">;
4192
+ delegate: t.LiteralC<"delegate">;
4193
+ undelegate: t.LiteralC<"undelegate">;
4194
+ switchValidator: t.LiteralC<"switchValidator">;
4195
+ claim: t.LiteralC<"claim">;
4196
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
4197
+ pledge: t.LiteralC<"pledge">;
4198
+ voteDelegation: t.LiteralC<"voteDelegation">;
4199
+ vote: t.LiteralC<"vote">;
4200
+ createAccount: t.LiteralC<"createAccount">;
4201
+ updateAccount: t.LiteralC<"updateAccount">;
4202
+ addTrustLine: t.LiteralC<"addTrustLine">;
4203
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
4204
+ signMessage: t.LiteralC<"signMessage">;
4205
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
4206
+ enableToken: t.LiteralC<"enableToken">;
4207
+ authorize: t.LiteralC<"authorize">;
4208
+ acceleration: t.LiteralC<"acceleration">;
4209
+ fillNonce: t.LiteralC<"fillNonce">;
4210
+ walletRecovery: t.LiteralC<"walletRecovery">;
4211
+ contractCall: t.LiteralC<"contractCall">;
4212
+ deactivate: t.LiteralC<"deactivate">;
4213
+ customTx: t.LiteralC<"customTx">;
4214
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4215
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4216
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4217
+ tokenApproval: t.LiteralC<"tokenApproval">;
4218
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4219
+ }>;
4220
+ }>, t.PartialC<{
4221
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4222
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
4223
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4224
+ }>]>, t.TypeC<{
4225
+ intentType: t.LiteralC<"tokenApproval">;
4226
+ tokenName: t.StringC;
4121
4227
  }>]>, t.IntersectionC<[t.PartialC<{
4122
4228
  nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
4123
4229
  }>, t.TypeC<{
@@ -4212,6 +4318,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4212
4318
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4213
4319
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4214
4320
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4321
+ tokenApproval: t.LiteralC<"tokenApproval">;
4215
4322
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4216
4323
  }>;
4217
4324
  }>, t.PartialC<{
@@ -4262,6 +4369,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4262
4369
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4263
4370
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4264
4371
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4372
+ tokenApproval: t.LiteralC<"tokenApproval">;
4265
4373
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4266
4374
  }>;
4267
4375
  }>, t.PartialC<{
@@ -4322,6 +4430,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4322
4430
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4323
4431
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4324
4432
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4433
+ tokenApproval: t.LiteralC<"tokenApproval">;
4325
4434
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4326
4435
  }>;
4327
4436
  }>, t.PartialC<{
@@ -4370,6 +4479,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4370
4479
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4371
4480
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4372
4481
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4482
+ tokenApproval: t.LiteralC<"tokenApproval">;
4373
4483
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4374
4484
  }>;
4375
4485
  }>, t.PartialC<{
@@ -4412,6 +4522,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4412
4522
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4413
4523
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4414
4524
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4525
+ tokenApproval: t.LiteralC<"tokenApproval">;
4415
4526
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4416
4527
  }>;
4417
4528
  }>, t.PartialC<{
@@ -4456,6 +4567,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4456
4567
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4457
4568
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4458
4569
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4570
+ tokenApproval: t.LiteralC<"tokenApproval">;
4459
4571
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4460
4572
  }>;
4461
4573
  }>, t.PartialC<{
@@ -4507,6 +4619,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4507
4619
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4508
4620
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4509
4621
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4622
+ tokenApproval: t.LiteralC<"tokenApproval">;
4510
4623
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4511
4624
  }>;
4512
4625
  }>, t.PartialC<{
@@ -4558,6 +4671,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4558
4671
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4559
4672
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4560
4673
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4674
+ tokenApproval: t.LiteralC<"tokenApproval">;
4561
4675
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4562
4676
  }>;
4563
4677
  }>, t.PartialC<{
@@ -4604,6 +4718,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4604
4718
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4605
4719
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4606
4720
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4721
+ tokenApproval: t.LiteralC<"tokenApproval">;
4607
4722
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4608
4723
  }>;
4609
4724
  }>, t.PartialC<{
@@ -4646,6 +4761,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4646
4761
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4647
4762
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4648
4763
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4764
+ tokenApproval: t.LiteralC<"tokenApproval">;
4649
4765
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4650
4766
  }>;
4651
4767
  }>, t.PartialC<{
@@ -4710,6 +4826,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4710
4826
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4711
4827
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4712
4828
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4829
+ tokenApproval: t.LiteralC<"tokenApproval">;
4713
4830
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4714
4831
  }>;
4715
4832
  }>, t.PartialC<{
@@ -4782,6 +4899,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4782
4899
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4783
4900
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4784
4901
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4902
+ tokenApproval: t.LiteralC<"tokenApproval">;
4785
4903
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4786
4904
  }>;
4787
4905
  }>, t.PartialC<{
@@ -4864,6 +4982,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4864
4982
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4865
4983
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4866
4984
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4985
+ tokenApproval: t.LiteralC<"tokenApproval">;
4867
4986
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4868
4987
  }>;
4869
4988
  }>, t.PartialC<{
@@ -4918,6 +5037,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4918
5037
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4919
5038
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4920
5039
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5040
+ tokenApproval: t.LiteralC<"tokenApproval">;
4921
5041
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4922
5042
  }>;
4923
5043
  }>, t.PartialC<{
@@ -4982,6 +5102,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4982
5102
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4983
5103
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4984
5104
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
5105
+ tokenApproval: t.LiteralC<"tokenApproval">;
4985
5106
  createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4986
5107
  }>;
4987
5108
  }>, t.PartialC<{
@@ -74,6 +74,7 @@ const substrateConsolidateIntent_1 = require("./substrateConsolidateIntent");
74
74
  const substratePaymentIntent_1 = require("./substratePaymentIntent");
75
75
  const taoStakeIntent_1 = require("./taoStakeIntent");
76
76
  const taoUnstakeIntent_1 = require("./taoUnstakeIntent");
77
+ const tokenApprovalIntent_1 = require("./tokenApprovalIntent");
77
78
  const tonDelegateIntent_1 = require("./tonDelegateIntent");
78
79
  const tonPaymentIntent_1 = require("./tonPaymentIntent");
79
80
  const tonUndelegateIntent_1 = require("./tonUndelegateIntent");
@@ -161,6 +162,7 @@ exports.TransactionIntent = t.union([
161
162
  suiUnstakingIntent_1.SuiUnstakingIntent,
162
163
  taoStakeIntent_1.TaoStakeIntent,
163
164
  taoUnstakeIntent_1.TaoUnstakeIntent,
165
+ tokenApprovalIntent_1.TokenApprovalIntent,
164
166
  tonConsolidateIntent_1.TonConsolidateIntent,
165
167
  tonDelegateIntent_1.TonDelegateIntent,
166
168
  tonPaymentIntent_1.TonPaymentIntent,