@bitgo/public-types 4.24.0 → 4.26.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 (113) hide show
  1. package/dist/src/schema/lightning/payment.d.ts +14 -0
  2. package/dist/src/schema/lightning/payment.js +13 -1
  3. package/dist/src/schema/lightning/payment.js.map +1 -1
  4. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -0
  5. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
  6. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
  7. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
  8. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
  9. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
  10. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
  11. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
  12. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
  13. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
  14. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
  15. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
  16. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
  17. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +48 -0
  18. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.js +37 -0
  19. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.js.map +1 -0
  20. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
  21. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
  22. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
  23. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
  24. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
  25. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
  26. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
  27. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
  28. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
  29. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
  30. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
  31. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
  32. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
  33. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
  34. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
  35. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
  36. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
  37. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
  38. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
  39. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
  40. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
  41. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
  42. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
  43. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
  44. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
  45. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
  46. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
  47. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
  48. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
  49. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
  50. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
  51. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
  52. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
  53. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
  54. package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
  55. package/dist/src/schema/transactionRequest/intents/index.js +1 -0
  56. package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
  57. package/dist/src/schema/transactionRequest/intents/intent.d.ts +169 -2
  58. package/dist/src/schema/transactionRequest/intents/intent.js +2 -0
  59. package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
  60. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -0
  61. package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
  62. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  63. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +53 -2
  64. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.js +15 -6
  65. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.js.map +1 -1
  66. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
  67. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
  68. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
  69. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
  70. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
  71. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
  72. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
  73. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
  74. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
  75. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
  76. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
  77. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
  78. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
  79. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
  80. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
  81. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -0
  82. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
  83. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
  84. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
  85. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
  86. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
  87. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
  88. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
  89. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
  90. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
  91. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
  92. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
  93. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
  94. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
  95. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
  96. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
  97. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
  98. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
  99. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
  100. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
  101. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
  102. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
  103. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
  104. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
  105. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
  106. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
  107. package/package.json +1 -1
  108. package/src/schema/lightning/payment.ts +18 -0
  109. package/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.ts +20 -0
  110. package/src/schema/transactionRequest/intents/index.ts +1 -0
  111. package/src/schema/transactionRequest/intents/intent.ts +2 -0
  112. package/src/schema/transactionRequest/intents/intentType.ts +1 -0
  113. package/src/schema/transactionRequest/intents/lightningPaymentIntent.ts +19 -7
@@ -71,6 +71,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
71
71
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
72
72
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
73
73
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
74
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
74
75
  }>;
75
76
  }>, t.PartialC<{
76
77
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -130,6 +131,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
130
131
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
131
132
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
132
133
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
134
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
133
135
  }>;
134
136
  }>, t.PartialC<{
135
137
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -177,6 +179,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
177
179
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
178
180
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
179
181
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
182
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
180
183
  }>;
181
184
  }>, t.PartialC<{
182
185
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -231,6 +234,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
231
234
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
232
235
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
233
236
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
237
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
234
238
  }>;
235
239
  }>, t.PartialC<{
236
240
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -284,6 +288,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
284
288
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
285
289
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
286
290
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
291
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
287
292
  }>;
288
293
  }>, t.PartialC<{
289
294
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -329,6 +334,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
329
334
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
330
335
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
331
336
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
337
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
332
338
  }>;
333
339
  }>, t.PartialC<{
334
340
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -388,6 +394,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
388
394
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
389
395
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
390
396
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
397
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
391
398
  }>;
392
399
  }>, t.PartialC<{
393
400
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -465,6 +472,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
465
472
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
466
473
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
467
474
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
475
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
468
476
  }>;
469
477
  }>, t.PartialC<{
470
478
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -542,6 +550,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
542
550
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
543
551
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
544
552
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
553
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
545
554
  }>;
546
555
  }>, t.PartialC<{
547
556
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -599,6 +608,52 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
599
608
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
600
609
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
601
610
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
611
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
612
+ }>;
613
+ }>, t.PartialC<{
614
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
615
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
616
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
617
+ }>]>, t.TypeC<{
618
+ stakingRequestId: t.StringC;
619
+ }>]>, t.TypeC<{
620
+ intentType: t.LiteralC<"createBtcDelegation">;
621
+ createBtcDelegationBytes: t.StringC;
622
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
623
+ intentType: t.KeyofC<{
624
+ payment: t.LiteralC<"payment">;
625
+ transferToken: t.LiteralC<"transferToken">;
626
+ consolidate: t.LiteralC<"consolidate">;
627
+ consolidateToken: t.LiteralC<"consolidateToken">;
628
+ fanout: t.LiteralC<"fanout">;
629
+ stake: t.LiteralC<"stake">;
630
+ unstake: t.LiteralC<"unstake">;
631
+ delegate: t.LiteralC<"delegate">;
632
+ undelegate: t.LiteralC<"undelegate">;
633
+ switchValidator: t.LiteralC<"switchValidator">;
634
+ claim: t.LiteralC<"claim">;
635
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
636
+ pledge: t.LiteralC<"pledge">;
637
+ voteDelegation: t.LiteralC<"voteDelegation">;
638
+ vote: t.LiteralC<"vote">;
639
+ createAccount: t.LiteralC<"createAccount">;
640
+ updateAccount: t.LiteralC<"updateAccount">;
641
+ addTrustLine: t.LiteralC<"addTrustLine">;
642
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
643
+ signMessage: t.LiteralC<"signMessage">;
644
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
645
+ enableToken: t.LiteralC<"enableToken">;
646
+ authorize: t.LiteralC<"authorize">;
647
+ acceleration: t.LiteralC<"acceleration">;
648
+ fillNonce: t.LiteralC<"fillNonce">;
649
+ walletRecovery: t.LiteralC<"walletRecovery">;
650
+ contractCall: t.LiteralC<"contractCall">;
651
+ deactivate: t.LiteralC<"deactivate">;
652
+ customTx: t.LiteralC<"customTx">;
653
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
654
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
655
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
656
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
602
657
  }>;
603
658
  }>, t.PartialC<{
604
659
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -650,6 +705,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
650
705
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
651
706
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
652
707
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
708
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
653
709
  }>;
654
710
  }>, t.PartialC<{
655
711
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -700,6 +756,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
700
756
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
701
757
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
702
758
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
759
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
703
760
  }>;
704
761
  }>, t.PartialC<{
705
762
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -754,6 +811,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
754
811
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
755
812
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
756
813
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
814
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
757
815
  }>;
758
816
  }>, t.PartialC<{
759
817
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -813,6 +871,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
813
871
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
814
872
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
815
873
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
874
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
816
875
  }>;
817
876
  }>, t.PartialC<{
818
877
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -889,6 +948,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
889
948
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
890
949
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
891
950
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
951
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
892
952
  }>;
893
953
  }>, t.PartialC<{
894
954
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -938,6 +998,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
938
998
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
939
999
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
940
1000
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1001
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
941
1002
  }>;
942
1003
  }>, t.PartialC<{
943
1004
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1014,6 +1075,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1014
1075
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1015
1076
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1016
1077
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1078
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1017
1079
  }>;
1018
1080
  }>, t.PartialC<{
1019
1081
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1103,6 +1165,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1103
1165
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1104
1166
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1105
1167
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1168
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1106
1169
  }>;
1107
1170
  }>, t.PartialC<{
1108
1171
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1196,6 +1259,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1196
1259
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1197
1260
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1198
1261
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1262
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1199
1263
  }>;
1200
1264
  }>, t.PartialC<{
1201
1265
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1277,6 +1341,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1277
1341
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1278
1342
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1279
1343
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1344
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1280
1345
  }>;
1281
1346
  }>, t.PartialC<{
1282
1347
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1345,6 +1410,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1345
1410
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1346
1411
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1347
1412
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1413
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1348
1414
  }>;
1349
1415
  }>, t.PartialC<{
1350
1416
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1412,6 +1478,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1412
1478
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1413
1479
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1414
1480
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1481
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1415
1482
  }>;
1416
1483
  }>, t.PartialC<{
1417
1484
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1479,6 +1546,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1479
1546
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1480
1547
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1481
1548
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1549
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1482
1550
  }>;
1483
1551
  }>, t.PartialC<{
1484
1552
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1618,6 +1686,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1618
1686
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1619
1687
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1620
1688
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1689
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1621
1690
  }>;
1622
1691
  }>, t.PartialC<{
1623
1692
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1724,6 +1793,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1724
1793
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1725
1794
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1726
1795
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1796
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1727
1797
  }>;
1728
1798
  }>, t.PartialC<{
1729
1799
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1789,6 +1859,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1789
1859
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1790
1860
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1791
1861
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1862
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1792
1863
  }>;
1793
1864
  }>, t.PartialC<{
1794
1865
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1883,6 +1954,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1883
1954
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1884
1955
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1885
1956
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
1957
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1886
1958
  }>;
1887
1959
  }>, t.PartialC<{
1888
1960
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1966,6 +2038,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1966
2038
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
1967
2039
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
1968
2040
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2041
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
1969
2042
  }>;
1970
2043
  }>, t.PartialC<{
1971
2044
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2070,6 +2143,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2070
2143
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2071
2144
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2072
2145
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2146
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2073
2147
  }>;
2074
2148
  }>, t.PartialC<{
2075
2149
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2127,6 +2201,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2127
2201
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2128
2202
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2129
2203
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2204
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2130
2205
  }>;
2131
2206
  }>, t.PartialC<{
2132
2207
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2152,7 +2227,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2152
2227
  }>]>>;
2153
2228
  }>]>, t.PartialC<{
2154
2229
  memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2155
- }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2230
+ }>]>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2156
2231
  intentType: t.KeyofC<{
2157
2232
  payment: t.LiteralC<"payment">;
2158
2233
  transferToken: t.LiteralC<"transferToken">;
@@ -2186,6 +2261,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2186
2261
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2187
2262
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2188
2263
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2264
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2189
2265
  }>;
2190
2266
  }>, t.PartialC<{
2191
2267
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2202,7 +2278,57 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2202
2278
  signature: t.StringC;
2203
2279
  }>, t.TypeC<{
2204
2280
  intentType: t.LiteralC<"payment">;
2205
- }>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2281
+ }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2282
+ intentType: t.KeyofC<{
2283
+ payment: t.LiteralC<"payment">;
2284
+ transferToken: t.LiteralC<"transferToken">;
2285
+ consolidate: t.LiteralC<"consolidate">;
2286
+ consolidateToken: t.LiteralC<"consolidateToken">;
2287
+ fanout: t.LiteralC<"fanout">;
2288
+ stake: t.LiteralC<"stake">;
2289
+ unstake: t.LiteralC<"unstake">;
2290
+ delegate: t.LiteralC<"delegate">;
2291
+ undelegate: t.LiteralC<"undelegate">;
2292
+ switchValidator: t.LiteralC<"switchValidator">;
2293
+ claim: t.LiteralC<"claim">;
2294
+ stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
2295
+ pledge: t.LiteralC<"pledge">;
2296
+ voteDelegation: t.LiteralC<"voteDelegation">;
2297
+ vote: t.LiteralC<"vote">;
2298
+ createAccount: t.LiteralC<"createAccount">;
2299
+ updateAccount: t.LiteralC<"updateAccount">;
2300
+ addTrustLine: t.LiteralC<"addTrustLine">;
2301
+ removeTrustLine: t.LiteralC<"removeTrustLine">;
2302
+ signMessage: t.LiteralC<"signMessage">;
2303
+ signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
2304
+ enableToken: t.LiteralC<"enableToken">;
2305
+ authorize: t.LiteralC<"authorize">;
2306
+ acceleration: t.LiteralC<"acceleration">;
2307
+ fillNonce: t.LiteralC<"fillNonce">;
2308
+ walletRecovery: t.LiteralC<"walletRecovery">;
2309
+ contractCall: t.LiteralC<"contractCall">;
2310
+ deactivate: t.LiteralC<"deactivate">;
2311
+ customTx: t.LiteralC<"customTx">;
2312
+ closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2313
+ stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2314
+ feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2315
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2316
+ }>;
2317
+ }>, t.PartialC<{
2318
+ sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2319
+ comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
2320
+ nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
2321
+ }>]>, t.TypeC<{
2322
+ intentType: t.LiteralC<"payment">;
2323
+ onchainRequest: t.IntersectionC<[t.TypeC<{
2324
+ recipients: t.ArrayC<t.TypeC<{
2325
+ amountSat: import("io-ts-types").BigIntFromStringC;
2326
+ address: t.StringC;
2327
+ }>>;
2328
+ }>, t.PartialC<{
2329
+ satsPerVbyte: import("io-ts-types").BigIntFromStringC;
2330
+ }>]>;
2331
+ }>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
2206
2332
  intentType: t.KeyofC<{
2207
2333
  payment: t.LiteralC<"payment">;
2208
2334
  transferToken: t.LiteralC<"transferToken">;
@@ -2236,6 +2362,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2236
2362
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2237
2363
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2238
2364
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2365
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2239
2366
  }>;
2240
2367
  }>, t.PartialC<{
2241
2368
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2281,6 +2408,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2281
2408
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2282
2409
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2283
2410
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2411
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2284
2412
  }>;
2285
2413
  }>, t.PartialC<{
2286
2414
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2340,6 +2468,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2340
2468
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2341
2469
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2342
2470
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2471
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2343
2472
  }>;
2344
2473
  }>, t.PartialC<{
2345
2474
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2400,6 +2529,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2400
2529
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2401
2530
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2402
2531
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2532
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2403
2533
  }>;
2404
2534
  }>, t.PartialC<{
2405
2535
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2460,6 +2590,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2460
2590
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2461
2591
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2462
2592
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2593
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2463
2594
  }>;
2464
2595
  }>, t.PartialC<{
2465
2596
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2528,6 +2659,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2528
2659
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2529
2660
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2530
2661
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2662
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2531
2663
  }>;
2532
2664
  }>, t.PartialC<{
2533
2665
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2581,6 +2713,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2581
2713
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2582
2714
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2583
2715
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2716
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2584
2717
  }>;
2585
2718
  }>, t.PartialC<{
2586
2719
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2642,6 +2775,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2642
2775
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2643
2776
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2644
2777
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2778
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2645
2779
  }>;
2646
2780
  }>, t.PartialC<{
2647
2781
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2725,6 +2859,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2725
2859
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2726
2860
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2727
2861
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2862
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2728
2863
  }>;
2729
2864
  }>, t.PartialC<{
2730
2865
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2775,6 +2910,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2775
2910
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2776
2911
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2777
2912
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2913
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2778
2914
  }>;
2779
2915
  }>, t.PartialC<{
2780
2916
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2822,6 +2958,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2822
2958
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2823
2959
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2824
2960
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
2961
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2825
2962
  }>;
2826
2963
  }>, t.PartialC<{
2827
2964
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2871,6 +3008,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2871
3008
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2872
3009
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2873
3010
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3011
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2874
3012
  }>;
2875
3013
  }>, t.PartialC<{
2876
3014
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2932,6 +3070,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2932
3070
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2933
3071
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2934
3072
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3073
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2935
3074
  }>;
2936
3075
  }>, t.PartialC<{
2937
3076
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2985,6 +3124,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2985
3124
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
2986
3125
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
2987
3126
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3127
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
2988
3128
  }>;
2989
3129
  }>, t.PartialC<{
2990
3130
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3086,6 +3226,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3086
3226
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3087
3227
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3088
3228
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3229
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3089
3230
  }>;
3090
3231
  }>, t.PartialC<{
3091
3232
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3195,6 +3336,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3195
3336
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3196
3337
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3197
3338
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3339
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3198
3340
  }>;
3199
3341
  }>, t.PartialC<{
3200
3342
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3239,6 +3381,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3239
3381
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3240
3382
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3241
3383
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3384
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3242
3385
  }>;
3243
3386
  }>, t.PartialC<{
3244
3387
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3278,6 +3421,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3278
3421
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3279
3422
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3280
3423
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3424
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3281
3425
  }>;
3282
3426
  }>, t.PartialC<{
3283
3427
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3325,6 +3469,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3325
3469
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3326
3470
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3327
3471
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3472
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3328
3473
  }>;
3329
3474
  }>, t.PartialC<{
3330
3475
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3382,6 +3527,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3382
3527
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3383
3528
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3384
3529
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3530
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3385
3531
  }>;
3386
3532
  }>, t.PartialC<{
3387
3533
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3426,6 +3572,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3426
3572
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3427
3573
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3428
3574
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3575
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3429
3576
  }>;
3430
3577
  }>, t.PartialC<{
3431
3578
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3505,6 +3652,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3505
3652
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3506
3653
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3507
3654
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3655
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3508
3656
  }>;
3509
3657
  }>, t.PartialC<{
3510
3658
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3566,6 +3714,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3566
3714
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3567
3715
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3568
3716
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3717
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3569
3718
  }>;
3570
3719
  }>, t.PartialC<{
3571
3720
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3609,6 +3758,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3609
3758
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3610
3759
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3611
3760
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3761
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3612
3762
  }>;
3613
3763
  }>, t.PartialC<{
3614
3764
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3671,6 +3821,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3671
3821
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3672
3822
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3673
3823
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3824
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3674
3825
  }>;
3675
3826
  }>, t.PartialC<{
3676
3827
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3722,6 +3873,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3722
3873
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3723
3874
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3724
3875
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3876
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3725
3877
  }>;
3726
3878
  }>, t.PartialC<{
3727
3879
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3820,6 +3972,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3820
3972
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3821
3973
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3822
3974
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
3975
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3823
3976
  }>;
3824
3977
  }>, t.PartialC<{
3825
3978
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3869,6 +4022,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3869
4022
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3870
4023
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3871
4024
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4025
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3872
4026
  }>;
3873
4027
  }>, t.PartialC<{
3874
4028
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3928,6 +4082,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3928
4082
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3929
4083
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3930
4084
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4085
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3931
4086
  }>;
3932
4087
  }>, t.PartialC<{
3933
4088
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3975,6 +4130,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3975
4130
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
3976
4131
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
3977
4132
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4133
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
3978
4134
  }>;
3979
4135
  }>, t.PartialC<{
3980
4136
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4016,6 +4172,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4016
4172
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4017
4173
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4018
4174
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4175
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4019
4176
  }>;
4020
4177
  }>, t.PartialC<{
4021
4178
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4059,6 +4216,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4059
4216
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4060
4217
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4061
4218
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4219
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4062
4220
  }>;
4063
4221
  }>, t.PartialC<{
4064
4222
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4109,6 +4267,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4109
4267
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4110
4268
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4111
4269
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4270
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4112
4271
  }>;
4113
4272
  }>, t.PartialC<{
4114
4273
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4159,6 +4318,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4159
4318
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4160
4319
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4161
4320
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4321
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4162
4322
  }>;
4163
4323
  }>, t.PartialC<{
4164
4324
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4204,6 +4364,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4204
4364
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4205
4365
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4206
4366
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4367
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4207
4368
  }>;
4208
4369
  }>, t.PartialC<{
4209
4370
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4245,6 +4406,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4245
4406
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4246
4407
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4247
4408
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4409
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4248
4410
  }>;
4249
4411
  }>, t.PartialC<{
4250
4412
  recipients: t.UnionC<[t.Type<({
@@ -4308,6 +4470,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4308
4470
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4309
4471
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4310
4472
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4473
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4311
4474
  }>;
4312
4475
  }>, t.PartialC<{
4313
4476
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4379,6 +4542,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4379
4542
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4380
4543
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4381
4544
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4545
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4382
4546
  }>;
4383
4547
  }>, t.PartialC<{
4384
4548
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4460,6 +4624,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4460
4624
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4461
4625
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4462
4626
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4627
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4463
4628
  }>;
4464
4629
  }>, t.PartialC<{
4465
4630
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4513,6 +4678,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4513
4678
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4514
4679
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4515
4680
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4681
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4516
4682
  }>;
4517
4683
  }>, t.PartialC<{
4518
4684
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4576,6 +4742,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4576
4742
  closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
4577
4743
  stakeWithCallData: t.LiteralC<"stakeWithCallData">;
4578
4744
  feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
4745
+ createBtcDelegation: t.LiteralC<"createBtcDelegation">;
4579
4746
  }>;
4580
4747
  }>, t.PartialC<{
4581
4748
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;