@bitgo/public-types 4.4.0 → 4.6.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.
Files changed (102) 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 +1 -0
  45. package/dist/src/schema/transactionRequest/intents/ethLikeDelegateIntent.d.ts +1 -0
  46. package/dist/src/schema/transactionRequest/intents/ethLikeUndelegateIntent.d.ts +1 -0
  47. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  48. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/index.d.ts +5 -3
  52. package/dist/src/schema/transactionRequest/intents/index.js +5 -3
  53. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  54. package/dist/src/schema/transactionRequest/intents/intent.d.ts +105 -0
  55. package/dist/src/schema/transactionRequest/intents/intent.js +2 -0
  56. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  57. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  58. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  59. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  60. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +1 -0
  61. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  62. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  63. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  64. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  65. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  66. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  83. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  84. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  90. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  91. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +44 -0
  92. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.js +36 -0
  93. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.js.map +1 -0
  94. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  95. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  96. package/package.json +1 -1
  97. package/src/schema/transactionRequest/intents/adaStakeIntent.ts +7 -0
  98. package/src/schema/transactionRequest/intents/adaVoteDelegationIntent.ts +18 -0
  99. package/src/schema/transactionRequest/intents/index.ts +5 -3
  100. package/src/schema/transactionRequest/intents/intent.ts +2 -0
  101. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
  102. 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">;
@@ -3523,6 +3624,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3523
3624
  claim: t.LiteralC<"claim">;
3524
3625
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3525
3626
  pledge: t.LiteralC<"pledge">;
3627
+ voteDelegation: t.LiteralC<"voteDelegation">;
3526
3628
  vote: t.LiteralC<"vote">;
3527
3629
  createAccount: t.LiteralC<"createAccount">;
3528
3630
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3596,6 +3698,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3596
3698
  claim: t.LiteralC<"claim">;
3597
3699
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3598
3700
  pledge: t.LiteralC<"pledge">;
3701
+ voteDelegation: t.LiteralC<"voteDelegation">;
3599
3702
  vote: t.LiteralC<"vote">;
3600
3703
  createAccount: t.LiteralC<"createAccount">;
3601
3704
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3669,6 +3772,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3669
3772
  claim: t.LiteralC<"claim">;
3670
3773
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3671
3774
  pledge: t.LiteralC<"pledge">;
3775
+ voteDelegation: t.LiteralC<"voteDelegation">;
3672
3776
  vote: t.LiteralC<"vote">;
3673
3777
  createAccount: t.LiteralC<"createAccount">;
3674
3778
  updateAccount: t.LiteralC<"updateAccount">;
@@ -3737,6 +3841,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3737
3841
  claim: t.LiteralC<"claim">;
3738
3842
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
3739
3843
  pledge: t.LiteralC<"pledge">;
3844
+ voteDelegation: t.LiteralC<"voteDelegation">;
3740
3845
  vote: t.LiteralC<"vote">;
3741
3846
  createAccount: t.LiteralC<"createAccount">;
3742
3847
  updateAccount: t.LiteralC<"updateAccount">;
@@ -28,6 +28,7 @@ const t = __importStar(require("io-ts"));
28
28
  const adaConsolidateIntent_1 = require("./adaConsolidateIntent");
29
29
  const adaPaymentIntent_1 = require("./adaPaymentIntent");
30
30
  const adaStakeIntent_1 = require("./adaStakeIntent");
31
+ const adaVoteDelegationIntent_1 = require("./adaVoteDelegationIntent");
31
32
  const atomPaymentIntent_1 = require("./atomPaymentIntent");
32
33
  const atomStakeIntent_1 = require("./atomStakeIntent");
33
34
  const atomUnstakeIntent_1 = require("./atomUnstakeIntent");
@@ -95,6 +96,7 @@ exports.TransactionIntent = t.union([
95
96
  adaStakeClaimRewardsIntent_1.AdaStakeClaimRewardsIntent,
96
97
  adaStakeIntent_1.AdaStakeIntent,
97
98
  adaUnstakeIntent_1.AdaUnstakeIntent,
99
+ adaVoteDelegationIntent_1.AdaVoteDelegationIntent,
98
100
  atomPaymentIntent_1.AtomPaymentIntent,
99
101
  atomStakeIntent_1.AtomStakeIntent,
100
102
  atomUnstakeIntent_1.AtomUnstakeIntent,
@@ -1 +1 @@
1
- {"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iEAA8D;AAC9D,yDAAsD;AACtD,qDAAkD;AAClD,2DAAwD;AACxD,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,2DAAwD;AACxD,+DAA4D;AAC5D,+EAA4E;AAC5E,+DAA4D;AAC5D,2DAAwD;AACxD,+EAA4E;AAC5E,+DAA4D;AAC5D,iEAA8D;AAC9D,qEAAkE;AAClE,yDAAsD;AACtD,yDAAsD;AACtD,6DAA0D;AAC1D,qEAAkE;AAClE,mEAAgE;AAChE,6DAA0D;AAC1D,yDAAsD;AACtD,yDAAsD;AACtD,qEAAkE;AAClE,iEAA8D;AAC9D,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,6DAA0D;AAC1D,qDAAkD;AAClD,mGAAgG;AAChG,+DAA4D;AAC5D,2DAAwD;AACxD,yDAAsD;AACtD,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,6DAA0D;AAC1D,2DAAwD;AACxD,yDAAsD;AACtD,+DAA4D;AAC5D,iEAA8D;AAC9D,iEAA8D;AAC9D,iEAA8D;AAC9D,6EAA0E;AAC1E,yDAAsD;AACtD,yDAAsD;AACtD,iEAA8D;AAC9D,yEAAsE;AACtE,iEAA8D;AAC9D,2EAAwE;AACxE,qEAAkE;AAClE,6CAA0C;AAC1C,iEAA8D;AAC9D,iGAA8F;AAC9F,+EAA4E;AAC5E,mEAAgE;AAChE,uEAAoE;AACpE,6DAA0D;AAC1D,mEAAgE;AAChE,uEAAoE;AACpE,6DAA0D;AAE7C,QAAA,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,2CAAoB;IACpB,mCAAgB;IAChB,uDAA0B;IAC1B,+BAAc;IACd,mCAAgB;IAChB,qCAAiB;IACjB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,qCAAiB;IACjB,yCAAmB;IACnB,yDAA2B;IAC3B,yCAAmB;IACnB,qCAAiB;IACjB,yDAA2B;IAC3B,yCAAmB;IACnB,2CAAoB;IACpB,2CAAoB;IACpB,+CAAsB;IACtB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+CAAsB;IACtB,6CAAqB;IACrB,2CAAoB;IACpB,qDAAyB;IACzB,uCAAkB;IAClB,mCAAgB;IAChB,mCAAgB;IAChB,+CAAsB;IACtB,+CAAsB;IACtB,2CAAoB;IACpB,mDAAwB;IACxB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,uCAAkB;IAClB,+BAAc;IACd,2EAAoC;IACpC,2CAAoB;IACpB,6EAAqC;IACrC,yCAAmB;IACnB,qCAAiB;IACjB,mCAAgB;IAChB,+BAAc;IACd,mCAAgB;IAChB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,yCAAmB;IACnB,2CAAoB;IACpB,yDAA2B;IAC3B,6CAAqB;IACrB,iDAAuB;IACvB,uCAAkB;IAClB,6CAAqB;IACrB,iDAAuB;IACvB,uCAAkB;IAKlB,uBAAU;CACX,CAAC,CAAC"}
1
+ {"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iEAA8D;AAC9D,yDAAsD;AACtD,qDAAkD;AAClD,uEAAoE;AACpE,2DAAwD;AACxD,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,2DAAwD;AACxD,+DAA4D;AAC5D,+EAA4E;AAC5E,+DAA4D;AAC5D,2DAAwD;AACxD,+EAA4E;AAC5E,+DAA4D;AAC5D,iEAA8D;AAC9D,qEAAkE;AAClE,yDAAsD;AACtD,yDAAsD;AACtD,6DAA0D;AAC1D,qEAAkE;AAClE,mEAAgE;AAChE,6DAA0D;AAC1D,yDAAsD;AACtD,yDAAsD;AACtD,qEAAkE;AAClE,iEAA8D;AAC9D,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,6DAA0D;AAC1D,qDAAkD;AAClD,mGAAgG;AAChG,+DAA4D;AAC5D,2DAAwD;AACxD,yDAAsD;AACtD,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,6DAA0D;AAC1D,2DAAwD;AACxD,yDAAsD;AACtD,+DAA4D;AAC5D,iEAA8D;AAC9D,iEAA8D;AAC9D,iEAA8D;AAC9D,6EAA0E;AAC1E,yDAAsD;AACtD,yDAAsD;AACtD,iEAA8D;AAC9D,yEAAsE;AACtE,iEAA8D;AAC9D,2EAAwE;AACxE,qEAAkE;AAClE,6CAA0C;AAC1C,iEAA8D;AAC9D,iGAA8F;AAC9F,+EAA4E;AAC5E,mEAAgE;AAChE,uEAAoE;AACpE,6DAA0D;AAC1D,mEAAgE;AAChE,uEAAoE;AACpE,6DAA0D;AAE7C,QAAA,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,2CAAoB;IACpB,mCAAgB;IAChB,uDAA0B;IAC1B,+BAAc;IACd,mCAAgB;IAChB,iDAAuB;IACvB,qCAAiB;IACjB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,qCAAiB;IACjB,yCAAmB;IACnB,yDAA2B;IAC3B,yCAAmB;IACnB,qCAAiB;IACjB,yDAA2B;IAC3B,yCAAmB;IACnB,2CAAoB;IACpB,2CAAoB;IACpB,+CAAsB;IACtB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+CAAsB;IACtB,6CAAqB;IACrB,2CAAoB;IACpB,qDAAyB;IACzB,uCAAkB;IAClB,mCAAgB;IAChB,mCAAgB;IAChB,+CAAsB;IACtB,+CAAsB;IACtB,2CAAoB;IACpB,mDAAwB;IACxB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,uCAAkB;IAClB,+BAAc;IACd,2EAAoC;IACpC,2CAAoB;IACpB,6EAAqC;IACrC,yCAAmB;IACnB,qCAAiB;IACjB,mCAAgB;IAChB,+BAAc;IACd,mCAAgB;IAChB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,yCAAmB;IACnB,2CAAoB;IACpB,yDAA2B;IAC3B,6CAAqB;IACrB,iDAAuB;IACvB,uCAAkB;IAClB,6CAAqB;IACrB,iDAAuB;IACvB,uCAAkB;IAKlB,uBAAU;CACX,CAAC,CAAC"}
@@ -13,6 +13,7 @@ export declare const intentTypes: {
13
13
  claim: t.LiteralC<"claim">;
14
14
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
15
15
  pledge: t.LiteralC<"pledge">;
16
+ voteDelegation: t.LiteralC<"voteDelegation">;
16
17
  vote: t.LiteralC<"vote">;
17
18
  createAccount: t.LiteralC<"createAccount">;
18
19
  updateAccount: t.LiteralC<"updateAccount">;
@@ -44,6 +45,7 @@ export declare const IntentType: t.KeyofC<{
44
45
  claim: t.LiteralC<"claim">;
45
46
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
46
47
  pledge: t.LiteralC<"pledge">;
48
+ voteDelegation: t.LiteralC<"voteDelegation">;
47
49
  vote: t.LiteralC<"vote">;
48
50
  createAccount: t.LiteralC<"createAccount">;
49
51
  updateAccount: t.LiteralC<"updateAccount">;
@@ -39,6 +39,7 @@ exports.intentTypes = {
39
39
  claim: t.literal("claim"),
40
40
  stakeClaimRewards: t.literal("stakeClaimRewards"),
41
41
  pledge: t.literal("pledge"),
42
+ voteDelegation: t.literal("voteDelegation"),
42
43
  vote: t.literal("vote"),
43
44
  createAccount: t.literal("createAccount"),
44
45
  updateAccount: t.literal("updateAccount"),
@@ -1 +1 @@
1
- {"version":3,"file":"intentType.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAEd,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACvB,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;IAC7D,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;CACtE,CAAC;AAEW,QAAA,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,mBAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"intentType.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAEd,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACvB,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;IAC7D,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;CACtE,CAAC;AAEW,QAAA,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,mBAAW,CAAC,CAAC"}
@@ -14,6 +14,7 @@ export declare const LightningPaymentIntent: t.IntersectionC<[t.IntersectionC<[t
14
14
  claim: t.LiteralC<"claim">;
15
15
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
16
16
  pledge: t.LiteralC<"pledge">;
17
+ voteDelegation: t.LiteralC<"voteDelegation">;
17
18
  vote: t.LiteralC<"vote">;
18
19
  createAccount: t.LiteralC<"createAccount">;
19
20
  updateAccount: t.LiteralC<"updateAccount">;
@@ -14,6 +14,7 @@ export declare const MmiSignMessageIntent: t.IntersectionC<[t.IntersectionC<[t.I
14
14
  claim: t.LiteralC<"claim">;
15
15
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
16
16
  pledge: t.LiteralC<"pledge">;
17
+ voteDelegation: t.LiteralC<"voteDelegation">;
17
18
  vote: t.LiteralC<"vote">;
18
19
  createAccount: t.LiteralC<"createAccount">;
19
20
  updateAccount: t.LiteralC<"updateAccount">;
@@ -14,6 +14,7 @@ export declare const MmiSignTransactionIntent: t.IntersectionC<[t.IntersectionC<
14
14
  claim: t.LiteralC<"claim">;
15
15
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
16
16
  pledge: t.LiteralC<"pledge">;
17
+ voteDelegation: t.LiteralC<"voteDelegation">;
17
18
  vote: t.LiteralC<"vote">;
18
19
  createAccount: t.LiteralC<"createAccount">;
19
20
  updateAccount: t.LiteralC<"updateAccount">;
@@ -14,6 +14,7 @@ export declare const NearStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
14
14
  claim: t.LiteralC<"claim">;
15
15
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
16
16
  pledge: t.LiteralC<"pledge">;
17
+ voteDelegation: t.LiteralC<"voteDelegation">;
17
18
  vote: t.LiteralC<"vote">;
18
19
  createAccount: t.LiteralC<"createAccount">;
19
20
  updateAccount: t.LiteralC<"updateAccount">;
@@ -14,6 +14,7 @@ export declare const NearUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
14
14
  claim: t.LiteralC<"claim">;
15
15
  stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
16
16
  pledge: t.LiteralC<"pledge">;
17
+ voteDelegation: t.LiteralC<"voteDelegation">;
17
18
  vote: t.LiteralC<"vote">;
18
19
  createAccount: t.LiteralC<"createAccount">;
19
20
  updateAccount: t.LiteralC<"updateAccount">;