@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
|
@@ -193,6 +193,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
193
193
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
194
194
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
195
195
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
196
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
196
197
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
197
198
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
198
199
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -278,6 +279,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
278
279
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
279
280
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
280
281
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
282
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
281
283
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
282
284
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
283
285
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -332,6 +334,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
332
334
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
333
335
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
334
336
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
337
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
335
338
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
336
339
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
337
340
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -393,6 +396,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
393
396
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
394
397
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
395
398
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
399
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
396
400
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
397
401
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
398
402
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -453,6 +457,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
453
457
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
454
458
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
455
459
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
460
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
456
461
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
457
462
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
458
463
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -505,6 +510,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
505
510
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
506
511
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
507
512
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
513
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
508
514
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
509
515
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
510
516
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -570,6 +576,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
570
576
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
571
577
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
572
578
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
579
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
573
580
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
574
581
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
575
582
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -655,6 +662,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
655
662
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
656
663
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
657
664
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
665
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
658
666
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
659
667
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
660
668
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -739,6 +747,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
739
747
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
740
748
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
741
749
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
750
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
742
751
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
743
752
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
744
753
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -823,6 +832,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
823
832
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
824
833
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
825
834
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
835
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
826
836
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
827
837
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
828
838
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -887,6 +897,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
887
897
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
888
898
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
889
899
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
900
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
890
901
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
891
902
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
892
903
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -938,6 +949,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
938
949
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
939
950
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
940
951
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
952
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
941
953
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
942
954
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
943
955
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -989,6 +1001,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
989
1001
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
990
1002
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
991
1003
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1004
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
992
1005
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
993
1006
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
994
1007
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1047,6 +1060,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1047
1060
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1048
1061
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1049
1062
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1063
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1050
1064
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1051
1065
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1052
1066
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1104,6 +1118,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1104
1118
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1105
1119
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1106
1120
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1121
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1107
1122
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1108
1123
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1109
1124
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1165,6 +1180,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1165
1180
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1166
1181
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1167
1182
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1183
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1168
1184
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1169
1185
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1170
1186
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1214,6 +1230,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1214
1230
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1215
1231
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1216
1232
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1233
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1217
1234
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1218
1235
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1219
1236
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1269,6 +1286,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1269
1286
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1270
1287
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1271
1288
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1289
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1272
1290
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1273
1291
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1274
1292
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1318,6 +1336,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1318
1336
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1319
1337
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1320
1338
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1339
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1321
1340
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1322
1341
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1323
1342
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1403,6 +1422,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1403
1422
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1404
1423
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1405
1424
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1425
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1406
1426
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1407
1427
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1408
1428
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1486,6 +1506,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1486
1506
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1487
1507
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1488
1508
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1509
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1489
1510
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1490
1511
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1491
1512
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1542,6 +1563,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1542
1563
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1543
1564
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1544
1565
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1566
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1545
1567
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1546
1568
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1547
1569
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1625,6 +1647,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1625
1647
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1626
1648
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1627
1649
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1650
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1628
1651
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1629
1652
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1630
1653
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1745,6 +1768,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1745
1768
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1746
1769
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1747
1770
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1771
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1748
1772
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1749
1773
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1750
1774
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1845,6 +1869,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1845
1869
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1846
1870
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1847
1871
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1872
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1848
1873
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1849
1874
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1850
1875
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -1952,6 +1977,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
1952
1977
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
1953
1978
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
1954
1979
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
1980
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
1955
1981
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
1956
1982
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
1957
1983
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2027,6 +2053,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2027
2053
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2028
2054
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2029
2055
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2056
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2030
2057
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2031
2058
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2032
2059
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2101,6 +2128,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2101
2128
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2102
2129
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2103
2130
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2131
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2104
2132
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2105
2133
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2106
2134
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2175,6 +2203,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2175
2203
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2176
2204
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2177
2205
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2206
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2178
2207
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2179
2208
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2180
2209
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2345,6 +2374,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2345
2374
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2346
2375
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2347
2376
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2377
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2348
2378
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2349
2379
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2350
2380
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2458,6 +2488,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2458
2488
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2459
2489
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2460
2490
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2491
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2461
2492
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2462
2493
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2463
2494
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2530,6 +2561,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2530
2561
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2531
2562
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2532
2563
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2564
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2533
2565
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2534
2566
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2535
2567
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2650,6 +2682,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2650
2682
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2651
2683
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2652
2684
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2685
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2653
2686
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2654
2687
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2655
2688
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2740,6 +2773,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2740
2773
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2741
2774
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2742
2775
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2776
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2743
2777
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2744
2778
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2745
2779
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2851,6 +2885,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2851
2885
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2852
2886
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2853
2887
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2888
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2854
2889
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2855
2890
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2856
2891
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -2915,6 +2950,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
2915
2950
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
2916
2951
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
2917
2952
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
2953
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
2918
2954
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
2919
2955
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
2920
2956
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3000,6 +3036,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3000
3036
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3001
3037
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3002
3038
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3039
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3003
3040
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3004
3041
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3005
3042
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3057,6 +3094,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3057
3094
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3058
3095
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3059
3096
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3097
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3060
3098
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3061
3099
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3062
3100
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3114,6 +3152,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3114
3152
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3115
3153
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3116
3154
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3155
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3117
3156
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3118
3157
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3119
3158
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3168,6 +3207,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3168
3207
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3169
3208
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3170
3209
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3210
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3171
3211
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3172
3212
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3173
3213
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3253,6 +3293,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3253
3293
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3254
3294
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3255
3295
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3296
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3256
3297
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3257
3298
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3258
3299
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3320,6 +3361,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3320
3361
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3321
3362
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3322
3363
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3364
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3323
3365
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3324
3366
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3325
3367
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3387,6 +3429,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3387
3429
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3388
3430
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3389
3431
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3432
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3390
3433
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3391
3434
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3392
3435
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3462,6 +3505,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3462
3505
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3463
3506
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3464
3507
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3508
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3465
3509
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3466
3510
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3467
3511
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3561,6 +3605,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3561
3605
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3562
3606
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3563
3607
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3608
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3564
3609
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3565
3610
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3566
3611
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3632,6 +3677,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3632
3677
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3633
3678
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3634
3679
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3680
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3635
3681
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3636
3682
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3637
3683
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3717,6 +3763,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3717
3763
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3718
3764
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3719
3765
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3766
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3720
3767
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3721
3768
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3722
3769
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3802,6 +3849,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3802
3849
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3803
3850
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3804
3851
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3852
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3805
3853
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3806
3854
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3807
3855
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3885,6 +3933,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3885
3933
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3886
3934
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3887
3935
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3936
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3888
3937
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3889
3938
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3890
3939
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -3945,6 +3994,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
3945
3994
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
3946
3995
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
3947
3996
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
3997
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
3948
3998
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
3949
3999
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
3950
4000
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4013,6 +4063,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4013
4063
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4014
4064
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4015
4065
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4066
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4016
4067
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4017
4068
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4018
4069
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4127,6 +4178,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4127
4178
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4128
4179
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4129
4180
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4181
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4130
4182
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4131
4183
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4132
4184
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4184,6 +4236,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4184
4236
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4185
4237
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4186
4238
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4239
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4187
4240
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4188
4241
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4189
4242
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4245,6 +4298,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4245
4298
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4246
4299
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4247
4300
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4301
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4248
4302
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4249
4303
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4250
4304
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4299,6 +4353,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4299
4353
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4300
4354
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4301
4355
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4356
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4302
4357
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4303
4358
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4304
4359
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4354,6 +4409,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4354
4409
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4355
4410
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4356
4411
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4412
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4357
4413
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4358
4414
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4359
4415
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4424,6 +4480,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4424
4480
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4425
4481
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4426
4482
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4483
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4427
4484
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4428
4485
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4429
4486
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4511,6 +4568,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4511
4568
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4512
4569
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4513
4570
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4571
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4514
4572
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4515
4573
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4516
4574
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4573,6 +4631,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4573
4631
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4574
4632
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4575
4633
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4634
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4576
4635
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4577
4636
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4578
4637
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4673,6 +4732,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4673
4732
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4674
4733
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4675
4734
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4735
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4676
4736
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4677
4737
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4678
4738
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4805,6 +4865,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4805
4865
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4806
4866
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4807
4867
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
4868
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4808
4869
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4809
4870
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4810
4871
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -4966,6 +5027,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
4966
5027
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
4967
5028
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
4968
5029
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5030
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
4969
5031
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
4970
5032
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
4971
5033
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5017,6 +5079,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5017
5079
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5018
5080
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5019
5081
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5082
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5020
5083
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5021
5084
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5022
5085
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5063,6 +5126,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5063
5126
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5064
5127
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5065
5128
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5129
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5066
5130
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5067
5131
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5068
5132
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5117,6 +5181,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5117
5181
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5118
5182
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5119
5183
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5184
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5120
5185
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5121
5186
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5122
5187
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5183,6 +5248,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5183
5248
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5184
5249
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5185
5250
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5251
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5186
5252
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5187
5253
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5188
5254
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5234,6 +5300,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5234
5300
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5235
5301
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5236
5302
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5303
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5237
5304
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5238
5305
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5239
5306
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5317,6 +5384,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5317
5384
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5318
5385
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5319
5386
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5387
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5320
5388
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5321
5389
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5322
5390
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5368,6 +5436,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5368
5436
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5369
5437
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5370
5438
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5439
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5371
5440
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5372
5441
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5373
5442
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5454,6 +5523,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5454
5523
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5455
5524
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5456
5525
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5526
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5457
5527
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5458
5528
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5459
5529
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5522,6 +5592,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5522
5592
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5523
5593
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5524
5594
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5595
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5525
5596
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5526
5597
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5527
5598
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5572,6 +5643,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5572
5643
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5573
5644
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5574
5645
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5646
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5575
5647
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5576
5648
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5577
5649
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5641,6 +5713,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5641
5713
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5642
5714
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5643
5715
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5716
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5644
5717
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5645
5718
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5646
5719
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5712,6 +5785,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5712
5785
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5713
5786
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5714
5787
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5788
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5715
5789
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5716
5790
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5717
5791
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5770,6 +5844,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5770
5844
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5771
5845
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5772
5846
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5847
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5773
5848
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5774
5849
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5775
5850
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5839,6 +5914,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5839
5914
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5840
5915
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5841
5916
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5917
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5842
5918
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5843
5919
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5844
5920
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -5948,6 +6024,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
5948
6024
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5949
6025
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5950
6026
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6027
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5951
6028
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5952
6029
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5953
6030
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6004,6 +6081,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6004
6081
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6005
6082
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6006
6083
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6084
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6007
6085
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6008
6086
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6009
6087
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6089,6 +6167,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6089
6167
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6090
6168
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6091
6169
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6170
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6092
6171
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6093
6172
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6094
6173
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6143,6 +6222,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6143
6222
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6144
6223
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6145
6224
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6225
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6146
6226
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6147
6227
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6148
6228
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6200,6 +6280,62 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6200
6280
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6201
6281
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6202
6282
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6283
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6284
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6285
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6286
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
6287
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
6288
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
6289
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
6290
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
6291
|
+
}>;
|
|
6292
|
+
}>, t.PartialC<{
|
|
6293
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
6294
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
6295
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
6296
|
+
}>]>, t.TypeC<{
|
|
6297
|
+
stakingRequestId: t.StringC;
|
|
6298
|
+
}>]>, t.TypeC<{
|
|
6299
|
+
intentType: t.LiteralC<"delegate">;
|
|
6300
|
+
}>]>, t.TypeC<{
|
|
6301
|
+
tokenId: import("io-ts-types").NonEmptyStringC;
|
|
6302
|
+
stakingContractAddress: import("io-ts-types").NonEmptyStringC;
|
|
6303
|
+
validatorAddress: import("io-ts-types").NonEmptyStringC;
|
|
6304
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
6305
|
+
intentType: t.KeyofC<{
|
|
6306
|
+
payment: t.LiteralC<"payment">;
|
|
6307
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
6308
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
6309
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
6310
|
+
fanout: t.LiteralC<"fanout">;
|
|
6311
|
+
stake: t.LiteralC<"stake">;
|
|
6312
|
+
unstake: t.LiteralC<"unstake">;
|
|
6313
|
+
delegate: t.LiteralC<"delegate">;
|
|
6314
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
6315
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
6316
|
+
claim: t.LiteralC<"claim">;
|
|
6317
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
6318
|
+
pledge: t.LiteralC<"pledge">;
|
|
6319
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
6320
|
+
vote: t.LiteralC<"vote">;
|
|
6321
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
6322
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
6323
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
6324
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
6325
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
6326
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
6327
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
6328
|
+
authorize: t.LiteralC<"authorize">;
|
|
6329
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
6330
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
6331
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
6332
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
6333
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
6334
|
+
customTx: t.LiteralC<"customTx">;
|
|
6335
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6336
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6337
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6338
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6203
6339
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6204
6340
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6205
6341
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6253,6 +6389,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6253
6389
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6254
6390
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6255
6391
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6392
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6256
6393
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6257
6394
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6258
6395
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6306,6 +6443,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6306
6443
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6307
6444
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6308
6445
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6446
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6309
6447
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6310
6448
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6311
6449
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6363,6 +6501,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6363
6501
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6364
6502
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6365
6503
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6504
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6366
6505
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6367
6506
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6368
6507
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6411,6 +6550,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6411
6550
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6412
6551
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6413
6552
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6553
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6414
6554
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6415
6555
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6416
6556
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6461,6 +6601,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6461
6601
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6462
6602
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6463
6603
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6604
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6464
6605
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6465
6606
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6466
6607
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6518,6 +6659,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6518
6659
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6519
6660
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6520
6661
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6662
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6521
6663
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6522
6664
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6523
6665
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6575,6 +6717,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6575
6717
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6576
6718
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6577
6719
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6720
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6578
6721
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6579
6722
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6580
6723
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6627,6 +6770,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6627
6770
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6628
6771
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6629
6772
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6773
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6630
6774
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6631
6775
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6632
6776
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6675,6 +6819,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6675
6819
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6676
6820
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6677
6821
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6822
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6678
6823
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6679
6824
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6680
6825
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6745,6 +6890,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6745
6890
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6746
6891
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6747
6892
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6893
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6748
6894
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6749
6895
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6750
6896
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6823,6 +6969,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6823
6969
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6824
6970
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6825
6971
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
6972
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6826
6973
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6827
6974
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6828
6975
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6911,6 +7058,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6911
7058
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6912
7059
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6913
7060
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7061
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6914
7062
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6915
7063
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6916
7064
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -6971,6 +7119,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
6971
7119
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
6972
7120
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
6973
7121
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7122
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
6974
7123
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
6975
7124
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
6976
7125
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7041,6 +7190,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
|
|
|
7041
7190
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7042
7191
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7043
7192
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7193
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7044
7194
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7045
7195
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7046
7196
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7531,6 +7681,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
7531
7681
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7532
7682
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7533
7683
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7684
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7534
7685
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7535
7686
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7536
7687
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7616,6 +7767,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
7616
7767
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7617
7768
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7618
7769
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7770
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7619
7771
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7620
7772
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7621
7773
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7670,6 +7822,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
7670
7822
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7671
7823
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7672
7824
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7825
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7673
7826
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7674
7827
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7675
7828
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7731,6 +7884,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
7731
7884
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7732
7885
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7733
7886
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7887
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7734
7888
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7735
7889
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7736
7890
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7791,6 +7945,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
7791
7945
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7792
7946
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7793
7947
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
7948
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7794
7949
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7795
7950
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7796
7951
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7843,6 +7998,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
7843
7998
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7844
7999
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7845
8000
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8001
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7846
8002
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7847
8003
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7848
8004
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7908,6 +8064,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
7908
8064
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7909
8065
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7910
8066
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8067
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7911
8068
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7912
8069
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7913
8070
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -7993,6 +8150,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
7993
8150
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
7994
8151
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
7995
8152
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8153
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
7996
8154
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
7997
8155
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
7998
8156
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8077,6 +8235,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8077
8235
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8078
8236
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8079
8237
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8238
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8080
8239
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8081
8240
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8082
8241
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8161,6 +8320,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8161
8320
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8162
8321
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8163
8322
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8323
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8164
8324
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8165
8325
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8166
8326
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8225,6 +8385,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8225
8385
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8226
8386
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8227
8387
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8388
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8228
8389
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8229
8390
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8230
8391
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8276,6 +8437,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8276
8437
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8277
8438
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8278
8439
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8440
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8279
8441
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8280
8442
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8281
8443
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8327,6 +8489,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8327
8489
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8328
8490
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8329
8491
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8492
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8330
8493
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8331
8494
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8332
8495
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8385,6 +8548,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8385
8548
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8386
8549
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8387
8550
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8551
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8388
8552
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8389
8553
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8390
8554
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8442,6 +8606,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8442
8606
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8443
8607
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8444
8608
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8609
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8445
8610
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8446
8611
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8447
8612
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8503,6 +8668,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8503
8668
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8504
8669
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8505
8670
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8671
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8506
8672
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8507
8673
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8508
8674
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8552,6 +8718,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8552
8718
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8553
8719
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8554
8720
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8721
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8555
8722
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8556
8723
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8557
8724
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8607,6 +8774,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8607
8774
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8608
8775
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8609
8776
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8777
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8610
8778
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8611
8779
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8612
8780
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8656,6 +8824,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8656
8824
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8657
8825
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8658
8826
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8827
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8659
8828
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8660
8829
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8661
8830
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8741,6 +8910,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8741
8910
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8742
8911
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8743
8912
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8913
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8744
8914
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8745
8915
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8746
8916
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8824,6 +8994,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8824
8994
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8825
8995
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8826
8996
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
8997
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8827
8998
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8828
8999
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8829
9000
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8880,6 +9051,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8880
9051
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8881
9052
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8882
9053
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9054
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8883
9055
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8884
9056
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8885
9057
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -8963,6 +9135,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
8963
9135
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
8964
9136
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
8965
9137
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9138
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
8966
9139
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
8967
9140
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
8968
9141
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9083,6 +9256,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9083
9256
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9084
9257
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9085
9258
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9259
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9086
9260
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9087
9261
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9088
9262
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9183,6 +9357,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9183
9357
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9184
9358
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9185
9359
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9360
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9186
9361
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9187
9362
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9188
9363
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9290,6 +9465,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9290
9465
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9291
9466
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9292
9467
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9468
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9293
9469
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9294
9470
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9295
9471
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9365,6 +9541,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9365
9541
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9366
9542
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9367
9543
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9544
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9368
9545
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9369
9546
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9370
9547
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9439,6 +9616,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9439
9616
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9440
9617
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9441
9618
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9619
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9442
9620
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9443
9621
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9444
9622
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9513,6 +9691,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9513
9691
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9514
9692
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9515
9693
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9694
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9516
9695
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9517
9696
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9518
9697
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9683,6 +9862,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9683
9862
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9684
9863
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9685
9864
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9865
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9686
9866
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9687
9867
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9688
9868
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9796,6 +9976,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9796
9976
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9797
9977
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9798
9978
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
9979
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9799
9980
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9800
9981
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9801
9982
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9868,6 +10049,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9868
10049
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9869
10050
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9870
10051
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10052
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9871
10053
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9872
10054
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9873
10055
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -9988,6 +10170,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
9988
10170
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
9989
10171
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
9990
10172
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10173
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
9991
10174
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
9992
10175
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
9993
10176
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10078,6 +10261,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10078
10261
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10079
10262
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10080
10263
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10264
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10081
10265
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10082
10266
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10083
10267
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10189,6 +10373,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10189
10373
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10190
10374
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10191
10375
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10376
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10192
10377
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10193
10378
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10194
10379
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10253,6 +10438,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10253
10438
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10254
10439
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10255
10440
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10441
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10256
10442
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10257
10443
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10258
10444
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10338,6 +10524,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10338
10524
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10339
10525
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10340
10526
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10527
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10341
10528
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10342
10529
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10343
10530
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10395,6 +10582,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10395
10582
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10396
10583
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10397
10584
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10585
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10398
10586
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10399
10587
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10400
10588
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10452,6 +10640,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10452
10640
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10453
10641
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10454
10642
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10643
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10455
10644
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10456
10645
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10457
10646
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10506,6 +10695,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10506
10695
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10507
10696
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10508
10697
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10698
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10509
10699
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10510
10700
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10511
10701
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10591,6 +10781,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10591
10781
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10592
10782
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10593
10783
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10784
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10594
10785
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10595
10786
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10596
10787
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10658,6 +10849,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10658
10849
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10659
10850
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10660
10851
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10852
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10661
10853
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10662
10854
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10663
10855
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10725,6 +10917,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10725
10917
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10726
10918
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10727
10919
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10920
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10728
10921
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10729
10922
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10730
10923
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10800,6 +10993,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10800
10993
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10801
10994
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10802
10995
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
10996
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10803
10997
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10804
10998
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10805
10999
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10899,6 +11093,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10899
11093
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10900
11094
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10901
11095
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11096
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10902
11097
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10903
11098
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10904
11099
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -10970,6 +11165,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
10970
11165
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
10971
11166
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
10972
11167
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11168
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
10973
11169
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
10974
11170
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
10975
11171
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11055,6 +11251,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11055
11251
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11056
11252
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11057
11253
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11254
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11058
11255
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11059
11256
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11060
11257
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11140,6 +11337,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11140
11337
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11141
11338
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11142
11339
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11340
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11143
11341
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11144
11342
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11145
11343
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11223,6 +11421,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11223
11421
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11224
11422
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11225
11423
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11424
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11226
11425
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11227
11426
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11228
11427
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11283,6 +11482,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11283
11482
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11284
11483
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11285
11484
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11485
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11286
11486
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11287
11487
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11288
11488
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11351,6 +11551,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11351
11551
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11352
11552
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11353
11553
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11554
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11354
11555
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11355
11556
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11356
11557
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11465,6 +11666,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11465
11666
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11466
11667
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11467
11668
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11669
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11468
11670
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11469
11671
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11470
11672
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11522,6 +11724,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11522
11724
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11523
11725
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11524
11726
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11727
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11525
11728
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11526
11729
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11527
11730
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11583,6 +11786,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11583
11786
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11584
11787
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11585
11788
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11789
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11586
11790
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11587
11791
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11588
11792
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11637,6 +11841,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11637
11841
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11638
11842
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11639
11843
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11844
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11640
11845
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11641
11846
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11642
11847
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11692,6 +11897,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11692
11897
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11693
11898
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11694
11899
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11900
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11695
11901
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11696
11902
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11697
11903
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11762,6 +11968,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11762
11968
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11763
11969
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11764
11970
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
11971
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11765
11972
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11766
11973
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11767
11974
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11849,6 +12056,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11849
12056
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11850
12057
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11851
12058
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12059
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11852
12060
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11853
12061
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11854
12062
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -11911,6 +12119,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
11911
12119
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
11912
12120
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
11913
12121
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12122
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
11914
12123
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
11915
12124
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
11916
12125
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12011,6 +12220,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12011
12220
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12012
12221
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12013
12222
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12223
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12014
12224
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12015
12225
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12016
12226
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12143,6 +12353,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12143
12353
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12144
12354
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12145
12355
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12356
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12146
12357
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12147
12358
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12148
12359
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12304,6 +12515,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12304
12515
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12305
12516
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12306
12517
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12518
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12307
12519
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12308
12520
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12309
12521
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12355,6 +12567,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12355
12567
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12356
12568
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12357
12569
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12570
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12358
12571
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12359
12572
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12360
12573
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12401,6 +12614,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12401
12614
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12402
12615
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12403
12616
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12617
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12404
12618
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12405
12619
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12406
12620
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12455,6 +12669,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12455
12669
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12456
12670
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12457
12671
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12672
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12458
12673
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12459
12674
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12460
12675
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12521,6 +12736,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12521
12736
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12522
12737
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12523
12738
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12739
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12524
12740
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12525
12741
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12526
12742
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12572,6 +12788,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12572
12788
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12573
12789
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12574
12790
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12791
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12575
12792
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12576
12793
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12577
12794
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12655,6 +12872,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12655
12872
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12656
12873
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12657
12874
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12875
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12658
12876
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12659
12877
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12660
12878
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12706,6 +12924,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12706
12924
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12707
12925
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12708
12926
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
12927
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12709
12928
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12710
12929
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12711
12930
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12792,6 +13011,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12792
13011
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12793
13012
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12794
13013
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13014
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12795
13015
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12796
13016
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12797
13017
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12860,6 +13080,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12860
13080
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12861
13081
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12862
13082
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13083
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12863
13084
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12864
13085
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12865
13086
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12910,6 +13131,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12910
13131
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12911
13132
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12912
13133
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13134
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12913
13135
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12914
13136
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12915
13137
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -12979,6 +13201,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
12979
13201
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
12980
13202
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
12981
13203
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13204
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
12982
13205
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
12983
13206
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
12984
13207
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13050,6 +13273,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13050
13273
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13051
13274
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13052
13275
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13276
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13053
13277
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13054
13278
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13055
13279
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13108,6 +13332,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13108
13332
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13109
13333
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13110
13334
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13335
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13111
13336
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13112
13337
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13113
13338
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13177,6 +13402,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13177
13402
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13178
13403
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13179
13404
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13405
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13180
13406
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13181
13407
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13182
13408
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13286,6 +13512,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13286
13512
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13287
13513
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13288
13514
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13515
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13289
13516
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13290
13517
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13291
13518
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13342,6 +13569,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13342
13569
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13343
13570
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13344
13571
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13572
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13345
13573
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13346
13574
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13347
13575
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13427,6 +13655,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13427
13655
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13428
13656
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13429
13657
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13658
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13430
13659
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13431
13660
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13432
13661
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13481,6 +13710,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13481
13710
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13482
13711
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13483
13712
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13713
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13484
13714
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13485
13715
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13486
13716
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13538,6 +13768,62 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13538
13768
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13539
13769
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13540
13770
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13771
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13772
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13773
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13774
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
13775
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
13776
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
13777
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
13778
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
13779
|
+
}>;
|
|
13780
|
+
}>, t.PartialC<{
|
|
13781
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
13782
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
13783
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
13784
|
+
}>]>, t.TypeC<{
|
|
13785
|
+
stakingRequestId: t.StringC;
|
|
13786
|
+
}>]>, t.TypeC<{
|
|
13787
|
+
intentType: t.LiteralC<"delegate">;
|
|
13788
|
+
}>]>, t.TypeC<{
|
|
13789
|
+
tokenId: import("io-ts-types").NonEmptyStringC;
|
|
13790
|
+
stakingContractAddress: import("io-ts-types").NonEmptyStringC;
|
|
13791
|
+
validatorAddress: import("io-ts-types").NonEmptyStringC;
|
|
13792
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
13793
|
+
intentType: t.KeyofC<{
|
|
13794
|
+
payment: t.LiteralC<"payment">;
|
|
13795
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
13796
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
13797
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
13798
|
+
fanout: t.LiteralC<"fanout">;
|
|
13799
|
+
stake: t.LiteralC<"stake">;
|
|
13800
|
+
unstake: t.LiteralC<"unstake">;
|
|
13801
|
+
delegate: t.LiteralC<"delegate">;
|
|
13802
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
13803
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
13804
|
+
claim: t.LiteralC<"claim">;
|
|
13805
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
13806
|
+
pledge: t.LiteralC<"pledge">;
|
|
13807
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
13808
|
+
vote: t.LiteralC<"vote">;
|
|
13809
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
13810
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
13811
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
13812
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
13813
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
13814
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
13815
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
13816
|
+
authorize: t.LiteralC<"authorize">;
|
|
13817
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
13818
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
13819
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
13820
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
13821
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
13822
|
+
customTx: t.LiteralC<"customTx">;
|
|
13823
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13824
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13825
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13826
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13541
13827
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13542
13828
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13543
13829
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13591,6 +13877,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13591
13877
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13592
13878
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13593
13879
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13880
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13594
13881
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13595
13882
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13596
13883
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13644,6 +13931,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13644
13931
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13645
13932
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13646
13933
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13934
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13647
13935
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13648
13936
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13649
13937
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13701,6 +13989,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13701
13989
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13702
13990
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13703
13991
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
13992
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13704
13993
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13705
13994
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13706
13995
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13749,6 +14038,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13749
14038
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13750
14039
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13751
14040
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14041
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13752
14042
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13753
14043
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13754
14044
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13799,6 +14089,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13799
14089
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13800
14090
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13801
14091
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14092
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13802
14093
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13803
14094
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13804
14095
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13856,6 +14147,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13856
14147
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13857
14148
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13858
14149
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14150
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13859
14151
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13860
14152
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13861
14153
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13913,6 +14205,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13913
14205
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13914
14206
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13915
14207
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14208
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13916
14209
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13917
14210
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13918
14211
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -13965,6 +14258,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
13965
14258
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
13966
14259
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
13967
14260
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14261
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
13968
14262
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
13969
14263
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
13970
14264
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -14013,6 +14307,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14013
14307
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
14014
14308
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
14015
14309
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14310
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
14016
14311
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
14017
14312
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
14018
14313
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -14083,6 +14378,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14083
14378
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
14084
14379
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
14085
14380
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14381
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
14086
14382
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
14087
14383
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
14088
14384
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -14161,6 +14457,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14161
14457
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
14162
14458
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
14163
14459
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14460
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
14164
14461
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
14165
14462
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
14166
14463
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -14249,6 +14546,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14249
14546
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
14250
14547
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
14251
14548
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14549
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
14252
14550
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
14253
14551
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
14254
14552
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -14309,6 +14607,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14309
14607
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
14310
14608
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
14311
14609
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14610
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
14312
14611
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
14313
14612
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
14314
14613
|
goUnstake: t.LiteralC<"goUnstake">;
|
|
@@ -14379,6 +14678,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
|
|
|
14379
14678
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
14380
14679
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
14381
14680
|
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
14681
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
14382
14682
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
14383
14683
|
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
14384
14684
|
goUnstake: t.LiteralC<"goUnstake">;
|