@bitgo/public-types 4.30.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/accountBaseConsolidateIntent.d.ts +24 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseConsolidateIntent.js +2 -2
- package/dist/src/schema/transactionRequest/intents/accountBaseConsolidateIntent.js.map +1 -1
- 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/adaConsolidateIntent.d.ts +24 -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 +2 -1
- 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/dotConsolidateIntent.d.ts +24 -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/ethConsolidateIntent.d.ts +24 -0
- package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +2 -1
- 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 +2 -1
- 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 +289 -2
- 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/solConsolidateIntent.d.ts +24 -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/substrateConsolidateIntent.d.ts +24 -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 +25 -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/tokenRecipientEntry.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/tokenRecipientEntry.js +1 -1
- package/dist/src/schema/transactionRequest/intents/tokenRecipientEntry.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/tonConsolidateIntent.d.ts +24 -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 +2 -1
- 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/accountBaseConsolidateIntent.ts +2 -2
- 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
- package/src/schema/transactionRequest/intents/tokenRecipientEntry.ts +1 -1
@@ -20,6 +20,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
20
20
|
};
|
21
21
|
} & {
|
22
22
|
data?: string | undefined;
|
23
|
+
} & {
|
24
|
+
tokenData?: ({
|
25
|
+
tokenQuantity: string;
|
26
|
+
tokenType: string;
|
27
|
+
} & {
|
28
|
+
tokenId?: string | undefined;
|
29
|
+
} & {
|
30
|
+
tokenName: string;
|
31
|
+
} & {
|
32
|
+
tokenContractAddress?: string | undefined;
|
33
|
+
decimals?: number | undefined;
|
34
|
+
}) | undefined;
|
23
35
|
})[], ({
|
24
36
|
address: {
|
25
37
|
address?: string | undefined;
|
@@ -33,6 +45,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
33
45
|
};
|
34
46
|
} & {
|
35
47
|
data?: string | undefined;
|
48
|
+
} & {
|
49
|
+
tokenData?: ({
|
50
|
+
tokenQuantity: string;
|
51
|
+
tokenType: string;
|
52
|
+
} & {
|
53
|
+
tokenId?: string | undefined;
|
54
|
+
} & {
|
55
|
+
tokenName: string;
|
56
|
+
} & {
|
57
|
+
tokenContractAddress?: string | undefined;
|
58
|
+
decimals?: number | undefined;
|
59
|
+
}) | undefined;
|
36
60
|
})[], unknown>, t.UndefinedC]>;
|
37
61
|
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
38
62
|
}>]>, t.PartialC<{
|
@@ -71,6 +95,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
71
95
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
72
96
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
73
97
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
98
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
74
99
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
75
100
|
}>;
|
76
101
|
}>, t.PartialC<{
|
@@ -131,6 +156,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
131
156
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
132
157
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
133
158
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
159
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
134
160
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
135
161
|
}>;
|
136
162
|
}>, t.PartialC<{
|
@@ -179,6 +205,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
179
205
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
180
206
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
181
207
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
208
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
182
209
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
183
210
|
}>;
|
184
211
|
}>, t.PartialC<{
|
@@ -234,6 +261,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
234
261
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
235
262
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
236
263
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
264
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
237
265
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
238
266
|
}>;
|
239
267
|
}>, t.PartialC<{
|
@@ -288,6 +316,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
288
316
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
289
317
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
290
318
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
319
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
291
320
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
292
321
|
}>;
|
293
322
|
}>, t.PartialC<{
|
@@ -334,6 +363,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
334
363
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
335
364
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
336
365
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
366
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
337
367
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
338
368
|
}>;
|
339
369
|
}>, t.PartialC<{
|
@@ -394,6 +424,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
394
424
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
395
425
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
396
426
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
427
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
397
428
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
398
429
|
}>;
|
399
430
|
}>, t.PartialC<{
|
@@ -472,6 +503,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
472
503
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
473
504
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
474
505
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
506
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
475
507
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
476
508
|
}>;
|
477
509
|
}>, t.PartialC<{
|
@@ -550,6 +582,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
550
582
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
551
583
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
552
584
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
585
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
553
586
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
554
587
|
}>;
|
555
588
|
}>, t.PartialC<{
|
@@ -608,6 +641,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
608
641
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
609
642
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
610
643
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
644
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
611
645
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
612
646
|
}>;
|
613
647
|
}>, t.PartialC<{
|
@@ -653,6 +687,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
653
687
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
654
688
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
655
689
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
690
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
656
691
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
657
692
|
}>;
|
658
693
|
}>, t.PartialC<{
|
@@ -698,6 +733,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
698
733
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
699
734
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
700
735
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
736
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
701
737
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
702
738
|
}>;
|
703
739
|
}>, t.PartialC<{
|
@@ -750,6 +786,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
750
786
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
751
787
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
752
788
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
789
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
753
790
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
754
791
|
}>;
|
755
792
|
}>, t.PartialC<{
|
@@ -801,6 +838,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
801
838
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
802
839
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
803
840
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
841
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
804
842
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
805
843
|
}>;
|
806
844
|
}>, t.PartialC<{
|
@@ -856,6 +894,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
856
894
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
857
895
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
858
896
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
897
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
859
898
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
860
899
|
}>;
|
861
900
|
}>, t.PartialC<{
|
@@ -916,6 +955,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
916
955
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
917
956
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
918
957
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
958
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
919
959
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
920
960
|
}>;
|
921
961
|
}>, t.PartialC<{
|
@@ -993,6 +1033,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
993
1033
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
994
1034
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
995
1035
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1036
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
996
1037
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
997
1038
|
}>;
|
998
1039
|
}>, t.PartialC<{
|
@@ -1043,6 +1084,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1043
1084
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1044
1085
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1045
1086
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1087
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1046
1088
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1047
1089
|
}>;
|
1048
1090
|
}>, t.PartialC<{
|
@@ -1120,6 +1162,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1120
1162
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1121
1163
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1122
1164
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1165
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1123
1166
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1124
1167
|
}>;
|
1125
1168
|
}>, t.PartialC<{
|
@@ -1161,6 +1204,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1161
1204
|
};
|
1162
1205
|
} & {
|
1163
1206
|
data?: string | undefined;
|
1207
|
+
} & {
|
1208
|
+
tokenData?: ({
|
1209
|
+
tokenQuantity: string;
|
1210
|
+
tokenType: string;
|
1211
|
+
} & {
|
1212
|
+
tokenId?: string | undefined;
|
1213
|
+
} & {
|
1214
|
+
tokenName: string;
|
1215
|
+
} & {
|
1216
|
+
tokenContractAddress?: string | undefined;
|
1217
|
+
decimals?: number | undefined;
|
1218
|
+
}) | undefined;
|
1164
1219
|
})[], ({
|
1165
1220
|
address: {
|
1166
1221
|
address?: string | undefined;
|
@@ -1174,6 +1229,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1174
1229
|
};
|
1175
1230
|
} & {
|
1176
1231
|
data?: string | undefined;
|
1232
|
+
} & {
|
1233
|
+
tokenData?: ({
|
1234
|
+
tokenQuantity: string;
|
1235
|
+
tokenType: string;
|
1236
|
+
} & {
|
1237
|
+
tokenId?: string | undefined;
|
1238
|
+
} & {
|
1239
|
+
tokenName: string;
|
1240
|
+
} & {
|
1241
|
+
tokenContractAddress?: string | undefined;
|
1242
|
+
decimals?: number | undefined;
|
1243
|
+
}) | undefined;
|
1177
1244
|
})[], unknown>, t.UndefinedC]>;
|
1178
1245
|
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
1179
1246
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
@@ -1210,6 +1277,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1210
1277
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1211
1278
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1212
1279
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1280
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1213
1281
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1214
1282
|
}>;
|
1215
1283
|
}>, t.PartialC<{
|
@@ -1304,6 +1372,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1304
1372
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1305
1373
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1306
1374
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1375
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1307
1376
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1308
1377
|
}>;
|
1309
1378
|
}>, t.PartialC<{
|
@@ -1386,6 +1455,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1386
1455
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1387
1456
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1388
1457
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1458
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1389
1459
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1390
1460
|
}>;
|
1391
1461
|
}>, t.PartialC<{
|
@@ -1455,6 +1525,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1455
1525
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1456
1526
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1457
1527
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1528
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1458
1529
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1459
1530
|
}>;
|
1460
1531
|
}>, t.PartialC<{
|
@@ -1523,6 +1594,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1523
1594
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1524
1595
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1525
1596
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1597
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1526
1598
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1527
1599
|
}>;
|
1528
1600
|
}>, t.PartialC<{
|
@@ -1591,6 +1663,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1591
1663
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1592
1664
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1593
1665
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1666
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1594
1667
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1595
1668
|
}>;
|
1596
1669
|
}>, t.PartialC<{
|
@@ -1647,6 +1720,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1647
1720
|
};
|
1648
1721
|
} & {
|
1649
1722
|
data?: string | undefined;
|
1723
|
+
} & {
|
1724
|
+
tokenData?: ({
|
1725
|
+
tokenQuantity: string;
|
1726
|
+
tokenType: string;
|
1727
|
+
} & {
|
1728
|
+
tokenId?: string | undefined;
|
1729
|
+
} & {
|
1730
|
+
tokenName: string;
|
1731
|
+
} & {
|
1732
|
+
tokenContractAddress?: string | undefined;
|
1733
|
+
decimals?: number | undefined;
|
1734
|
+
}) | undefined;
|
1650
1735
|
})[], ({
|
1651
1736
|
address: {
|
1652
1737
|
address?: string | undefined;
|
@@ -1660,6 +1745,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1660
1745
|
};
|
1661
1746
|
} & {
|
1662
1747
|
data?: string | undefined;
|
1748
|
+
} & {
|
1749
|
+
tokenData?: ({
|
1750
|
+
tokenQuantity: string;
|
1751
|
+
tokenType: string;
|
1752
|
+
} & {
|
1753
|
+
tokenId?: string | undefined;
|
1754
|
+
} & {
|
1755
|
+
tokenName: string;
|
1756
|
+
} & {
|
1757
|
+
tokenContractAddress?: string | undefined;
|
1758
|
+
decimals?: number | undefined;
|
1759
|
+
}) | undefined;
|
1663
1760
|
})[], unknown>, t.UndefinedC]>;
|
1664
1761
|
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
1665
1762
|
}>]>, t.IntersectionC<[t.PartialC<{
|
@@ -1731,6 +1828,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1731
1828
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1732
1829
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1733
1830
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1831
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1734
1832
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1735
1833
|
}>;
|
1736
1834
|
}>, t.PartialC<{
|
@@ -1789,7 +1887,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1789
1887
|
}>;
|
1790
1888
|
}>, t.PartialC<{
|
1791
1889
|
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
1792
|
-
}>]>, t.
|
1890
|
+
}>]>, t.PartialC<{
|
1793
1891
|
tokenData: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
1794
1892
|
tokenQuantity: t.StringC;
|
1795
1893
|
tokenType: t.StringC;
|
@@ -1838,6 +1936,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1838
1936
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1839
1937
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1840
1938
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1939
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1841
1940
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1842
1941
|
}>;
|
1843
1942
|
}>, t.PartialC<{
|
@@ -1904,6 +2003,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1904
2003
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1905
2004
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1906
2005
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2006
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
1907
2007
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1908
2008
|
}>;
|
1909
2009
|
}>, t.PartialC<{
|
@@ -1999,6 +2099,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1999
2099
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2000
2100
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2001
2101
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2102
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2002
2103
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2003
2104
|
}>;
|
2004
2105
|
}>, t.PartialC<{
|
@@ -2083,6 +2184,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2083
2184
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2084
2185
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2085
2186
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2187
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2086
2188
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2087
2189
|
}>;
|
2088
2190
|
}>, t.PartialC<{
|
@@ -2106,7 +2208,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2106
2208
|
}>;
|
2107
2209
|
}>, t.PartialC<{
|
2108
2210
|
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2109
|
-
}>]>, t.
|
2211
|
+
}>]>, t.PartialC<{
|
2110
2212
|
tokenData: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
2111
2213
|
tokenQuantity: t.StringC;
|
2112
2214
|
tokenType: t.StringC;
|
@@ -2188,6 +2290,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2188
2290
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2189
2291
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2190
2292
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2293
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2191
2294
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2192
2295
|
}>;
|
2193
2296
|
}>, t.PartialC<{
|
@@ -2246,6 +2349,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2246
2349
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2247
2350
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2248
2351
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2352
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2249
2353
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2250
2354
|
}>;
|
2251
2355
|
}>, t.PartialC<{
|
@@ -2306,6 +2410,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2306
2410
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2307
2411
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2308
2412
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2413
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2309
2414
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2310
2415
|
}>;
|
2311
2416
|
}>, t.PartialC<{
|
@@ -2357,6 +2462,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2357
2462
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2358
2463
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2359
2464
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2465
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2360
2466
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2361
2467
|
}>;
|
2362
2468
|
}>, t.PartialC<{
|
@@ -2407,6 +2513,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2407
2513
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2408
2514
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2409
2515
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2516
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2410
2517
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2411
2518
|
}>;
|
2412
2519
|
}>, t.PartialC<{
|
@@ -2453,6 +2560,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2453
2560
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2454
2561
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2455
2562
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2563
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2456
2564
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2457
2565
|
}>;
|
2458
2566
|
}>, t.PartialC<{
|
@@ -2513,6 +2621,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2513
2621
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2514
2622
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2515
2623
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2624
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2516
2625
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2517
2626
|
}>;
|
2518
2627
|
}>, t.PartialC<{
|
@@ -2574,6 +2683,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2574
2683
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2575
2684
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2576
2685
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2686
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2577
2687
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2578
2688
|
}>;
|
2579
2689
|
}>, t.PartialC<{
|
@@ -2635,6 +2745,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2635
2745
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2636
2746
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2637
2747
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2748
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2638
2749
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2639
2750
|
}>;
|
2640
2751
|
}>, t.PartialC<{
|
@@ -2704,6 +2815,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2704
2815
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2705
2816
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2706
2817
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2818
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2707
2819
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2708
2820
|
}>;
|
2709
2821
|
}>, t.PartialC<{
|
@@ -2758,6 +2870,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2758
2870
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2759
2871
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2760
2872
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2873
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2761
2874
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2762
2875
|
}>;
|
2763
2876
|
}>, t.PartialC<{
|
@@ -2820,6 +2933,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2820
2933
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2821
2934
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2822
2935
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2936
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2823
2937
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2824
2938
|
}>;
|
2825
2939
|
}>, t.PartialC<{
|
@@ -2855,6 +2969,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2855
2969
|
};
|
2856
2970
|
} & {
|
2857
2971
|
data?: string | undefined;
|
2972
|
+
} & {
|
2973
|
+
tokenData?: ({
|
2974
|
+
tokenQuantity: string;
|
2975
|
+
tokenType: string;
|
2976
|
+
} & {
|
2977
|
+
tokenId?: string | undefined;
|
2978
|
+
} & {
|
2979
|
+
tokenName: string;
|
2980
|
+
} & {
|
2981
|
+
tokenContractAddress?: string | undefined;
|
2982
|
+
decimals?: number | undefined;
|
2983
|
+
}) | undefined;
|
2858
2984
|
})[], ({
|
2859
2985
|
address: {
|
2860
2986
|
address?: string | undefined;
|
@@ -2868,6 +2994,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2868
2994
|
};
|
2869
2995
|
} & {
|
2870
2996
|
data?: string | undefined;
|
2997
|
+
} & {
|
2998
|
+
tokenData?: ({
|
2999
|
+
tokenQuantity: string;
|
3000
|
+
tokenType: string;
|
3001
|
+
} & {
|
3002
|
+
tokenId?: string | undefined;
|
3003
|
+
} & {
|
3004
|
+
tokenName: string;
|
3005
|
+
} & {
|
3006
|
+
tokenContractAddress?: string | undefined;
|
3007
|
+
decimals?: number | undefined;
|
3008
|
+
}) | undefined;
|
2871
3009
|
})[], unknown>, t.UndefinedC]>;
|
2872
3010
|
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
2873
3011
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
@@ -2904,6 +3042,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2904
3042
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2905
3043
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2906
3044
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3045
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2907
3046
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2908
3047
|
}>;
|
2909
3048
|
}>, t.PartialC<{
|
@@ -2955,6 +3094,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2955
3094
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2956
3095
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2957
3096
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3097
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
2958
3098
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2959
3099
|
}>;
|
2960
3100
|
}>, t.PartialC<{
|
@@ -3003,6 +3143,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3003
3143
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3004
3144
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3005
3145
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3146
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3006
3147
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3007
3148
|
}>;
|
3008
3149
|
}>, t.PartialC<{
|
@@ -3052,6 +3193,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3052
3193
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3053
3194
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3054
3195
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3196
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3055
3197
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3056
3198
|
}>;
|
3057
3199
|
}>, t.PartialC<{
|
@@ -3114,6 +3256,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3114
3256
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3115
3257
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3116
3258
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3259
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3117
3260
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3118
3261
|
}>;
|
3119
3262
|
}>, t.PartialC<{
|
@@ -3169,6 +3312,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3169
3312
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3170
3313
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3171
3314
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3315
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3172
3316
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3173
3317
|
}>;
|
3174
3318
|
}>, t.PartialC<{
|
@@ -3249,6 +3393,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3249
3393
|
};
|
3250
3394
|
} & {
|
3251
3395
|
data?: string | undefined;
|
3396
|
+
} & {
|
3397
|
+
tokenData?: ({
|
3398
|
+
tokenQuantity: string;
|
3399
|
+
tokenType: string;
|
3400
|
+
} & {
|
3401
|
+
tokenId?: string | undefined;
|
3402
|
+
} & {
|
3403
|
+
tokenName: string;
|
3404
|
+
} & {
|
3405
|
+
tokenContractAddress?: string | undefined;
|
3406
|
+
decimals?: number | undefined;
|
3407
|
+
}) | undefined;
|
3252
3408
|
})[], ({
|
3253
3409
|
address: {
|
3254
3410
|
address?: string | undefined;
|
@@ -3262,6 +3418,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3262
3418
|
};
|
3263
3419
|
} & {
|
3264
3420
|
data?: string | undefined;
|
3421
|
+
} & {
|
3422
|
+
tokenData?: ({
|
3423
|
+
tokenQuantity: string;
|
3424
|
+
tokenType: string;
|
3425
|
+
} & {
|
3426
|
+
tokenId?: string | undefined;
|
3427
|
+
} & {
|
3428
|
+
tokenName: string;
|
3429
|
+
} & {
|
3430
|
+
tokenContractAddress?: string | undefined;
|
3431
|
+
decimals?: number | undefined;
|
3432
|
+
}) | undefined;
|
3265
3433
|
})[], unknown>, t.UndefinedC]>;
|
3266
3434
|
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
3267
3435
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
@@ -3298,6 +3466,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3298
3466
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3299
3467
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3300
3468
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3469
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3301
3470
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3302
3471
|
}>;
|
3303
3472
|
}>, t.PartialC<{
|
@@ -3359,6 +3528,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3359
3528
|
};
|
3360
3529
|
} & {
|
3361
3530
|
data?: string | undefined;
|
3531
|
+
} & {
|
3532
|
+
tokenData?: ({
|
3533
|
+
tokenQuantity: string;
|
3534
|
+
tokenType: string;
|
3535
|
+
} & {
|
3536
|
+
tokenId?: string | undefined;
|
3537
|
+
} & {
|
3538
|
+
tokenName: string;
|
3539
|
+
} & {
|
3540
|
+
tokenContractAddress?: string | undefined;
|
3541
|
+
decimals?: number | undefined;
|
3542
|
+
}) | undefined;
|
3362
3543
|
})[], ({
|
3363
3544
|
address: {
|
3364
3545
|
address?: string | undefined;
|
@@ -3372,6 +3553,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3372
3553
|
};
|
3373
3554
|
} & {
|
3374
3555
|
data?: string | undefined;
|
3556
|
+
} & {
|
3557
|
+
tokenData?: ({
|
3558
|
+
tokenQuantity: string;
|
3559
|
+
tokenType: string;
|
3560
|
+
} & {
|
3561
|
+
tokenId?: string | undefined;
|
3562
|
+
} & {
|
3563
|
+
tokenName: string;
|
3564
|
+
} & {
|
3565
|
+
tokenContractAddress?: string | undefined;
|
3566
|
+
decimals?: number | undefined;
|
3567
|
+
}) | undefined;
|
3375
3568
|
})[], unknown>, t.UndefinedC]>;
|
3376
3569
|
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
3377
3570
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
@@ -3408,6 +3601,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3408
3601
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3409
3602
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3410
3603
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3604
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3411
3605
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3412
3606
|
}>;
|
3413
3607
|
}>, t.PartialC<{
|
@@ -3453,6 +3647,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3453
3647
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3454
3648
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3455
3649
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3650
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3456
3651
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3457
3652
|
}>;
|
3458
3653
|
}>, t.PartialC<{
|
@@ -3493,6 +3688,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3493
3688
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3494
3689
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3495
3690
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3691
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3496
3692
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3497
3693
|
}>;
|
3498
3694
|
}>, t.PartialC<{
|
@@ -3541,6 +3737,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3541
3737
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3542
3738
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3543
3739
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3740
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3544
3741
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3545
3742
|
}>;
|
3546
3743
|
}>, t.PartialC<{
|
@@ -3599,6 +3796,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3599
3796
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3600
3797
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3601
3798
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3799
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3602
3800
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3603
3801
|
}>;
|
3604
3802
|
}>, t.PartialC<{
|
@@ -3644,6 +3842,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3644
3842
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3645
3843
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3646
3844
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3845
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3647
3846
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3648
3847
|
}>;
|
3649
3848
|
}>, t.PartialC<{
|
@@ -3724,6 +3923,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3724
3923
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3725
3924
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3726
3925
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3926
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3727
3927
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3728
3928
|
}>;
|
3729
3929
|
}>, t.PartialC<{
|
@@ -3786,6 +3986,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3786
3986
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3787
3987
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3788
3988
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3989
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3789
3990
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3790
3991
|
}>;
|
3791
3992
|
}>, t.PartialC<{
|
@@ -3830,6 +4031,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3830
4031
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3831
4032
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3832
4033
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4034
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3833
4035
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3834
4036
|
}>;
|
3835
4037
|
}>, t.PartialC<{
|
@@ -3893,6 +4095,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3893
4095
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3894
4096
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3895
4097
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4098
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3896
4099
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3897
4100
|
}>;
|
3898
4101
|
}>, t.PartialC<{
|
@@ -3945,6 +4148,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3945
4148
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3946
4149
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3947
4150
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4151
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
3948
4152
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3949
4153
|
}>;
|
3950
4154
|
}>, t.PartialC<{
|
@@ -3974,6 +4178,50 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3974
4178
|
netuid: t.StringC;
|
3975
4179
|
}>]>, t.TypeC<{
|
3976
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;
|
3977
4225
|
}>]>, t.IntersectionC<[t.PartialC<{
|
3978
4226
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
3979
4227
|
}>, t.TypeC<{
|
@@ -3995,6 +4243,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3995
4243
|
};
|
3996
4244
|
} & {
|
3997
4245
|
data?: string | undefined;
|
4246
|
+
} & {
|
4247
|
+
tokenData?: ({
|
4248
|
+
tokenQuantity: string;
|
4249
|
+
tokenType: string;
|
4250
|
+
} & {
|
4251
|
+
tokenId?: string | undefined;
|
4252
|
+
} & {
|
4253
|
+
tokenName: string;
|
4254
|
+
} & {
|
4255
|
+
tokenContractAddress?: string | undefined;
|
4256
|
+
decimals?: number | undefined;
|
4257
|
+
}) | undefined;
|
3998
4258
|
})[], ({
|
3999
4259
|
address: {
|
4000
4260
|
address?: string | undefined;
|
@@ -4008,6 +4268,18 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4008
4268
|
};
|
4009
4269
|
} & {
|
4010
4270
|
data?: string | undefined;
|
4271
|
+
} & {
|
4272
|
+
tokenData?: ({
|
4273
|
+
tokenQuantity: string;
|
4274
|
+
tokenType: string;
|
4275
|
+
} & {
|
4276
|
+
tokenId?: string | undefined;
|
4277
|
+
} & {
|
4278
|
+
tokenName: string;
|
4279
|
+
} & {
|
4280
|
+
tokenContractAddress?: string | undefined;
|
4281
|
+
decimals?: number | undefined;
|
4282
|
+
}) | undefined;
|
4011
4283
|
})[], unknown>, t.UndefinedC]>;
|
4012
4284
|
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
4013
4285
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
@@ -4044,6 +4316,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4044
4316
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4045
4317
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4046
4318
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4319
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4047
4320
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4048
4321
|
}>;
|
4049
4322
|
}>, t.PartialC<{
|
@@ -4094,6 +4367,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4094
4367
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4095
4368
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4096
4369
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4370
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4097
4371
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4098
4372
|
}>;
|
4099
4373
|
}>, t.PartialC<{
|
@@ -4154,6 +4428,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4154
4428
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4155
4429
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4156
4430
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4431
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4157
4432
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4158
4433
|
}>;
|
4159
4434
|
}>, t.PartialC<{
|
@@ -4202,6 +4477,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4202
4477
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4203
4478
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4204
4479
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4480
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4205
4481
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4206
4482
|
}>;
|
4207
4483
|
}>, t.PartialC<{
|
@@ -4244,6 +4520,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4244
4520
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4245
4521
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4246
4522
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4523
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4247
4524
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4248
4525
|
}>;
|
4249
4526
|
}>, t.PartialC<{
|
@@ -4288,6 +4565,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4288
4565
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4289
4566
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4290
4567
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4568
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4291
4569
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4292
4570
|
}>;
|
4293
4571
|
}>, t.PartialC<{
|
@@ -4339,6 +4617,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4339
4617
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4340
4618
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4341
4619
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4620
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4342
4621
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4343
4622
|
}>;
|
4344
4623
|
}>, t.PartialC<{
|
@@ -4390,6 +4669,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4390
4669
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4391
4670
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4392
4671
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4672
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4393
4673
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4394
4674
|
}>;
|
4395
4675
|
}>, t.PartialC<{
|
@@ -4436,6 +4716,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4436
4716
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4437
4717
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4438
4718
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4719
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4439
4720
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4440
4721
|
}>;
|
4441
4722
|
}>, t.PartialC<{
|
@@ -4478,6 +4759,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4478
4759
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4479
4760
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4480
4761
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4762
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4481
4763
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4482
4764
|
}>;
|
4483
4765
|
}>, t.PartialC<{
|
@@ -4542,6 +4824,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4542
4824
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4543
4825
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4544
4826
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4827
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4545
4828
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4546
4829
|
}>;
|
4547
4830
|
}>, t.PartialC<{
|
@@ -4614,6 +4897,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4614
4897
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4615
4898
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4616
4899
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4900
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4617
4901
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4618
4902
|
}>;
|
4619
4903
|
}>, t.PartialC<{
|
@@ -4696,6 +4980,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4696
4980
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4697
4981
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4698
4982
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4983
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4699
4984
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4700
4985
|
}>;
|
4701
4986
|
}>, t.PartialC<{
|
@@ -4750,6 +5035,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4750
5035
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4751
5036
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4752
5037
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
5038
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4753
5039
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4754
5040
|
}>;
|
4755
5041
|
}>, t.PartialC<{
|
@@ -4814,6 +5100,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4814
5100
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4815
5101
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4816
5102
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
5103
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
4817
5104
|
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4818
5105
|
}>;
|
4819
5106
|
}>, t.PartialC<{
|