@bitgo/public-types 5.0.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/index.js +1 -0
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +119 -0
- package/dist/src/schema/transactionRequest/intents/intent.js +2 -0
- package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +47 -0
- package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.js +37 -0
- package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/index.ts +1 -0
- package/src/schema/transactionRequest/intents/intent.ts +2 -0
- package/src/schema/transactionRequest/intents/intentType.ts +1 -0
- 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<{
|
@@ -3552,6 +3601,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3552
3601
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3553
3602
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3554
3603
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3604
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3555
3605
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3556
3606
|
}>;
|
3557
3607
|
}>, t.PartialC<{
|
@@ -3597,6 +3647,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3597
3647
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3598
3648
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3599
3649
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3650
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3600
3651
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3601
3652
|
}>;
|
3602
3653
|
}>, t.PartialC<{
|
@@ -3637,6 +3688,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3637
3688
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3638
3689
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3639
3690
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3691
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3640
3692
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3641
3693
|
}>;
|
3642
3694
|
}>, t.PartialC<{
|
@@ -3685,6 +3737,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3685
3737
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3686
3738
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3687
3739
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3740
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3688
3741
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3689
3742
|
}>;
|
3690
3743
|
}>, t.PartialC<{
|
@@ -3743,6 +3796,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3743
3796
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3744
3797
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3745
3798
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3799
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3746
3800
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3747
3801
|
}>;
|
3748
3802
|
}>, t.PartialC<{
|
@@ -3788,6 +3842,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3788
3842
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3789
3843
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3790
3844
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3845
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3791
3846
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3792
3847
|
}>;
|
3793
3848
|
}>, t.PartialC<{
|
@@ -3868,6 +3923,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3868
3923
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3869
3924
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3870
3925
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3926
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3871
3927
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3872
3928
|
}>;
|
3873
3929
|
}>, t.PartialC<{
|
@@ -3930,6 +3986,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3930
3986
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3931
3987
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3932
3988
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3989
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3933
3990
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3934
3991
|
}>;
|
3935
3992
|
}>, t.PartialC<{
|
@@ -3974,6 +4031,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3974
4031
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3975
4032
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3976
4033
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4034
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3977
4035
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3978
4036
|
}>;
|
3979
4037
|
}>, t.PartialC<{
|
@@ -4037,6 +4095,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4037
4095
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4038
4096
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4039
4097
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4098
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4040
4099
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4041
4100
|
}>;
|
4042
4101
|
}>, t.PartialC<{
|
@@ -4089,6 +4148,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4089
4148
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4090
4149
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4091
4150
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4151
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4092
4152
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4093
4153
|
}>;
|
4094
4154
|
}>, t.PartialC<{
|
@@ -4118,6 +4178,50 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4118
4178
|
netuid: t.StringC;
|
4119
4179
|
}>]>, t.TypeC<{
|
4120
4180
|
amountUnstaked: t.StringC;
|
4181
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
4182
|
+
intentType: t.KeyofC<{
|
4183
|
+
payment: t.LiteralC<"payment">;
|
4184
|
+
transferToken: t.LiteralC<"transferToken">;
|
4185
|
+
consolidate: t.LiteralC<"consolidate">;
|
4186
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
4187
|
+
fanout: t.LiteralC<"fanout">;
|
4188
|
+
stake: t.LiteralC<"stake">;
|
4189
|
+
unstake: t.LiteralC<"unstake">;
|
4190
|
+
delegate: t.LiteralC<"delegate">;
|
4191
|
+
undelegate: t.LiteralC<"undelegate">;
|
4192
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
4193
|
+
claim: t.LiteralC<"claim">;
|
4194
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
4195
|
+
pledge: t.LiteralC<"pledge">;
|
4196
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
4197
|
+
vote: t.LiteralC<"vote">;
|
4198
|
+
createAccount: t.LiteralC<"createAccount">;
|
4199
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
4200
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
4201
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
4202
|
+
signMessage: t.LiteralC<"signMessage">;
|
4203
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
4204
|
+
enableToken: t.LiteralC<"enableToken">;
|
4205
|
+
authorize: t.LiteralC<"authorize">;
|
4206
|
+
acceleration: t.LiteralC<"acceleration">;
|
4207
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
4208
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
4209
|
+
contractCall: t.LiteralC<"contractCall">;
|
4210
|
+
deactivate: t.LiteralC<"deactivate">;
|
4211
|
+
customTx: t.LiteralC<"customTx">;
|
4212
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4213
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4214
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4215
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4216
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4217
|
+
}>;
|
4218
|
+
}>, t.PartialC<{
|
4219
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
4220
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
4221
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
4222
|
+
}>]>, t.TypeC<{
|
4223
|
+
intentType: t.LiteralC<"tokenApproval">;
|
4224
|
+
tokenName: t.StringC;
|
4121
4225
|
}>]>, t.IntersectionC<[t.PartialC<{
|
4122
4226
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
4123
4227
|
}>, t.TypeC<{
|
@@ -4212,6 +4316,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4212
4316
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4213
4317
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4214
4318
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4319
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4215
4320
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4216
4321
|
}>;
|
4217
4322
|
}>, t.PartialC<{
|
@@ -4262,6 +4367,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4262
4367
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4263
4368
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4264
4369
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4370
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4265
4371
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4266
4372
|
}>;
|
4267
4373
|
}>, t.PartialC<{
|
@@ -4322,6 +4428,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4322
4428
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4323
4429
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4324
4430
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4431
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4325
4432
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4326
4433
|
}>;
|
4327
4434
|
}>, t.PartialC<{
|
@@ -4370,6 +4477,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4370
4477
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4371
4478
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4372
4479
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4480
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4373
4481
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4374
4482
|
}>;
|
4375
4483
|
}>, t.PartialC<{
|
@@ -4412,6 +4520,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4412
4520
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4413
4521
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4414
4522
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4523
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4415
4524
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4416
4525
|
}>;
|
4417
4526
|
}>, t.PartialC<{
|
@@ -4456,6 +4565,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4456
4565
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4457
4566
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4458
4567
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4568
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4459
4569
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4460
4570
|
}>;
|
4461
4571
|
}>, t.PartialC<{
|
@@ -4507,6 +4617,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4507
4617
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4508
4618
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4509
4619
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4620
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4510
4621
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4511
4622
|
}>;
|
4512
4623
|
}>, t.PartialC<{
|
@@ -4558,6 +4669,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4558
4669
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4559
4670
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4560
4671
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4672
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4561
4673
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4562
4674
|
}>;
|
4563
4675
|
}>, t.PartialC<{
|
@@ -4604,6 +4716,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4604
4716
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4605
4717
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4606
4718
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4719
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4607
4720
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4608
4721
|
}>;
|
4609
4722
|
}>, t.PartialC<{
|
@@ -4646,6 +4759,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4646
4759
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4647
4760
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4648
4761
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4762
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4649
4763
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4650
4764
|
}>;
|
4651
4765
|
}>, t.PartialC<{
|
@@ -4710,6 +4824,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4710
4824
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4711
4825
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4712
4826
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4827
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4713
4828
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4714
4829
|
}>;
|
4715
4830
|
}>, t.PartialC<{
|
@@ -4782,6 +4897,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4782
4897
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4783
4898
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4784
4899
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4900
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4785
4901
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4786
4902
|
}>;
|
4787
4903
|
}>, t.PartialC<{
|
@@ -4864,6 +4980,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4864
4980
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4865
4981
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4866
4982
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4983
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4867
4984
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4868
4985
|
}>;
|
4869
4986
|
}>, t.PartialC<{
|
@@ -4918,6 +5035,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4918
5035
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4919
5036
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4920
5037
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
5038
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4921
5039
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4922
5040
|
}>;
|
4923
5041
|
}>, t.PartialC<{
|
@@ -4982,6 +5100,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4982
5100
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4983
5101
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4984
5102
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
5103
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4985
5104
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4986
5105
|
}>;
|
4987
5106
|
}>, 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,
|