@bitgo/public-types 4.3.1 → 4.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +2 -0
  8. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.js +1 -0
  9. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.js.map +1 -1
  10. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +46 -0
  12. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.js +35 -0
  13. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.js.map +1 -0
  14. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  17. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  18. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  19. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  20. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  21. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  32. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  41. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  42. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  43. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  44. package/dist/src/schema/transactionRequest/intents/ethLikeClaimIntent.d.ts +72 -0
  45. package/dist/src/schema/transactionRequest/intents/ethLikeClaimIntent.js +41 -0
  46. package/dist/src/schema/transactionRequest/intents/ethLikeClaimIntent.js.map +1 -0
  47. package/dist/src/schema/transactionRequest/intents/ethLikeDelegateIntent.d.ts +77 -0
  48. package/dist/src/schema/transactionRequest/intents/ethLikeDelegateIntent.js +44 -0
  49. package/dist/src/schema/transactionRequest/intents/ethLikeDelegateIntent.js.map +1 -0
  50. package/dist/src/schema/transactionRequest/intents/ethLikeUndelegateIntent.d.ts +77 -0
  51. package/dist/src/schema/transactionRequest/intents/ethLikeUndelegateIntent.js +44 -0
  52. package/dist/src/schema/transactionRequest/intents/ethLikeUndelegateIntent.js.map +1 -0
  53. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  54. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  55. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  56. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  57. package/dist/src/schema/transactionRequest/intents/index.d.ts +3 -0
  58. package/dist/src/schema/transactionRequest/intents/index.js +3 -0
  59. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  60. package/dist/src/schema/transactionRequest/intents/intent.d.ts +319 -0
  61. package/dist/src/schema/transactionRequest/intents/intent.js +8 -0
  62. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  63. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  64. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  65. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  66. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  83. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  84. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  89. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  90. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  92. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  93. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  94. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  95. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  96. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +44 -0
  98. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.js +36 -0
  99. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.js.map +1 -0
  100. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  102. package/package.json +1 -1
  103. package/src/schema/transactionRequest/intents/adaStakeIntent.ts +7 -0
  104. package/src/schema/transactionRequest/intents/adaVoteDelegationIntent.ts +18 -0
  105. package/src/schema/transactionRequest/intents/ethLikeClaimIntent.ts +25 -0
  106. package/src/schema/transactionRequest/intents/ethLikeDelegateIntent.ts +30 -0
  107. package/src/schema/transactionRequest/intents/ethLikeUndelegateIntent.ts +30 -0
  108. package/src/schema/transactionRequest/intents/index.ts +3 -0
  109. package/src/schema/transactionRequest/intents/intent.ts +9 -0
  110. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
  111. package/src/schema/transactionRequest/intents/voteDelegationIntent.ts +19 -0
@@ -52,6 +52,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
52
52
  claim: t.LiteralC<"claim">;
53
53
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
54
54
  pledge: t.LiteralC<"pledge">;
55
+ voteDelegation: t.LiteralC<"voteDelegation">;
55
56
  vote: t.LiteralC<"vote">;
56
57
  createAccount: t.LiteralC<"createAccount">;
57
58
  updateAccount: t.LiteralC<"updateAccount">;
@@ -108,6 +109,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
108
109
  claim: t.LiteralC<"claim">;
109
110
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
110
111
  pledge: t.LiteralC<"pledge">;
112
+ voteDelegation: t.LiteralC<"voteDelegation">;
111
113
  vote: t.LiteralC<"vote">;
112
114
  createAccount: t.LiteralC<"createAccount">;
113
115
  updateAccount: t.LiteralC<"updateAccount">;
@@ -152,6 +154,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
152
154
  claim: t.LiteralC<"claim">;
153
155
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
154
156
  pledge: t.LiteralC<"pledge">;
157
+ voteDelegation: t.LiteralC<"voteDelegation">;
155
158
  vote: t.LiteralC<"vote">;
156
159
  createAccount: t.LiteralC<"createAccount">;
157
160
  updateAccount: t.LiteralC<"updateAccount">;
@@ -179,6 +182,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
179
182
  intentType: t.LiteralC<"stake">;
180
183
  }>]>, t.TypeC<{
181
184
  poolKeyHash: t.StringC;
185
+ dRepId: t.StringC;
182
186
  }>, t.PartialC<{
183
187
  amount: t.UnionC<[t.Type<{
184
188
  value: string;
@@ -202,6 +206,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
202
206
  claim: t.LiteralC<"claim">;
203
207
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
204
208
  pledge: t.LiteralC<"pledge">;
209
+ voteDelegation: t.LiteralC<"voteDelegation">;
205
210
  vote: t.LiteralC<"vote">;
206
211
  createAccount: t.LiteralC<"createAccount">;
207
212
  updateAccount: t.LiteralC<"updateAccount">;
@@ -237,6 +242,49 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
237
242
  value: string;
238
243
  symbol: string;
239
244
  }, unknown>, t.UndefinedC]>;
245
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
246
+ intentType: t.KeyofC<{
247
+ payment: t.LiteralC<"payment">;
248
+ transferToken: t.LiteralC<"transferToken">;
249
+ consolidate: t.LiteralC<"consolidate">;
250
+ consolidateToken: t.LiteralC<"consolidateToken">;
251
+ fanout: t.LiteralC<"fanout">;
252
+ stake: t.LiteralC<"stake">;
253
+ unstake: t.LiteralC<"unstake">;
254
+ delegate: t.LiteralC<"delegate">;
255
+ undelegate: t.LiteralC<"undelegate">;
256
+ switchValidator: t.LiteralC<"switchValidator">;
257
+ claim: t.LiteralC<"claim">;
258
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
259
+ pledge: t.LiteralC<"pledge">;
260
+ voteDelegation: t.LiteralC<"voteDelegation">;
261
+ vote: t.LiteralC<"vote">;
262
+ createAccount: t.LiteralC<"createAccount">;
263
+ updateAccount: t.LiteralC<"updateAccount">;
264
+ addTrustLine: t.LiteralC<"addTrustLine">;
265
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
266
+ signMessage: t.LiteralC<"signMessage">;
267
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
268
+ enableToken: t.LiteralC<"enableToken">;
269
+ authorize: t.LiteralC<"authorize">;
270
+ acceleration: t.LiteralC<"acceleration">;
271
+ fillNonce: t.LiteralC<"fillNonce">;
272
+ walletRecovery: t.LiteralC<"walletRecovery">;
273
+ contractCall: t.LiteralC<"contractCall">;
274
+ deactivate: t.LiteralC<"deactivate">;
275
+ customTx: t.LiteralC<"customTx">;
276
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
277
+ }>;
278
+ }>, t.PartialC<{
279
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
280
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
281
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
282
+ }>]>, t.TypeC<{
283
+ stakingRequestId: t.StringC;
284
+ }>]>, t.TypeC<{
285
+ intentType: t.LiteralC<"voteDelegation">;
286
+ }>]>, t.TypeC<{
287
+ dRepId: t.StringC;
240
288
  }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
241
289
  intentType: t.KeyofC<{
242
290
  payment: t.LiteralC<"payment">;
@@ -252,6 +300,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
252
300
  claim: t.LiteralC<"claim">;
253
301
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
254
302
  pledge: t.LiteralC<"pledge">;
303
+ voteDelegation: t.LiteralC<"voteDelegation">;
255
304
  vote: t.LiteralC<"vote">;
256
305
  createAccount: t.LiteralC<"createAccount">;
257
306
  updateAccount: t.LiteralC<"updateAccount">;
@@ -308,6 +357,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
308
357
  claim: t.LiteralC<"claim">;
309
358
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
310
359
  pledge: t.LiteralC<"pledge">;
360
+ voteDelegation: t.LiteralC<"voteDelegation">;
311
361
  vote: t.LiteralC<"vote">;
312
362
  createAccount: t.LiteralC<"createAccount">;
313
363
  updateAccount: t.LiteralC<"updateAccount">;
@@ -382,6 +432,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
382
432
  claim: t.LiteralC<"claim">;
383
433
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
384
434
  pledge: t.LiteralC<"pledge">;
435
+ voteDelegation: t.LiteralC<"voteDelegation">;
385
436
  vote: t.LiteralC<"vote">;
386
437
  createAccount: t.LiteralC<"createAccount">;
387
438
  updateAccount: t.LiteralC<"updateAccount">;
@@ -456,6 +507,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
456
507
  claim: t.LiteralC<"claim">;
457
508
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
458
509
  pledge: t.LiteralC<"pledge">;
510
+ voteDelegation: t.LiteralC<"voteDelegation">;
459
511
  vote: t.LiteralC<"vote">;
460
512
  createAccount: t.LiteralC<"createAccount">;
461
513
  updateAccount: t.LiteralC<"updateAccount">;
@@ -510,6 +562,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
510
562
  claim: t.LiteralC<"claim">;
511
563
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
512
564
  pledge: t.LiteralC<"pledge">;
565
+ voteDelegation: t.LiteralC<"voteDelegation">;
513
566
  vote: t.LiteralC<"vote">;
514
567
  createAccount: t.LiteralC<"createAccount">;
515
568
  updateAccount: t.LiteralC<"updateAccount">;
@@ -558,6 +611,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
558
611
  claim: t.LiteralC<"claim">;
559
612
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
560
613
  pledge: t.LiteralC<"pledge">;
614
+ voteDelegation: t.LiteralC<"voteDelegation">;
561
615
  vote: t.LiteralC<"vote">;
562
616
  createAccount: t.LiteralC<"createAccount">;
563
617
  updateAccount: t.LiteralC<"updateAccount">;
@@ -605,6 +659,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
605
659
  claim: t.LiteralC<"claim">;
606
660
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
607
661
  pledge: t.LiteralC<"pledge">;
662
+ voteDelegation: t.LiteralC<"voteDelegation">;
608
663
  vote: t.LiteralC<"vote">;
609
664
  createAccount: t.LiteralC<"createAccount">;
610
665
  updateAccount: t.LiteralC<"updateAccount">;
@@ -656,6 +711,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
656
711
  claim: t.LiteralC<"claim">;
657
712
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
658
713
  pledge: t.LiteralC<"pledge">;
714
+ voteDelegation: t.LiteralC<"voteDelegation">;
659
715
  vote: t.LiteralC<"vote">;
660
716
  createAccount: t.LiteralC<"createAccount">;
661
717
  updateAccount: t.LiteralC<"updateAccount">;
@@ -712,6 +768,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
712
768
  claim: t.LiteralC<"claim">;
713
769
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
714
770
  pledge: t.LiteralC<"pledge">;
771
+ voteDelegation: t.LiteralC<"voteDelegation">;
715
772
  vote: t.LiteralC<"vote">;
716
773
  createAccount: t.LiteralC<"createAccount">;
717
774
  updateAccount: t.LiteralC<"updateAccount">;
@@ -785,6 +842,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
785
842
  claim: t.LiteralC<"claim">;
786
843
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
787
844
  pledge: t.LiteralC<"pledge">;
845
+ voteDelegation: t.LiteralC<"voteDelegation">;
788
846
  vote: t.LiteralC<"vote">;
789
847
  createAccount: t.LiteralC<"createAccount">;
790
848
  updateAccount: t.LiteralC<"updateAccount">;
@@ -831,6 +889,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
831
889
  claim: t.LiteralC<"claim">;
832
890
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
833
891
  pledge: t.LiteralC<"pledge">;
892
+ voteDelegation: t.LiteralC<"voteDelegation">;
834
893
  vote: t.LiteralC<"vote">;
835
894
  createAccount: t.LiteralC<"createAccount">;
836
895
  updateAccount: t.LiteralC<"updateAccount">;
@@ -904,6 +963,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
904
963
  claim: t.LiteralC<"claim">;
905
964
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
906
965
  pledge: t.LiteralC<"pledge">;
966
+ voteDelegation: t.LiteralC<"voteDelegation">;
907
967
  vote: t.LiteralC<"vote">;
908
968
  createAccount: t.LiteralC<"createAccount">;
909
969
  updateAccount: t.LiteralC<"updateAccount">;
@@ -990,6 +1050,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
990
1050
  claim: t.LiteralC<"claim">;
991
1051
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
992
1052
  pledge: t.LiteralC<"pledge">;
1053
+ voteDelegation: t.LiteralC<"voteDelegation">;
993
1054
  vote: t.LiteralC<"vote">;
994
1055
  createAccount: t.LiteralC<"createAccount">;
995
1056
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1080,6 +1141,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1080
1141
  claim: t.LiteralC<"claim">;
1081
1142
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1082
1143
  pledge: t.LiteralC<"pledge">;
1144
+ voteDelegation: t.LiteralC<"voteDelegation">;
1083
1145
  vote: t.LiteralC<"vote">;
1084
1146
  createAccount: t.LiteralC<"createAccount">;
1085
1147
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1158,6 +1220,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1158
1220
  claim: t.LiteralC<"claim">;
1159
1221
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1160
1222
  pledge: t.LiteralC<"pledge">;
1223
+ voteDelegation: t.LiteralC<"voteDelegation">;
1161
1224
  vote: t.LiteralC<"vote">;
1162
1225
  createAccount: t.LiteralC<"createAccount">;
1163
1226
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1223,6 +1286,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1223
1286
  claim: t.LiteralC<"claim">;
1224
1287
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1225
1288
  pledge: t.LiteralC<"pledge">;
1289
+ voteDelegation: t.LiteralC<"voteDelegation">;
1226
1290
  vote: t.LiteralC<"vote">;
1227
1291
  createAccount: t.LiteralC<"createAccount">;
1228
1292
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1287,6 +1351,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1287
1351
  claim: t.LiteralC<"claim">;
1288
1352
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1289
1353
  pledge: t.LiteralC<"pledge">;
1354
+ voteDelegation: t.LiteralC<"voteDelegation">;
1290
1355
  vote: t.LiteralC<"vote">;
1291
1356
  createAccount: t.LiteralC<"createAccount">;
1292
1357
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1351,6 +1416,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1351
1416
  claim: t.LiteralC<"claim">;
1352
1417
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1353
1418
  pledge: t.LiteralC<"pledge">;
1419
+ voteDelegation: t.LiteralC<"voteDelegation">;
1354
1420
  vote: t.LiteralC<"vote">;
1355
1421
  createAccount: t.LiteralC<"createAccount">;
1356
1422
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1487,6 +1553,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1487
1553
  claim: t.LiteralC<"claim">;
1488
1554
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1489
1555
  pledge: t.LiteralC<"pledge">;
1556
+ voteDelegation: t.LiteralC<"voteDelegation">;
1490
1557
  vote: t.LiteralC<"vote">;
1491
1558
  createAccount: t.LiteralC<"createAccount">;
1492
1559
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1590,6 +1657,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1590
1657
  claim: t.LiteralC<"claim">;
1591
1658
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1592
1659
  pledge: t.LiteralC<"pledge">;
1660
+ voteDelegation: t.LiteralC<"voteDelegation">;
1593
1661
  vote: t.LiteralC<"vote">;
1594
1662
  createAccount: t.LiteralC<"createAccount">;
1595
1663
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1652,6 +1720,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1652
1720
  claim: t.LiteralC<"claim">;
1653
1721
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1654
1722
  pledge: t.LiteralC<"pledge">;
1723
+ voteDelegation: t.LiteralC<"voteDelegation">;
1655
1724
  vote: t.LiteralC<"vote">;
1656
1725
  createAccount: t.LiteralC<"createAccount">;
1657
1726
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1743,6 +1812,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1743
1812
  claim: t.LiteralC<"claim">;
1744
1813
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1745
1814
  pledge: t.LiteralC<"pledge">;
1815
+ voteDelegation: t.LiteralC<"voteDelegation">;
1746
1816
  vote: t.LiteralC<"vote">;
1747
1817
  createAccount: t.LiteralC<"createAccount">;
1748
1818
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1823,6 +1893,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1823
1893
  claim: t.LiteralC<"claim">;
1824
1894
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1825
1895
  pledge: t.LiteralC<"pledge">;
1896
+ voteDelegation: t.LiteralC<"voteDelegation">;
1826
1897
  vote: t.LiteralC<"vote">;
1827
1898
  createAccount: t.LiteralC<"createAccount">;
1828
1899
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1924,6 +1995,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1924
1995
  claim: t.LiteralC<"claim">;
1925
1996
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1926
1997
  pledge: t.LiteralC<"pledge">;
1998
+ voteDelegation: t.LiteralC<"voteDelegation">;
1927
1999
  vote: t.LiteralC<"vote">;
1928
2000
  createAccount: t.LiteralC<"createAccount">;
1929
2001
  updateAccount: t.LiteralC<"updateAccount">;
@@ -1971,6 +2043,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1971
2043
  claim: t.LiteralC<"claim">;
1972
2044
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
1973
2045
  pledge: t.LiteralC<"pledge">;
2046
+ voteDelegation: t.LiteralC<"voteDelegation">;
1974
2047
  vote: t.LiteralC<"vote">;
1975
2048
  createAccount: t.LiteralC<"createAccount">;
1976
2049
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2013,6 +2086,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2013
2086
  claim: t.LiteralC<"claim">;
2014
2087
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2015
2088
  pledge: t.LiteralC<"pledge">;
2089
+ voteDelegation: t.LiteralC<"voteDelegation">;
2016
2090
  vote: t.LiteralC<"vote">;
2017
2091
  createAccount: t.LiteralC<"createAccount">;
2018
2092
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2069,6 +2143,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2069
2143
  claim: t.LiteralC<"claim">;
2070
2144
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2071
2145
  pledge: t.LiteralC<"pledge">;
2146
+ voteDelegation: t.LiteralC<"voteDelegation">;
2072
2147
  vote: t.LiteralC<"vote">;
2073
2148
  createAccount: t.LiteralC<"createAccount">;
2074
2149
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2126,6 +2201,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2126
2201
  claim: t.LiteralC<"claim">;
2127
2202
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2128
2203
  pledge: t.LiteralC<"pledge">;
2204
+ voteDelegation: t.LiteralC<"voteDelegation">;
2129
2205
  vote: t.LiteralC<"vote">;
2130
2206
  createAccount: t.LiteralC<"createAccount">;
2131
2207
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2183,6 +2259,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2183
2259
  claim: t.LiteralC<"claim">;
2184
2260
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2185
2261
  pledge: t.LiteralC<"pledge">;
2262
+ voteDelegation: t.LiteralC<"voteDelegation">;
2186
2263
  vote: t.LiteralC<"vote">;
2187
2264
  createAccount: t.LiteralC<"createAccount">;
2188
2265
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2248,6 +2325,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2248
2325
  claim: t.LiteralC<"claim">;
2249
2326
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2250
2327
  pledge: t.LiteralC<"pledge">;
2328
+ voteDelegation: t.LiteralC<"voteDelegation">;
2251
2329
  vote: t.LiteralC<"vote">;
2252
2330
  createAccount: t.LiteralC<"createAccount">;
2253
2331
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2298,6 +2376,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2298
2376
  claim: t.LiteralC<"claim">;
2299
2377
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2300
2378
  pledge: t.LiteralC<"pledge">;
2379
+ voteDelegation: t.LiteralC<"voteDelegation">;
2301
2380
  vote: t.LiteralC<"vote">;
2302
2381
  createAccount: t.LiteralC<"createAccount">;
2303
2382
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2356,6 +2435,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2356
2435
  claim: t.LiteralC<"claim">;
2357
2436
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2358
2437
  pledge: t.LiteralC<"pledge">;
2438
+ voteDelegation: t.LiteralC<"voteDelegation">;
2359
2439
  vote: t.LiteralC<"vote">;
2360
2440
  createAccount: t.LiteralC<"createAccount">;
2361
2441
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2436,6 +2516,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2436
2516
  claim: t.LiteralC<"claim">;
2437
2517
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2438
2518
  pledge: t.LiteralC<"pledge">;
2519
+ voteDelegation: t.LiteralC<"voteDelegation">;
2439
2520
  vote: t.LiteralC<"vote">;
2440
2521
  createAccount: t.LiteralC<"createAccount">;
2441
2522
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2483,6 +2564,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2483
2564
  claim: t.LiteralC<"claim">;
2484
2565
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2485
2566
  pledge: t.LiteralC<"pledge">;
2567
+ voteDelegation: t.LiteralC<"voteDelegation">;
2486
2568
  vote: t.LiteralC<"vote">;
2487
2569
  createAccount: t.LiteralC<"createAccount">;
2488
2570
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2527,6 +2609,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2527
2609
  claim: t.LiteralC<"claim">;
2528
2610
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2529
2611
  pledge: t.LiteralC<"pledge">;
2612
+ voteDelegation: t.LiteralC<"voteDelegation">;
2530
2613
  vote: t.LiteralC<"vote">;
2531
2614
  createAccount: t.LiteralC<"createAccount">;
2532
2615
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2572,6 +2655,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2572
2655
  claim: t.LiteralC<"claim">;
2573
2656
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2574
2657
  pledge: t.LiteralC<"pledge">;
2658
+ voteDelegation: t.LiteralC<"voteDelegation">;
2575
2659
  vote: t.LiteralC<"vote">;
2576
2660
  createAccount: t.LiteralC<"createAccount">;
2577
2661
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2630,6 +2714,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2630
2714
  claim: t.LiteralC<"claim">;
2631
2715
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2632
2716
  pledge: t.LiteralC<"pledge">;
2717
+ voteDelegation: t.LiteralC<"voteDelegation">;
2633
2718
  vote: t.LiteralC<"vote">;
2634
2719
  createAccount: t.LiteralC<"createAccount">;
2635
2720
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2680,6 +2765,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2680
2765
  claim: t.LiteralC<"claim">;
2681
2766
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2682
2767
  pledge: t.LiteralC<"pledge">;
2768
+ voteDelegation: t.LiteralC<"voteDelegation">;
2683
2769
  vote: t.LiteralC<"vote">;
2684
2770
  createAccount: t.LiteralC<"createAccount">;
2685
2771
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2777,6 +2863,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2777
2863
  claim: t.LiteralC<"claim">;
2778
2864
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2779
2865
  pledge: t.LiteralC<"pledge">;
2866
+ voteDelegation: t.LiteralC<"voteDelegation">;
2780
2867
  vote: t.LiteralC<"vote">;
2781
2868
  createAccount: t.LiteralC<"createAccount">;
2782
2869
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2818,6 +2905,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2818
2905
  claim: t.LiteralC<"claim">;
2819
2906
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2820
2907
  pledge: t.LiteralC<"pledge">;
2908
+ voteDelegation: t.LiteralC<"voteDelegation">;
2821
2909
  vote: t.LiteralC<"vote">;
2822
2910
  createAccount: t.LiteralC<"createAccount">;
2823
2911
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2854,6 +2942,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2854
2942
  claim: t.LiteralC<"claim">;
2855
2943
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2856
2944
  pledge: t.LiteralC<"pledge">;
2945
+ voteDelegation: t.LiteralC<"voteDelegation">;
2857
2946
  vote: t.LiteralC<"vote">;
2858
2947
  createAccount: t.LiteralC<"createAccount">;
2859
2948
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2898,6 +2987,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2898
2987
  claim: t.LiteralC<"claim">;
2899
2988
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2900
2989
  pledge: t.LiteralC<"pledge">;
2990
+ voteDelegation: t.LiteralC<"voteDelegation">;
2901
2991
  vote: t.LiteralC<"vote">;
2902
2992
  createAccount: t.LiteralC<"createAccount">;
2903
2993
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2952,6 +3042,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2952
3042
  claim: t.LiteralC<"claim">;
2953
3043
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2954
3044
  pledge: t.LiteralC<"pledge">;
3045
+ voteDelegation: t.LiteralC<"voteDelegation">;
2955
3046
  vote: t.LiteralC<"vote">;
2956
3047
  createAccount: t.LiteralC<"createAccount">;
2957
3048
  updateAccount: t.LiteralC<"updateAccount">;
@@ -2993,6 +3084,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2993
3084
  claim: t.LiteralC<"claim">;
2994
3085
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2995
3086
  pledge: t.LiteralC<"pledge">;
3087
+ voteDelegation: t.LiteralC<"voteDelegation">;
2996
3088
  vote: t.LiteralC<"vote">;
2997
3089
  createAccount: t.LiteralC<"createAccount">;
2998
3090
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3069,6 +3161,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3069
3161
  claim: t.LiteralC<"claim">;
3070
3162
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3071
3163
  pledge: t.LiteralC<"pledge">;
3164
+ voteDelegation: t.LiteralC<"voteDelegation">;
3072
3165
  vote: t.LiteralC<"vote">;
3073
3166
  createAccount: t.LiteralC<"createAccount">;
3074
3167
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3163,6 +3256,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3163
3256
  claim: t.LiteralC<"claim">;
3164
3257
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3165
3258
  pledge: t.LiteralC<"pledge">;
3259
+ voteDelegation: t.LiteralC<"voteDelegation">;
3166
3260
  vote: t.LiteralC<"vote">;
3167
3261
  createAccount: t.LiteralC<"createAccount">;
3168
3262
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3209,6 +3303,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3209
3303
  claim: t.LiteralC<"claim">;
3210
3304
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3211
3305
  pledge: t.LiteralC<"pledge">;
3306
+ voteDelegation: t.LiteralC<"voteDelegation">;
3212
3307
  vote: t.LiteralC<"vote">;
3213
3308
  createAccount: t.LiteralC<"createAccount">;
3214
3309
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3265,6 +3360,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3265
3360
  claim: t.LiteralC<"claim">;
3266
3361
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3267
3362
  pledge: t.LiteralC<"pledge">;
3363
+ voteDelegation: t.LiteralC<"voteDelegation">;
3268
3364
  vote: t.LiteralC<"vote">;
3269
3365
  createAccount: t.LiteralC<"createAccount">;
3270
3366
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3309,6 +3405,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3309
3405
  claim: t.LiteralC<"claim">;
3310
3406
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3311
3407
  pledge: t.LiteralC<"pledge">;
3408
+ voteDelegation: t.LiteralC<"voteDelegation">;
3312
3409
  vote: t.LiteralC<"vote">;
3313
3410
  createAccount: t.LiteralC<"createAccount">;
3314
3411
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3347,6 +3444,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3347
3444
  claim: t.LiteralC<"claim">;
3348
3445
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3349
3446
  pledge: t.LiteralC<"pledge">;
3447
+ voteDelegation: t.LiteralC<"voteDelegation">;
3350
3448
  vote: t.LiteralC<"vote">;
3351
3449
  createAccount: t.LiteralC<"createAccount">;
3352
3450
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3387,6 +3485,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3387
3485
  claim: t.LiteralC<"claim">;
3388
3486
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3389
3487
  pledge: t.LiteralC<"pledge">;
3488
+ voteDelegation: t.LiteralC<"voteDelegation">;
3390
3489
  vote: t.LiteralC<"vote">;
3391
3490
  createAccount: t.LiteralC<"createAccount">;
3392
3491
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3434,6 +3533,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3434
3533
  claim: t.LiteralC<"claim">;
3435
3534
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3436
3535
  pledge: t.LiteralC<"pledge">;
3536
+ voteDelegation: t.LiteralC<"voteDelegation">;
3437
3537
  vote: t.LiteralC<"vote">;
3438
3538
  createAccount: t.LiteralC<"createAccount">;
3439
3539
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3481,6 +3581,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3481
3581
  claim: t.LiteralC<"claim">;
3482
3582
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3483
3583
  pledge: t.LiteralC<"pledge">;
3584
+ voteDelegation: t.LiteralC<"voteDelegation">;
3484
3585
  vote: t.LiteralC<"vote">;
3485
3586
  createAccount: t.LiteralC<"createAccount">;
3486
3587
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3508,6 +3609,223 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3508
3609
  calldata: t.StringC;
3509
3610
  }>]>, t.TypeC<{
3510
3611
  intentType: t.LiteralC<"stakeClaimRewards">;
3612
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3613
+ intentType: t.KeyofC<{
3614
+ payment: t.LiteralC<"payment">;
3615
+ transferToken: t.LiteralC<"transferToken">;
3616
+ consolidate: t.LiteralC<"consolidate">;
3617
+ consolidateToken: t.LiteralC<"consolidateToken">;
3618
+ fanout: t.LiteralC<"fanout">;
3619
+ stake: t.LiteralC<"stake">;
3620
+ unstake: t.LiteralC<"unstake">;
3621
+ delegate: t.LiteralC<"delegate">;
3622
+ undelegate: t.LiteralC<"undelegate">;
3623
+ switchValidator: t.LiteralC<"switchValidator">;
3624
+ claim: t.LiteralC<"claim">;
3625
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3626
+ pledge: t.LiteralC<"pledge">;
3627
+ voteDelegation: t.LiteralC<"voteDelegation">;
3628
+ vote: t.LiteralC<"vote">;
3629
+ createAccount: t.LiteralC<"createAccount">;
3630
+ updateAccount: t.LiteralC<"updateAccount">;
3631
+ addTrustLine: t.LiteralC<"addTrustLine">;
3632
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
3633
+ signMessage: t.LiteralC<"signMessage">;
3634
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
3635
+ enableToken: t.LiteralC<"enableToken">;
3636
+ authorize: t.LiteralC<"authorize">;
3637
+ acceleration: t.LiteralC<"acceleration">;
3638
+ fillNonce: t.LiteralC<"fillNonce">;
3639
+ walletRecovery: t.LiteralC<"walletRecovery">;
3640
+ contractCall: t.LiteralC<"contractCall">;
3641
+ deactivate: t.LiteralC<"deactivate">;
3642
+ customTx: t.LiteralC<"customTx">;
3643
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3644
+ }>;
3645
+ }>, t.PartialC<{
3646
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3647
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3648
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3649
+ }>]>, t.TypeC<{
3650
+ stakingRequestId: t.StringC;
3651
+ }>]>, t.TypeC<{
3652
+ intentType: t.LiteralC<"delegate">;
3653
+ validatorAddress: t.StringC;
3654
+ amount: t.TypeC<{
3655
+ value: t.StringC;
3656
+ symbol: t.StringC;
3657
+ }>;
3658
+ }>, t.PartialC<{
3659
+ recipients: t.UnionC<[t.Type<({
3660
+ address: {
3661
+ address?: string | undefined;
3662
+ option?: {
3663
+ [x: string]: unknown;
3664
+ } | undefined;
3665
+ };
3666
+ amount: {
3667
+ value: string;
3668
+ symbol: string;
3669
+ };
3670
+ } & {
3671
+ data?: string | undefined;
3672
+ })[], ({
3673
+ address: {
3674
+ address?: string | undefined;
3675
+ option?: {
3676
+ [x: string]: unknown;
3677
+ } | undefined;
3678
+ };
3679
+ amount: {
3680
+ value: string;
3681
+ symbol: string;
3682
+ };
3683
+ } & {
3684
+ data?: string | undefined;
3685
+ })[], unknown>, t.UndefinedC]>;
3686
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3687
+ intentType: t.KeyofC<{
3688
+ payment: t.LiteralC<"payment">;
3689
+ transferToken: t.LiteralC<"transferToken">;
3690
+ consolidate: t.LiteralC<"consolidate">;
3691
+ consolidateToken: t.LiteralC<"consolidateToken">;
3692
+ fanout: t.LiteralC<"fanout">;
3693
+ stake: t.LiteralC<"stake">;
3694
+ unstake: t.LiteralC<"unstake">;
3695
+ delegate: t.LiteralC<"delegate">;
3696
+ undelegate: t.LiteralC<"undelegate">;
3697
+ switchValidator: t.LiteralC<"switchValidator">;
3698
+ claim: t.LiteralC<"claim">;
3699
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3700
+ pledge: t.LiteralC<"pledge">;
3701
+ voteDelegation: t.LiteralC<"voteDelegation">;
3702
+ vote: t.LiteralC<"vote">;
3703
+ createAccount: t.LiteralC<"createAccount">;
3704
+ updateAccount: t.LiteralC<"updateAccount">;
3705
+ addTrustLine: t.LiteralC<"addTrustLine">;
3706
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
3707
+ signMessage: t.LiteralC<"signMessage">;
3708
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
3709
+ enableToken: t.LiteralC<"enableToken">;
3710
+ authorize: t.LiteralC<"authorize">;
3711
+ acceleration: t.LiteralC<"acceleration">;
3712
+ fillNonce: t.LiteralC<"fillNonce">;
3713
+ walletRecovery: t.LiteralC<"walletRecovery">;
3714
+ contractCall: t.LiteralC<"contractCall">;
3715
+ deactivate: t.LiteralC<"deactivate">;
3716
+ customTx: t.LiteralC<"customTx">;
3717
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3718
+ }>;
3719
+ }>, t.PartialC<{
3720
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3721
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3722
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3723
+ }>]>, t.TypeC<{
3724
+ stakingRequestId: t.StringC;
3725
+ }>]>, t.TypeC<{
3726
+ intentType: t.LiteralC<"undelegate">;
3727
+ validatorAddress: t.StringC;
3728
+ amount: t.TypeC<{
3729
+ value: t.StringC;
3730
+ symbol: t.StringC;
3731
+ }>;
3732
+ }>, t.PartialC<{
3733
+ recipients: t.UnionC<[t.Type<({
3734
+ address: {
3735
+ address?: string | undefined;
3736
+ option?: {
3737
+ [x: string]: unknown;
3738
+ } | undefined;
3739
+ };
3740
+ amount: {
3741
+ value: string;
3742
+ symbol: string;
3743
+ };
3744
+ } & {
3745
+ data?: string | undefined;
3746
+ })[], ({
3747
+ address: {
3748
+ address?: string | undefined;
3749
+ option?: {
3750
+ [x: string]: unknown;
3751
+ } | undefined;
3752
+ };
3753
+ amount: {
3754
+ value: string;
3755
+ symbol: string;
3756
+ };
3757
+ } & {
3758
+ data?: string | undefined;
3759
+ })[], unknown>, t.UndefinedC]>;
3760
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
3761
+ intentType: t.KeyofC<{
3762
+ payment: t.LiteralC<"payment">;
3763
+ transferToken: t.LiteralC<"transferToken">;
3764
+ consolidate: t.LiteralC<"consolidate">;
3765
+ consolidateToken: t.LiteralC<"consolidateToken">;
3766
+ fanout: t.LiteralC<"fanout">;
3767
+ stake: t.LiteralC<"stake">;
3768
+ unstake: t.LiteralC<"unstake">;
3769
+ delegate: t.LiteralC<"delegate">;
3770
+ undelegate: t.LiteralC<"undelegate">;
3771
+ switchValidator: t.LiteralC<"switchValidator">;
3772
+ claim: t.LiteralC<"claim">;
3773
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3774
+ pledge: t.LiteralC<"pledge">;
3775
+ voteDelegation: t.LiteralC<"voteDelegation">;
3776
+ vote: t.LiteralC<"vote">;
3777
+ createAccount: t.LiteralC<"createAccount">;
3778
+ updateAccount: t.LiteralC<"updateAccount">;
3779
+ addTrustLine: t.LiteralC<"addTrustLine">;
3780
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
3781
+ signMessage: t.LiteralC<"signMessage">;
3782
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
3783
+ enableToken: t.LiteralC<"enableToken">;
3784
+ authorize: t.LiteralC<"authorize">;
3785
+ acceleration: t.LiteralC<"acceleration">;
3786
+ fillNonce: t.LiteralC<"fillNonce">;
3787
+ walletRecovery: t.LiteralC<"walletRecovery">;
3788
+ contractCall: t.LiteralC<"contractCall">;
3789
+ deactivate: t.LiteralC<"deactivate">;
3790
+ customTx: t.LiteralC<"customTx">;
3791
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3792
+ }>;
3793
+ }>, t.PartialC<{
3794
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3795
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
3796
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
3797
+ }>]>, t.TypeC<{
3798
+ stakingRequestId: t.StringC;
3799
+ }>]>, t.TypeC<{
3800
+ intentType: t.LiteralC<"stakeClaimRewards">;
3801
+ }>, t.PartialC<{
3802
+ recipients: t.UnionC<[t.Type<({
3803
+ address: {
3804
+ address?: string | undefined;
3805
+ option?: {
3806
+ [x: string]: unknown;
3807
+ } | undefined;
3808
+ };
3809
+ amount: {
3810
+ value: string;
3811
+ symbol: string;
3812
+ };
3813
+ } & {
3814
+ data?: string | undefined;
3815
+ })[], ({
3816
+ address: {
3817
+ address?: string | undefined;
3818
+ option?: {
3819
+ [x: string]: unknown;
3820
+ } | undefined;
3821
+ };
3822
+ amount: {
3823
+ value: string;
3824
+ symbol: string;
3825
+ };
3826
+ } & {
3827
+ data?: string | undefined;
3828
+ })[], unknown>, t.UndefinedC]>;
3511
3829
  }>]>, t.IntersectionC<[t.TypeC<{
3512
3830
  intentType: t.KeyofC<{
3513
3831
  payment: t.LiteralC<"payment">;
@@ -3523,6 +3841,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3523
3841
  claim: t.LiteralC<"claim">;
3524
3842
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3525
3843
  pledge: t.LiteralC<"pledge">;
3844
+ voteDelegation: t.LiteralC<"voteDelegation">;
3526
3845
  vote: t.LiteralC<"vote">;
3527
3846
  createAccount: t.LiteralC<"createAccount">;
3528
3847
  updateAccount: t.LiteralC<"updateAccount">;