@bitgo/public-types 5.45.0 → 5.47.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/aptCustomTxIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.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/baseGoStakeIntent.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/cantonTransferAcceptIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferAcknowledgeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cantonTransferRejectIntent.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/delegateIntent.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/goUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +150 -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/iotaBuildOptions.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +2 -0
- 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/polyxBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.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/solCustomTxIntent.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/solGoUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.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/suiGoUnstakeIntent.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/taoSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +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/undelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +2 -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/dist/src/schema/transactionRequest/transactionRequest.d.ts +300 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/intent.ts +2 -0
- package/src/schema/transactionRequest/intents/intentType.ts +1 -0
- package/src/schema/transactionRequest/intents/vetDelegateIntent.ts +1 -1
|
@@ -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
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
98
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
98
99
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
99
100
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
100
101
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -180,6 +181,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
180
181
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
181
182
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
182
183
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
184
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
183
185
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
184
186
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
185
187
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -234,6 +236,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
234
236
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
235
237
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
236
238
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
239
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
237
240
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
238
241
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
239
242
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -295,6 +298,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
295
298
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
296
299
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
297
300
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
301
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
298
302
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
299
303
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
300
304
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -355,6 +359,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
355
359
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
356
360
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
357
361
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
362
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
358
363
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
359
364
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
360
365
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -407,6 +412,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
407
412
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
408
413
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
409
414
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
415
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
410
416
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
411
417
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
412
418
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -472,6 +478,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
472
478
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
473
479
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
474
480
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
481
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
475
482
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
476
483
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
477
484
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -557,6 +564,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
557
564
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
558
565
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
559
566
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
567
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
560
568
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
561
569
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
562
570
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -641,6 +649,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
641
649
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
642
650
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
643
651
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
652
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
644
653
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
645
654
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
646
655
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -725,6 +734,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
725
734
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
726
735
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
727
736
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
737
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
728
738
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
729
739
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
730
740
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -789,6 +799,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
789
799
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
790
800
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
791
801
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
802
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
792
803
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
793
804
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
794
805
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -840,6 +851,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
840
851
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
841
852
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
842
853
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
854
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
843
855
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
844
856
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
845
857
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -891,6 +903,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
891
903
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
892
904
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
893
905
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
906
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
894
907
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
895
908
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
896
909
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -949,6 +962,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
949
962
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
950
963
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
951
964
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
965
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
952
966
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
953
967
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
954
968
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1006,6 +1020,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1006
1020
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1007
1021
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1008
1022
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1023
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1009
1024
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1010
1025
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1011
1026
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1067,6 +1082,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1067
1082
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1068
1083
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1069
1084
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1085
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1070
1086
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1071
1087
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1072
1088
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1116,6 +1132,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1116
1132
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1117
1133
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1118
1134
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1135
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1119
1136
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1120
1137
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1121
1138
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1171,6 +1188,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1171
1188
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1172
1189
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1173
1190
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1191
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1174
1192
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1175
1193
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1176
1194
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1220,6 +1238,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1220
1238
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1221
1239
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1222
1240
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1241
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1223
1242
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1224
1243
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1225
1244
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1305,6 +1324,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1305
1324
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1306
1325
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1307
1326
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1327
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1308
1328
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1309
1329
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1310
1330
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1388,6 +1408,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1388
1408
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1389
1409
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1390
1410
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1411
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1391
1412
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1392
1413
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1393
1414
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1444,6 +1465,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1444
1465
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1445
1466
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1446
1467
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1468
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1447
1469
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1448
1470
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1449
1471
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1527,6 +1549,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1527
1549
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1528
1550
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1529
1551
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1552
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1530
1553
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1531
1554
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1532
1555
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1647,6 +1670,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1647
1670
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1648
1671
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1649
1672
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1673
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1650
1674
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1651
1675
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1652
1676
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1747,6 +1771,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1747
1771
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1748
1772
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1749
1773
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1774
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1750
1775
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1751
1776
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1752
1777
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1854,6 +1879,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1854
1879
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1855
1880
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1856
1881
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1882
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1857
1883
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1858
1884
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1859
1885
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1929,6 +1955,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1929
1955
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1930
1956
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1931
1957
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1958
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1932
1959
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1933
1960
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1934
1961
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2003,6 +2030,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2003
2030
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2004
2031
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2005
2032
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2033
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2006
2034
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2007
2035
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2008
2036
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2077,6 +2105,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2077
2105
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2078
2106
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2079
2107
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2108
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2080
2109
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2081
2110
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2082
2111
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2247,6 +2276,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2247
2276
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2248
2277
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2249
2278
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2279
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2250
2280
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2251
2281
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2252
2282
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2360,6 +2390,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2360
2390
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2361
2391
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2362
2392
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2393
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2363
2394
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2364
2395
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2365
2396
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2432,6 +2463,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2432
2463
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2433
2464
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2434
2465
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2466
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2435
2467
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2436
2468
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2437
2469
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2552,6 +2584,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2552
2584
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2553
2585
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2554
2586
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2587
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2555
2588
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2556
2589
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2557
2590
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2642,6 +2675,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2642
2675
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2643
2676
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2644
2677
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2678
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2645
2679
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2646
2680
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2647
2681
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2753,6 +2787,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2753
2787
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2754
2788
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2755
2789
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2790
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2756
2791
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2757
2792
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2758
2793
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2817,6 +2852,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2817
2852
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2818
2853
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2819
2854
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2855
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2820
2856
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2821
2857
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2822
2858
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2902,6 +2938,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2902
2938
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2903
2939
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2904
2940
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2941
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2905
2942
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2906
2943
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2907
2944
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2959,6 +2996,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
2959
2996
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2960
2997
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2961
2998
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2999
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2962
3000
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2963
3001
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2964
3002
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3016,6 +3054,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3016
3054
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3017
3055
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3018
3056
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3057
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3019
3058
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3020
3059
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3021
3060
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3070,6 +3109,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3070
3109
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3071
3110
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3072
3111
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3112
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3073
3113
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3074
3114
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3075
3115
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3155,6 +3195,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3155
3195
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3156
3196
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3157
3197
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3198
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3158
3199
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3159
3200
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3160
3201
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3222,6 +3263,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3222
3263
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3223
3264
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3224
3265
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3266
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3225
3267
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3226
3268
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3227
3269
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3289,6 +3331,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3289
3331
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3290
3332
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3291
3333
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3334
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3292
3335
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3293
3336
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3294
3337
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3364,6 +3407,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3364
3407
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3365
3408
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3366
3409
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3410
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3367
3411
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3368
3412
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3369
3413
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3463,6 +3507,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3463
3507
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3464
3508
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3465
3509
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3510
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3466
3511
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3467
3512
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3468
3513
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3534,6 +3579,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3534
3579
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3535
3580
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3536
3581
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3582
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3537
3583
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3538
3584
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3539
3585
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3619,6 +3665,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3619
3665
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3620
3666
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3621
3667
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3668
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3622
3669
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3623
3670
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3624
3671
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3704,6 +3751,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3704
3751
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3705
3752
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3706
3753
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3754
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3707
3755
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3708
3756
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3709
3757
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3787,6 +3835,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3787
3835
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3788
3836
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3789
3837
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3838
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3790
3839
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3791
3840
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3792
3841
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3847,6 +3896,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3847
3896
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3848
3897
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3849
3898
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3899
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3850
3900
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3851
3901
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3852
3902
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3915,6 +3965,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
3915
3965
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3916
3966
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3917
3967
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3968
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3918
3969
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3919
3970
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3920
3971
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4029,6 +4080,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4029
4080
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4030
4081
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4031
4082
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4083
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4032
4084
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4033
4085
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4034
4086
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4086,6 +4138,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4086
4138
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4087
4139
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4088
4140
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4141
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4089
4142
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4090
4143
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4091
4144
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4147,6 +4200,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4147
4200
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4148
4201
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4149
4202
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4203
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4150
4204
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4151
4205
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4152
4206
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4201,6 +4255,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4201
4255
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4202
4256
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4203
4257
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4258
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4204
4259
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4205
4260
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4206
4261
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4256,6 +4311,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4256
4311
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4257
4312
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4258
4313
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4314
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4259
4315
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4260
4316
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4261
4317
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4326,6 +4382,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4326
4382
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4327
4383
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4328
4384
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4385
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4329
4386
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4330
4387
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4331
4388
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4413,6 +4470,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4413
4470
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4414
4471
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4415
4472
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4473
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4416
4474
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4417
4475
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4418
4476
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4475,6 +4533,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4475
4533
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4476
4534
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4477
4535
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4536
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4478
4537
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4479
4538
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4480
4539
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4575,6 +4634,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4575
4634
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4576
4635
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4577
4636
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4637
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4578
4638
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4579
4639
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4580
4640
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4707,6 +4767,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4707
4767
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4708
4768
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4709
4769
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4770
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4710
4771
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4711
4772
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4712
4773
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4868,6 +4929,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4868
4929
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4869
4930
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4870
4931
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4932
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4871
4933
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4872
4934
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4873
4935
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4919,6 +4981,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4919
4981
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4920
4982
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4921
4983
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4984
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4922
4985
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4923
4986
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4924
4987
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4965,6 +5028,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
4965
5028
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4966
5029
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4967
5030
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5031
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4968
5032
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4969
5033
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4970
5034
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5019,6 +5083,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5019
5083
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5020
5084
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5021
5085
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5086
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5022
5087
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5023
5088
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5024
5089
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5085,6 +5150,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5085
5150
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5086
5151
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5087
5152
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5153
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5088
5154
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5089
5155
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5090
5156
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5136,6 +5202,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5136
5202
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5137
5203
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5138
5204
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5205
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5139
5206
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5140
5207
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5141
5208
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5219,6 +5286,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5219
5286
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5220
5287
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5221
5288
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5289
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5222
5290
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5223
5291
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5224
5292
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5270,6 +5338,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5270
5338
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5271
5339
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5272
5340
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5341
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5273
5342
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5274
5343
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5275
5344
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5356,6 +5425,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5356
5425
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5357
5426
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5358
5427
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5428
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5359
5429
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5360
5430
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5361
5431
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5424,6 +5494,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5424
5494
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5425
5495
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5426
5496
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5497
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5427
5498
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5428
5499
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5429
5500
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5474,6 +5545,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5474
5545
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5475
5546
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5476
5547
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5548
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5477
5549
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5478
5550
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5479
5551
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5543,6 +5615,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5543
5615
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5544
5616
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5545
5617
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5618
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5546
5619
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5547
5620
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5548
5621
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5614,6 +5687,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5614
5687
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5615
5688
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5616
5689
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5690
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5617
5691
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5618
5692
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5619
5693
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5672,6 +5746,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5672
5746
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5673
5747
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5674
5748
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5749
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5675
5750
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5676
5751
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5677
5752
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5741,6 +5816,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5741
5816
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5742
5817
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5743
5818
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5819
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5744
5820
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5745
5821
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5746
5822
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5850,6 +5926,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5850
5926
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5851
5927
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5852
5928
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5929
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5853
5930
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5854
5931
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5855
5932
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5906,6 +5983,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5906
5983
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5907
5984
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5908
5985
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5986
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5909
5987
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5910
5988
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5911
5989
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5991,6 +6069,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5991
6069
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5992
6070
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5993
6071
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6072
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5994
6073
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5995
6074
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5996
6075
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6045,6 +6124,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6045
6124
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6046
6125
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6047
6126
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6127
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6048
6128
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6049
6129
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6050
6130
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6102,6 +6182,62 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6102
6182
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6103
6183
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6104
6184
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6185
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6186
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6187
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6188
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
6189
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
6190
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
6191
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
6192
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
6193
|
+
}>;
|
|
6194
|
+
}>, t.PartialC<{
|
|
6195
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
6196
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
6197
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6198
|
+
}>]>, t.TypeC<{
|
|
6199
|
+
stakingRequestId: t.StringC;
|
|
6200
|
+
}>]>, t.TypeC<{
|
|
6201
|
+
intentType: t.LiteralC<"delegate">;
|
|
6202
|
+
}>]>, t.TypeC<{
|
|
6203
|
+
tokenId: import("io-ts-types").NonEmptyStringC;
|
|
6204
|
+
stakingContractAddress: import("io-ts-types").NonEmptyStringC;
|
|
6205
|
+
validatorAddress: import("io-ts-types").NonEmptyStringC;
|
|
6206
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
6207
|
+
intentType: t.KeyofC<{
|
|
6208
|
+
payment: t.LiteralC<"payment">;
|
|
6209
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
6210
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
6211
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
6212
|
+
fanout: t.LiteralC<"fanout">;
|
|
6213
|
+
stake: t.LiteralC<"stake">;
|
|
6214
|
+
unstake: t.LiteralC<"unstake">;
|
|
6215
|
+
delegate: t.LiteralC<"delegate">;
|
|
6216
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
6217
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
6218
|
+
claim: t.LiteralC<"claim">;
|
|
6219
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
6220
|
+
pledge: t.LiteralC<"pledge">;
|
|
6221
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
6222
|
+
vote: t.LiteralC<"vote">;
|
|
6223
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
6224
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
6225
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
6226
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
6227
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
6228
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
6229
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
6230
|
+
authorize: t.LiteralC<"authorize">;
|
|
6231
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
6232
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
6233
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
6234
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
6235
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
6236
|
+
customTx: t.LiteralC<"customTx">;
|
|
6237
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6238
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6239
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6240
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6105
6241
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6106
6242
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6107
6243
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6155,6 +6291,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6155
6291
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6156
6292
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6157
6293
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6294
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6158
6295
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6159
6296
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6160
6297
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6208,6 +6345,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6208
6345
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6209
6346
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6210
6347
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6348
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6211
6349
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6212
6350
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6213
6351
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6265,6 +6403,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6265
6403
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6266
6404
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6267
6405
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6406
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6268
6407
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6269
6408
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6270
6409
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6313,6 +6452,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6313
6452
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6314
6453
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6315
6454
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6455
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6316
6456
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6317
6457
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6318
6458
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6363,6 +6503,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6363
6503
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6364
6504
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6365
6505
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6506
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6366
6507
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6367
6508
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6368
6509
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6420,6 +6561,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6420
6561
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6421
6562
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6422
6563
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6564
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6423
6565
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6424
6566
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6425
6567
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6477,6 +6619,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6477
6619
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6478
6620
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6479
6621
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6622
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6480
6623
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6481
6624
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6482
6625
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6529,6 +6672,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6529
6672
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6530
6673
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6531
6674
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6675
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6532
6676
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6533
6677
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6534
6678
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6577,6 +6721,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6577
6721
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6578
6722
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6579
6723
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6724
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6580
6725
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6581
6726
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6582
6727
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6647,6 +6792,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6647
6792
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6648
6793
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6649
6794
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6795
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6650
6796
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6651
6797
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6652
6798
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6725,6 +6871,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6725
6871
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6726
6872
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6727
6873
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6874
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6728
6875
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6729
6876
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6730
6877
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6813,6 +6960,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6813
6960
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6814
6961
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6815
6962
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6963
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6816
6964
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6817
6965
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6818
6966
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6873,6 +7021,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6873
7021
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6874
7022
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6875
7023
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7024
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6876
7025
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6877
7026
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6878
7027
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6943,6 +7092,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
6943
7092
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6944
7093
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6945
7094
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7095
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6946
7096
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6947
7097
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6948
7098
|
goUnstake: t.LiteralC<"goUnstake">;
|