@bitgo/public-types 6.9.0 → 6.11.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 (171) hide show
  1. package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +3 -0
  2. package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +3 -0
  3. package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +3 -0
  4. package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +3 -0
  5. package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +3 -0
  6. package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +3 -0
  7. package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +3 -0
  8. package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +3 -0
  9. package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +3 -0
  10. package/dist/src/schema/transactionRequest/intents/aptCustomTxIntent.d.ts +3 -0
  11. package/dist/src/schema/transactionRequest/intents/aptStakeIntent.d.ts +3 -0
  12. package/dist/src/schema/transactionRequest/intents/aptUnstakeIntent.d.ts +3 -0
  13. package/dist/src/schema/transactionRequest/intents/aptWithdrawStakeIntent.d.ts +3 -0
  14. package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +3 -0
  15. package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +3 -0
  16. package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +3 -0
  17. package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +3 -0
  18. package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +3 -0
  19. package/dist/src/schema/transactionRequest/intents/babyWithdrawRewardIntent.d.ts +3 -0
  20. package/dist/src/schema/transactionRequest/intents/baseBridgeFundsIntent.d.ts +3 -0
  21. package/dist/src/schema/transactionRequest/intents/baseGoStakeIntent.d.ts +3 -0
  22. package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +6 -0
  23. package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +3 -0
  24. package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +3 -0
  25. package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +3 -0
  26. package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +3 -0
  27. package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +3 -0
  28. package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +3 -0
  29. package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +3 -0
  30. package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationAcceptIntent.d.ts +3 -0
  31. package/dist/src/schema/transactionRequest/intents/cantonCosignDelegationProposalIntent.d.ts +3 -0
  32. package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.d.ts +4 -0
  33. package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.js +1 -0
  34. package/dist/src/schema/transactionRequest/intents/cantonPaymentIntent.js.map +1 -1
  35. package/dist/src/schema/transactionRequest/intents/cantonTransferAcceptIntent.d.ts +3 -0
  36. package/dist/src/schema/transactionRequest/intents/cantonTransferAcknowledgeIntent.d.ts +3 -0
  37. package/dist/src/schema/transactionRequest/intents/cantonTransferOfferWithdrawnIntent.d.ts +3 -0
  38. package/dist/src/schema/transactionRequest/intents/cantonTransferRejectIntent.d.ts +3 -0
  39. package/dist/src/schema/transactionRequest/intents/claimIntent.d.ts +3 -0
  40. package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +3 -0
  41. package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +3 -0
  42. package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +3 -0
  43. package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +3 -0
  44. package/dist/src/schema/transactionRequest/intents/cosmosContractCallIntent.d.ts +3 -0
  45. package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +3 -0
  46. package/dist/src/schema/transactionRequest/intents/cosmosStakeClaimRewardsIntent.d.ts +3 -0
  47. package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +3 -0
  48. package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +3 -0
  49. package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +3 -0
  50. package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +3 -0
  51. package/dist/src/schema/transactionRequest/intents/defiDepositIntent.d.ts +3 -0
  52. package/dist/src/schema/transactionRequest/intents/defiRedeemIntent.d.ts +3 -0
  53. package/dist/src/schema/transactionRequest/intents/delegateIntent.d.ts +3 -0
  54. package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +3 -0
  55. package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +3 -0
  56. package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +3 -0
  57. package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +3 -0
  58. package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +3 -0
  59. package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +3 -0
  60. package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +3 -0
  61. package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +3 -0
  62. package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +3 -0
  63. package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +3 -0
  64. package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +6 -0
  65. package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +3 -0
  66. package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +3 -0
  67. package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +3 -0
  68. package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +3 -0
  69. package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +3 -0
  70. package/dist/src/schema/transactionRequest/intents/goUnstakeIntent.d.ts +3 -0
  71. package/dist/src/schema/transactionRequest/intents/hbarUpdateAccountIntent.d.ts +3 -0
  72. package/dist/src/schema/transactionRequest/intents/hypeevmBridgeFundsIntent.d.ts +3 -0
  73. package/dist/src/schema/transactionRequest/intents/hypeevmEnableBridgingIntent.d.ts +3 -0
  74. package/dist/src/schema/transactionRequest/intents/hypeevmSpotTransferIntent.d.ts +3 -0
  75. package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +3 -0
  76. package/dist/src/schema/transactionRequest/intents/intent.d.ts +415 -0
  77. package/dist/src/schema/transactionRequest/intents/intentType.d.ts +6 -0
  78. package/dist/src/schema/transactionRequest/intents/intentType.js +3 -0
  79. package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
  80. package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.d.ts +3 -0
  81. package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.d.ts +3 -0
  82. package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.d.ts +6 -0
  83. package/dist/src/schema/transactionRequest/intents/irysPledgeIntent.d.ts +3 -0
  84. package/dist/src/schema/transactionRequest/intents/irysStakeIntent.d.ts +3 -0
  85. package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +6 -0
  86. package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +3 -0
  87. package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +3 -0
  88. package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +3 -0
  89. package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +3 -0
  90. package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +3 -0
  91. package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +3 -0
  92. package/dist/src/schema/transactionRequest/intents/polyxBaseIntent.d.ts +3 -0
  93. package/dist/src/schema/transactionRequest/intents/polyxCreateAccountIntent.d.ts +3 -0
  94. package/dist/src/schema/transactionRequest/intents/polyxPreApproveAssetIntent.d.ts +3 -0
  95. package/dist/src/schema/transactionRequest/intents/polyxStakeIntent.d.ts +3 -0
  96. package/dist/src/schema/transactionRequest/intents/polyxUnstakeIntent.d.ts +3 -0
  97. package/dist/src/schema/transactionRequest/intents/polyxWithdrawIntent.d.ts +3 -0
  98. package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +3 -0
  99. package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +3 -0
  100. package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +3 -0
  101. package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +3 -0
  102. package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +3 -0
  103. package/dist/src/schema/transactionRequest/intents/solCustomTxIntent.d.ts +3 -0
  104. package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +3 -0
  105. package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +3 -0
  106. package/dist/src/schema/transactionRequest/intents/solGoUnstakeIntent.d.ts +3 -0
  107. package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +3 -0
  108. package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +6 -0
  109. package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +6 -0
  110. package/dist/src/schema/transactionRequest/intents/solVersionedCustomTxIntent.d.ts +3 -0
  111. package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +3 -0
  112. package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +3 -0
  113. package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +3 -0
  114. package/dist/src/schema/transactionRequest/intents/stakeWithCallDataIntent.d.ts +3 -0
  115. package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +3 -0
  116. package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +3 -0
  117. package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +3 -0
  118. package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +3 -0
  119. package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +6 -0
  120. package/dist/src/schema/transactionRequest/intents/suiGoUnstakeIntent.d.ts +6 -0
  121. package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +6 -0
  122. package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +3 -0
  123. package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +3 -0
  124. package/dist/src/schema/transactionRequest/intents/switchValidatorWithCallDataIntent.d.ts +3 -0
  125. package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +6 -0
  126. package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +3 -0
  127. package/dist/src/schema/transactionRequest/intents/taoSwitchValidatorIntent.d.ts +3 -0
  128. package/dist/src/schema/transactionRequest/intents/taoTransferStakeIntent.d.ts +3 -0
  129. package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +6 -0
  130. package/dist/src/schema/transactionRequest/intents/tokenApprovalIntent.d.ts +3 -0
  131. package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +3 -0
  132. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorDelegateIntent.d.ts +3 -0
  133. package/dist/src/schema/transactionRequest/intents/tonMultiNominatorUndelegateIntent.d.ts +3 -0
  134. package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +3 -0
  135. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorDelegateIntent.d.ts +3 -0
  136. package/dist/src/schema/transactionRequest/intents/tonSingleNominatorUndelegateIntent.d.ts +3 -0
  137. package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +3 -0
  138. package/dist/src/schema/transactionRequest/intents/tonWhalesDelegateIntent.d.ts +3 -0
  139. package/dist/src/schema/transactionRequest/intents/tonWhalesUndelegateIntent.d.ts +3 -0
  140. package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +3 -0
  141. package/dist/src/schema/transactionRequest/intents/trxClaimRewardsIntent.d.ts +3 -0
  142. package/dist/src/schema/transactionRequest/intents/trxDelegateResourceIntent.d.ts +3 -0
  143. package/dist/src/schema/transactionRequest/intents/trxFreezeIntent.d.ts +3 -0
  144. package/dist/src/schema/transactionRequest/intents/trxUndelegateResourceIntent.d.ts +3 -0
  145. package/dist/src/schema/transactionRequest/intents/trxUnfreezeIntent.d.ts +3 -0
  146. package/dist/src/schema/transactionRequest/intents/trxVoteIntent.d.ts +3 -0
  147. package/dist/src/schema/transactionRequest/intents/trxWithdrawExpireUnfreezeIntent.d.ts +3 -0
  148. package/dist/src/schema/transactionRequest/intents/undelegateIntent.d.ts +3 -0
  149. package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +3 -0
  150. package/dist/src/schema/transactionRequest/intents/validatorRegistrationIntent.d.ts +3 -0
  151. package/dist/src/schema/transactionRequest/intents/vetDecreaseStakeIntent.d.ts +3 -0
  152. package/dist/src/schema/transactionRequest/intents/vetDelegateIntent.d.ts +3 -0
  153. package/dist/src/schema/transactionRequest/intents/vetIncreaseStakeIntent.d.ts +3 -0
  154. package/dist/src/schema/transactionRequest/intents/vetSignalExitIntent.d.ts +3 -0
  155. package/dist/src/schema/transactionRequest/intents/vetStakeClaimRewardsIntent.d.ts +3 -0
  156. package/dist/src/schema/transactionRequest/intents/vetStakingIntent.d.ts +3 -0
  157. package/dist/src/schema/transactionRequest/intents/vetUnstakingIntent.d.ts +6 -0
  158. package/dist/src/schema/transactionRequest/intents/vetValidatorRegistrationIntent.d.ts +3 -0
  159. package/dist/src/schema/transactionRequest/intents/vetWithdrawStakeIntent.d.ts +3 -0
  160. package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +3 -0
  161. package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +3 -0
  162. package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +3 -0
  163. package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +3 -0
  164. package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +3 -0
  165. package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +3 -0
  166. package/dist/src/schema/transactionRequest/intents/xdcStakingIntent.d.ts +6 -0
  167. package/dist/src/schema/transactionRequest/intents/xdcUnstakingIntent.d.ts +6 -0
  168. package/dist/src/schema/transactionRequest/transactionRequest.d.ts +830 -0
  169. package/package.json +1 -1
  170. package/src/schema/transactionRequest/intents/cantonPaymentIntent.ts +1 -0
  171. package/src/schema/transactionRequest/intents/intentType.ts +12 -0
@@ -119,6 +119,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
119
119
  "defi-redeem": t.LiteralC<"defi-redeem">;
120
120
  delegateResource: t.LiteralC<"delegateResource">;
121
121
  undelegateResource: t.LiteralC<"undelegateResource">;
122
+ export: t.LiteralC<"export">;
123
+ import: t.LiteralC<"import">;
124
+ importtoc: t.LiteralC<"importtoc">;
122
125
  }>;
123
126
  }>, t.PartialC<{
124
127
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -206,6 +209,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
206
209
  "defi-redeem": t.LiteralC<"defi-redeem">;
207
210
  delegateResource: t.LiteralC<"delegateResource">;
208
211
  undelegateResource: t.LiteralC<"undelegateResource">;
212
+ export: t.LiteralC<"export">;
213
+ import: t.LiteralC<"import">;
214
+ importtoc: t.LiteralC<"importtoc">;
209
215
  }>;
210
216
  }>, t.PartialC<{
211
217
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -280,6 +286,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
280
286
  "defi-redeem": t.LiteralC<"defi-redeem">;
281
287
  delegateResource: t.LiteralC<"delegateResource">;
282
288
  undelegateResource: t.LiteralC<"undelegateResource">;
289
+ export: t.LiteralC<"export">;
290
+ import: t.LiteralC<"import">;
291
+ importtoc: t.LiteralC<"importtoc">;
283
292
  }>;
284
293
  }>, t.PartialC<{
285
294
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -360,6 +369,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
360
369
  "defi-redeem": t.LiteralC<"defi-redeem">;
361
370
  delegateResource: t.LiteralC<"delegateResource">;
362
371
  undelegateResource: t.LiteralC<"undelegateResource">;
372
+ export: t.LiteralC<"export">;
373
+ import: t.LiteralC<"import">;
374
+ importtoc: t.LiteralC<"importtoc">;
363
375
  }>;
364
376
  }>, t.PartialC<{
365
377
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -439,6 +451,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
439
451
  "defi-redeem": t.LiteralC<"defi-redeem">;
440
452
  delegateResource: t.LiteralC<"delegateResource">;
441
453
  undelegateResource: t.LiteralC<"undelegateResource">;
454
+ export: t.LiteralC<"export">;
455
+ import: t.LiteralC<"import">;
456
+ importtoc: t.LiteralC<"importtoc">;
442
457
  }>;
443
458
  }>, t.PartialC<{
444
459
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -510,6 +525,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
510
525
  "defi-redeem": t.LiteralC<"defi-redeem">;
511
526
  delegateResource: t.LiteralC<"delegateResource">;
512
527
  undelegateResource: t.LiteralC<"undelegateResource">;
528
+ export: t.LiteralC<"export">;
529
+ import: t.LiteralC<"import">;
530
+ importtoc: t.LiteralC<"importtoc">;
513
531
  }>;
514
532
  }>, t.PartialC<{
515
533
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -592,6 +610,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
592
610
  "defi-redeem": t.LiteralC<"defi-redeem">;
593
611
  delegateResource: t.LiteralC<"delegateResource">;
594
612
  undelegateResource: t.LiteralC<"undelegateResource">;
613
+ export: t.LiteralC<"export">;
614
+ import: t.LiteralC<"import">;
615
+ importtoc: t.LiteralC<"importtoc">;
595
616
  }>;
596
617
  }>, t.PartialC<{
597
618
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -679,6 +700,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
679
700
  "defi-redeem": t.LiteralC<"defi-redeem">;
680
701
  delegateResource: t.LiteralC<"delegateResource">;
681
702
  undelegateResource: t.LiteralC<"undelegateResource">;
703
+ export: t.LiteralC<"export">;
704
+ import: t.LiteralC<"import">;
705
+ importtoc: t.LiteralC<"importtoc">;
682
706
  }>;
683
707
  }>, t.PartialC<{
684
708
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -783,6 +807,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
783
807
  "defi-redeem": t.LiteralC<"defi-redeem">;
784
808
  delegateResource: t.LiteralC<"delegateResource">;
785
809
  undelegateResource: t.LiteralC<"undelegateResource">;
810
+ export: t.LiteralC<"export">;
811
+ import: t.LiteralC<"import">;
812
+ importtoc: t.LiteralC<"importtoc">;
786
813
  }>;
787
814
  }>, t.PartialC<{
788
815
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -887,6 +914,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
887
914
  "defi-redeem": t.LiteralC<"defi-redeem">;
888
915
  delegateResource: t.LiteralC<"delegateResource">;
889
916
  undelegateResource: t.LiteralC<"undelegateResource">;
917
+ export: t.LiteralC<"export">;
918
+ import: t.LiteralC<"import">;
919
+ importtoc: t.LiteralC<"importtoc">;
890
920
  }>;
891
921
  }>, t.PartialC<{
892
922
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -957,6 +987,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
957
987
  "defi-redeem": t.LiteralC<"defi-redeem">;
958
988
  delegateResource: t.LiteralC<"delegateResource">;
959
989
  undelegateResource: t.LiteralC<"undelegateResource">;
990
+ export: t.LiteralC<"export">;
991
+ import: t.LiteralC<"import">;
992
+ importtoc: t.LiteralC<"importtoc">;
960
993
  }>;
961
994
  }>, t.PartialC<{
962
995
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1027,6 +1060,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1027
1060
  "defi-redeem": t.LiteralC<"defi-redeem">;
1028
1061
  delegateResource: t.LiteralC<"delegateResource">;
1029
1062
  undelegateResource: t.LiteralC<"undelegateResource">;
1063
+ export: t.LiteralC<"export">;
1064
+ import: t.LiteralC<"import">;
1065
+ importtoc: t.LiteralC<"importtoc">;
1030
1066
  }>;
1031
1067
  }>, t.PartialC<{
1032
1068
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1105,6 +1141,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1105
1141
  "defi-redeem": t.LiteralC<"defi-redeem">;
1106
1142
  delegateResource: t.LiteralC<"delegateResource">;
1107
1143
  undelegateResource: t.LiteralC<"undelegateResource">;
1144
+ export: t.LiteralC<"export">;
1145
+ import: t.LiteralC<"import">;
1146
+ importtoc: t.LiteralC<"importtoc">;
1108
1147
  }>;
1109
1148
  }>, t.PartialC<{
1110
1149
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1182,6 +1221,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1182
1221
  "defi-redeem": t.LiteralC<"defi-redeem">;
1183
1222
  delegateResource: t.LiteralC<"delegateResource">;
1184
1223
  undelegateResource: t.LiteralC<"undelegateResource">;
1224
+ export: t.LiteralC<"export">;
1225
+ import: t.LiteralC<"import">;
1226
+ importtoc: t.LiteralC<"importtoc">;
1185
1227
  }>;
1186
1228
  }>, t.PartialC<{
1187
1229
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1262,6 +1304,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1262
1304
  "defi-redeem": t.LiteralC<"defi-redeem">;
1263
1305
  delegateResource: t.LiteralC<"delegateResource">;
1264
1306
  undelegateResource: t.LiteralC<"undelegateResource">;
1307
+ export: t.LiteralC<"export">;
1308
+ import: t.LiteralC<"import">;
1309
+ importtoc: t.LiteralC<"importtoc">;
1265
1310
  }>;
1266
1311
  }>, t.PartialC<{
1267
1312
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1328,6 +1373,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1328
1373
  "defi-redeem": t.LiteralC<"defi-redeem">;
1329
1374
  delegateResource: t.LiteralC<"delegateResource">;
1330
1375
  undelegateResource: t.LiteralC<"undelegateResource">;
1376
+ export: t.LiteralC<"export">;
1377
+ import: t.LiteralC<"import">;
1378
+ importtoc: t.LiteralC<"importtoc">;
1331
1379
  }>;
1332
1380
  }>, t.PartialC<{
1333
1381
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1398,6 +1446,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1398
1446
  "defi-redeem": t.LiteralC<"defi-redeem">;
1399
1447
  delegateResource: t.LiteralC<"delegateResource">;
1400
1448
  undelegateResource: t.LiteralC<"undelegateResource">;
1449
+ export: t.LiteralC<"export">;
1450
+ import: t.LiteralC<"import">;
1451
+ importtoc: t.LiteralC<"importtoc">;
1401
1452
  }>;
1402
1453
  }>, t.PartialC<{
1403
1454
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1428,6 +1479,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1428
1479
  }>]>]>, t.PartialC<{
1429
1480
  memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1430
1481
  isConsolidate: t.BooleanC;
1482
+ numberOfSplits: t.NumberC;
1431
1483
  }>, t.TypeC<{
1432
1484
  unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
1433
1485
  }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
@@ -1488,6 +1540,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1488
1540
  "defi-redeem": t.LiteralC<"defi-redeem">;
1489
1541
  delegateResource: t.LiteralC<"delegateResource">;
1490
1542
  undelegateResource: t.LiteralC<"undelegateResource">;
1543
+ export: t.LiteralC<"export">;
1544
+ import: t.LiteralC<"import">;
1545
+ importtoc: t.LiteralC<"importtoc">;
1491
1546
  }>;
1492
1547
  }>, t.PartialC<{
1493
1548
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1557,6 +1612,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1557
1612
  "defi-redeem": t.LiteralC<"defi-redeem">;
1558
1613
  delegateResource: t.LiteralC<"delegateResource">;
1559
1614
  undelegateResource: t.LiteralC<"undelegateResource">;
1615
+ export: t.LiteralC<"export">;
1616
+ import: t.LiteralC<"import">;
1617
+ importtoc: t.LiteralC<"importtoc">;
1560
1618
  }>;
1561
1619
  }>, t.PartialC<{
1562
1620
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1630,6 +1688,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1630
1688
  "defi-redeem": t.LiteralC<"defi-redeem">;
1631
1689
  delegateResource: t.LiteralC<"delegateResource">;
1632
1690
  undelegateResource: t.LiteralC<"undelegateResource">;
1691
+ export: t.LiteralC<"export">;
1692
+ import: t.LiteralC<"import">;
1693
+ importtoc: t.LiteralC<"importtoc">;
1633
1694
  }>;
1634
1695
  }>, t.PartialC<{
1635
1696
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1698,6 +1759,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1698
1759
  "defi-redeem": t.LiteralC<"defi-redeem">;
1699
1760
  delegateResource: t.LiteralC<"delegateResource">;
1700
1761
  undelegateResource: t.LiteralC<"undelegateResource">;
1762
+ export: t.LiteralC<"export">;
1763
+ import: t.LiteralC<"import">;
1764
+ importtoc: t.LiteralC<"importtoc">;
1701
1765
  }>;
1702
1766
  }>, t.PartialC<{
1703
1767
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1767,6 +1831,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1767
1831
  "defi-redeem": t.LiteralC<"defi-redeem">;
1768
1832
  delegateResource: t.LiteralC<"delegateResource">;
1769
1833
  undelegateResource: t.LiteralC<"undelegateResource">;
1834
+ export: t.LiteralC<"export">;
1835
+ import: t.LiteralC<"import">;
1836
+ importtoc: t.LiteralC<"importtoc">;
1770
1837
  }>;
1771
1838
  }>, t.PartialC<{
1772
1839
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1836,6 +1903,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1836
1903
  "defi-redeem": t.LiteralC<"defi-redeem">;
1837
1904
  delegateResource: t.LiteralC<"delegateResource">;
1838
1905
  undelegateResource: t.LiteralC<"undelegateResource">;
1906
+ export: t.LiteralC<"export">;
1907
+ import: t.LiteralC<"import">;
1908
+ importtoc: t.LiteralC<"importtoc">;
1839
1909
  }>;
1840
1910
  }>, t.PartialC<{
1841
1911
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1905,6 +1975,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1905
1975
  "defi-redeem": t.LiteralC<"defi-redeem">;
1906
1976
  delegateResource: t.LiteralC<"delegateResource">;
1907
1977
  undelegateResource: t.LiteralC<"undelegateResource">;
1978
+ export: t.LiteralC<"export">;
1979
+ import: t.LiteralC<"import">;
1980
+ importtoc: t.LiteralC<"importtoc">;
1908
1981
  }>;
1909
1982
  }>, t.PartialC<{
1910
1983
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1992,6 +2065,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
1992
2065
  "defi-redeem": t.LiteralC<"defi-redeem">;
1993
2066
  delegateResource: t.LiteralC<"delegateResource">;
1994
2067
  undelegateResource: t.LiteralC<"undelegateResource">;
2068
+ export: t.LiteralC<"export">;
2069
+ import: t.LiteralC<"import">;
2070
+ importtoc: t.LiteralC<"importtoc">;
1995
2071
  }>;
1996
2072
  }>, t.PartialC<{
1997
2073
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2062,6 +2138,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2062
2138
  "defi-redeem": t.LiteralC<"defi-redeem">;
2063
2139
  delegateResource: t.LiteralC<"delegateResource">;
2064
2140
  undelegateResource: t.LiteralC<"undelegateResource">;
2141
+ export: t.LiteralC<"export">;
2142
+ import: t.LiteralC<"import">;
2143
+ importtoc: t.LiteralC<"importtoc">;
2065
2144
  }>;
2066
2145
  }>, t.PartialC<{
2067
2146
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2165,6 +2244,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2165
2244
  "defi-redeem": t.LiteralC<"defi-redeem">;
2166
2245
  delegateResource: t.LiteralC<"delegateResource">;
2167
2246
  undelegateResource: t.LiteralC<"undelegateResource">;
2247
+ export: t.LiteralC<"export">;
2248
+ import: t.LiteralC<"import">;
2249
+ importtoc: t.LiteralC<"importtoc">;
2168
2250
  }>;
2169
2251
  }>, t.PartialC<{
2170
2252
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2241,6 +2323,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2241
2323
  "defi-redeem": t.LiteralC<"defi-redeem">;
2242
2324
  delegateResource: t.LiteralC<"delegateResource">;
2243
2325
  undelegateResource: t.LiteralC<"undelegateResource">;
2326
+ export: t.LiteralC<"export">;
2327
+ import: t.LiteralC<"import">;
2328
+ importtoc: t.LiteralC<"importtoc">;
2244
2329
  }>;
2245
2330
  }>, t.PartialC<{
2246
2331
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2344,6 +2429,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2344
2429
  "defi-redeem": t.LiteralC<"defi-redeem">;
2345
2430
  delegateResource: t.LiteralC<"delegateResource">;
2346
2431
  undelegateResource: t.LiteralC<"undelegateResource">;
2432
+ export: t.LiteralC<"export">;
2433
+ import: t.LiteralC<"import">;
2434
+ importtoc: t.LiteralC<"importtoc">;
2347
2435
  }>;
2348
2436
  }>, t.PartialC<{
2349
2437
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2411,6 +2499,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2411
2499
  "defi-redeem": t.LiteralC<"defi-redeem">;
2412
2500
  delegateResource: t.LiteralC<"delegateResource">;
2413
2501
  undelegateResource: t.LiteralC<"undelegateResource">;
2502
+ export: t.LiteralC<"export">;
2503
+ import: t.LiteralC<"import">;
2504
+ importtoc: t.LiteralC<"importtoc">;
2414
2505
  }>;
2415
2506
  }>, t.PartialC<{
2416
2507
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2538,6 +2629,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2538
2629
  "defi-redeem": t.LiteralC<"defi-redeem">;
2539
2630
  delegateResource: t.LiteralC<"delegateResource">;
2540
2631
  undelegateResource: t.LiteralC<"undelegateResource">;
2632
+ export: t.LiteralC<"export">;
2633
+ import: t.LiteralC<"import">;
2634
+ importtoc: t.LiteralC<"importtoc">;
2541
2635
  }>;
2542
2636
  }>, t.PartialC<{
2543
2637
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2655,6 +2749,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2655
2749
  "defi-redeem": t.LiteralC<"defi-redeem">;
2656
2750
  delegateResource: t.LiteralC<"delegateResource">;
2657
2751
  undelegateResource: t.LiteralC<"undelegateResource">;
2752
+ export: t.LiteralC<"export">;
2753
+ import: t.LiteralC<"import">;
2754
+ importtoc: t.LiteralC<"importtoc">;
2658
2755
  }>;
2659
2756
  }>, t.PartialC<{
2660
2757
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2764,6 +2861,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2764
2861
  "defi-redeem": t.LiteralC<"defi-redeem">;
2765
2862
  delegateResource: t.LiteralC<"delegateResource">;
2766
2863
  undelegateResource: t.LiteralC<"undelegateResource">;
2864
+ export: t.LiteralC<"export">;
2865
+ import: t.LiteralC<"import">;
2866
+ importtoc: t.LiteralC<"importtoc">;
2767
2867
  }>;
2768
2868
  }>, t.PartialC<{
2769
2869
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2859,6 +2959,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2859
2959
  "defi-redeem": t.LiteralC<"defi-redeem">;
2860
2960
  delegateResource: t.LiteralC<"delegateResource">;
2861
2961
  undelegateResource: t.LiteralC<"undelegateResource">;
2962
+ export: t.LiteralC<"export">;
2963
+ import: t.LiteralC<"import">;
2964
+ importtoc: t.LiteralC<"importtoc">;
2862
2965
  }>;
2863
2966
  }>, t.PartialC<{
2864
2967
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2953,6 +3056,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
2953
3056
  "defi-redeem": t.LiteralC<"defi-redeem">;
2954
3057
  delegateResource: t.LiteralC<"delegateResource">;
2955
3058
  undelegateResource: t.LiteralC<"undelegateResource">;
3059
+ export: t.LiteralC<"export">;
3060
+ import: t.LiteralC<"import">;
3061
+ importtoc: t.LiteralC<"importtoc">;
2956
3062
  }>;
2957
3063
  }>, t.PartialC<{
2958
3064
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3046,6 +3152,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3046
3152
  "defi-redeem": t.LiteralC<"defi-redeem">;
3047
3153
  delegateResource: t.LiteralC<"delegateResource">;
3048
3154
  undelegateResource: t.LiteralC<"undelegateResource">;
3155
+ export: t.LiteralC<"export">;
3156
+ import: t.LiteralC<"import">;
3157
+ importtoc: t.LiteralC<"importtoc">;
3049
3158
  }>;
3050
3159
  }>, t.PartialC<{
3051
3160
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3115,6 +3224,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3115
3224
  "defi-redeem": t.LiteralC<"defi-redeem">;
3116
3225
  delegateResource: t.LiteralC<"delegateResource">;
3117
3226
  undelegateResource: t.LiteralC<"undelegateResource">;
3227
+ export: t.LiteralC<"export">;
3228
+ import: t.LiteralC<"import">;
3229
+ importtoc: t.LiteralC<"importtoc">;
3118
3230
  }>;
3119
3231
  }>, t.PartialC<{
3120
3232
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3304,6 +3416,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3304
3416
  "defi-redeem": t.LiteralC<"defi-redeem">;
3305
3417
  delegateResource: t.LiteralC<"delegateResource">;
3306
3418
  undelegateResource: t.LiteralC<"undelegateResource">;
3419
+ export: t.LiteralC<"export">;
3420
+ import: t.LiteralC<"import">;
3421
+ importtoc: t.LiteralC<"importtoc">;
3307
3422
  }>;
3308
3423
  }>, t.PartialC<{
3309
3424
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3434,6 +3549,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3434
3549
  "defi-redeem": t.LiteralC<"defi-redeem">;
3435
3550
  delegateResource: t.LiteralC<"delegateResource">;
3436
3551
  undelegateResource: t.LiteralC<"undelegateResource">;
3552
+ export: t.LiteralC<"export">;
3553
+ import: t.LiteralC<"import">;
3554
+ importtoc: t.LiteralC<"importtoc">;
3437
3555
  }>;
3438
3556
  }>, t.PartialC<{
3439
3557
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3525,6 +3643,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3525
3643
  "defi-redeem": t.LiteralC<"defi-redeem">;
3526
3644
  delegateResource: t.LiteralC<"delegateResource">;
3527
3645
  undelegateResource: t.LiteralC<"undelegateResource">;
3646
+ export: t.LiteralC<"export">;
3647
+ import: t.LiteralC<"import">;
3648
+ importtoc: t.LiteralC<"importtoc">;
3528
3649
  }>;
3529
3650
  }>, t.PartialC<{
3530
3651
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3592,6 +3713,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3592
3713
  "defi-redeem": t.LiteralC<"defi-redeem">;
3593
3714
  delegateResource: t.LiteralC<"delegateResource">;
3594
3715
  undelegateResource: t.LiteralC<"undelegateResource">;
3716
+ export: t.LiteralC<"export">;
3717
+ import: t.LiteralC<"import">;
3718
+ importtoc: t.LiteralC<"importtoc">;
3595
3719
  }>;
3596
3720
  }>, t.PartialC<{
3597
3721
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3714,6 +3838,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3714
3838
  "defi-redeem": t.LiteralC<"defi-redeem">;
3715
3839
  delegateResource: t.LiteralC<"delegateResource">;
3716
3840
  undelegateResource: t.LiteralC<"undelegateResource">;
3841
+ export: t.LiteralC<"export">;
3842
+ import: t.LiteralC<"import">;
3843
+ importtoc: t.LiteralC<"importtoc">;
3717
3844
  }>;
3718
3845
  }>, t.PartialC<{
3719
3846
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3823,6 +3950,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3823
3950
  "defi-redeem": t.LiteralC<"defi-redeem">;
3824
3951
  delegateResource: t.LiteralC<"delegateResource">;
3825
3952
  undelegateResource: t.LiteralC<"undelegateResource">;
3953
+ export: t.LiteralC<"export">;
3954
+ import: t.LiteralC<"import">;
3955
+ importtoc: t.LiteralC<"importtoc">;
3826
3956
  }>;
3827
3957
  }>, t.PartialC<{
3828
3958
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3952,6 +4082,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
3952
4082
  "defi-redeem": t.LiteralC<"defi-redeem">;
3953
4083
  delegateResource: t.LiteralC<"delegateResource">;
3954
4084
  undelegateResource: t.LiteralC<"undelegateResource">;
4085
+ export: t.LiteralC<"export">;
4086
+ import: t.LiteralC<"import">;
4087
+ importtoc: t.LiteralC<"importtoc">;
3955
4088
  }>;
3956
4089
  }>, t.PartialC<{
3957
4090
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4026,6 +4159,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4026
4159
  "defi-redeem": t.LiteralC<"defi-redeem">;
4027
4160
  delegateResource: t.LiteralC<"delegateResource">;
4028
4161
  undelegateResource: t.LiteralC<"undelegateResource">;
4162
+ export: t.LiteralC<"export">;
4163
+ import: t.LiteralC<"import">;
4164
+ importtoc: t.LiteralC<"importtoc">;
4029
4165
  }>;
4030
4166
  }>, t.PartialC<{
4031
4167
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4095,6 +4231,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4095
4231
  "defi-redeem": t.LiteralC<"defi-redeem">;
4096
4232
  delegateResource: t.LiteralC<"delegateResource">;
4097
4233
  undelegateResource: t.LiteralC<"undelegateResource">;
4234
+ export: t.LiteralC<"export">;
4235
+ import: t.LiteralC<"import">;
4236
+ importtoc: t.LiteralC<"importtoc">;
4098
4237
  }>;
4099
4238
  }>, t.PartialC<{
4100
4239
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4176,6 +4315,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4176
4315
  "defi-redeem": t.LiteralC<"defi-redeem">;
4177
4316
  delegateResource: t.LiteralC<"delegateResource">;
4178
4317
  undelegateResource: t.LiteralC<"undelegateResource">;
4318
+ export: t.LiteralC<"export">;
4319
+ import: t.LiteralC<"import">;
4320
+ importtoc: t.LiteralC<"importtoc">;
4179
4321
  }>;
4180
4322
  }>, t.PartialC<{
4181
4323
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4252,6 +4394,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4252
4394
  "defi-redeem": t.LiteralC<"defi-redeem">;
4253
4395
  delegateResource: t.LiteralC<"delegateResource">;
4254
4396
  undelegateResource: t.LiteralC<"undelegateResource">;
4397
+ export: t.LiteralC<"export">;
4398
+ import: t.LiteralC<"import">;
4399
+ importtoc: t.LiteralC<"importtoc">;
4255
4400
  }>;
4256
4401
  }>, t.PartialC<{
4257
4402
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4344,6 +4489,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4344
4489
  "defi-redeem": t.LiteralC<"defi-redeem">;
4345
4490
  delegateResource: t.LiteralC<"delegateResource">;
4346
4491
  undelegateResource: t.LiteralC<"undelegateResource">;
4492
+ export: t.LiteralC<"export">;
4493
+ import: t.LiteralC<"import">;
4494
+ importtoc: t.LiteralC<"importtoc">;
4347
4495
  }>;
4348
4496
  }>, t.PartialC<{
4349
4497
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4426,6 +4574,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4426
4574
  "defi-redeem": t.LiteralC<"defi-redeem">;
4427
4575
  delegateResource: t.LiteralC<"delegateResource">;
4428
4576
  undelegateResource: t.LiteralC<"undelegateResource">;
4577
+ export: t.LiteralC<"export">;
4578
+ import: t.LiteralC<"import">;
4579
+ importtoc: t.LiteralC<"importtoc">;
4429
4580
  }>;
4430
4581
  }>, t.PartialC<{
4431
4582
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4494,6 +4645,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4494
4645
  "defi-redeem": t.LiteralC<"defi-redeem">;
4495
4646
  delegateResource: t.LiteralC<"delegateResource">;
4496
4647
  undelegateResource: t.LiteralC<"undelegateResource">;
4648
+ export: t.LiteralC<"export">;
4649
+ import: t.LiteralC<"import">;
4650
+ importtoc: t.LiteralC<"importtoc">;
4497
4651
  }>;
4498
4652
  }>, t.PartialC<{
4499
4653
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4581,6 +4735,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4581
4735
  "defi-redeem": t.LiteralC<"defi-redeem">;
4582
4736
  delegateResource: t.LiteralC<"delegateResource">;
4583
4737
  undelegateResource: t.LiteralC<"undelegateResource">;
4738
+ export: t.LiteralC<"export">;
4739
+ import: t.LiteralC<"import">;
4740
+ importtoc: t.LiteralC<"importtoc">;
4584
4741
  }>;
4585
4742
  }>, t.PartialC<{
4586
4743
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4658,6 +4815,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4658
4815
  "defi-redeem": t.LiteralC<"defi-redeem">;
4659
4816
  delegateResource: t.LiteralC<"delegateResource">;
4660
4817
  undelegateResource: t.LiteralC<"undelegateResource">;
4818
+ export: t.LiteralC<"export">;
4819
+ import: t.LiteralC<"import">;
4820
+ importtoc: t.LiteralC<"importtoc">;
4661
4821
  }>;
4662
4822
  }>, t.PartialC<{
4663
4823
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4734,6 +4894,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4734
4894
  "defi-redeem": t.LiteralC<"defi-redeem">;
4735
4895
  delegateResource: t.LiteralC<"delegateResource">;
4736
4896
  undelegateResource: t.LiteralC<"undelegateResource">;
4897
+ export: t.LiteralC<"export">;
4898
+ import: t.LiteralC<"import">;
4899
+ importtoc: t.LiteralC<"importtoc">;
4737
4900
  }>;
4738
4901
  }>, t.PartialC<{
4739
4902
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4808,6 +4971,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4808
4971
  "defi-redeem": t.LiteralC<"defi-redeem">;
4809
4972
  delegateResource: t.LiteralC<"delegateResource">;
4810
4973
  undelegateResource: t.LiteralC<"undelegateResource">;
4974
+ export: t.LiteralC<"export">;
4975
+ import: t.LiteralC<"import">;
4976
+ importtoc: t.LiteralC<"importtoc">;
4811
4977
  }>;
4812
4978
  }>, t.PartialC<{
4813
4979
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4882,6 +5048,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4882
5048
  "defi-redeem": t.LiteralC<"defi-redeem">;
4883
5049
  delegateResource: t.LiteralC<"delegateResource">;
4884
5050
  undelegateResource: t.LiteralC<"undelegateResource">;
5051
+ export: t.LiteralC<"export">;
5052
+ import: t.LiteralC<"import">;
5053
+ importtoc: t.LiteralC<"importtoc">;
4885
5054
  }>;
4886
5055
  }>, t.PartialC<{
4887
5056
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4953,6 +5122,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
4953
5122
  "defi-redeem": t.LiteralC<"defi-redeem">;
4954
5123
  delegateResource: t.LiteralC<"delegateResource">;
4955
5124
  undelegateResource: t.LiteralC<"undelegateResource">;
5125
+ export: t.LiteralC<"export">;
5126
+ import: t.LiteralC<"import">;
5127
+ importtoc: t.LiteralC<"importtoc">;
4956
5128
  }>;
4957
5129
  }>, t.PartialC<{
4958
5130
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5040,6 +5212,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5040
5212
  "defi-redeem": t.LiteralC<"defi-redeem">;
5041
5213
  delegateResource: t.LiteralC<"delegateResource">;
5042
5214
  undelegateResource: t.LiteralC<"undelegateResource">;
5215
+ export: t.LiteralC<"export">;
5216
+ import: t.LiteralC<"import">;
5217
+ importtoc: t.LiteralC<"importtoc">;
5043
5218
  }>;
5044
5219
  }>, t.PartialC<{
5045
5220
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5126,6 +5301,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5126
5301
  "defi-redeem": t.LiteralC<"defi-redeem">;
5127
5302
  delegateResource: t.LiteralC<"delegateResource">;
5128
5303
  undelegateResource: t.LiteralC<"undelegateResource">;
5304
+ export: t.LiteralC<"export">;
5305
+ import: t.LiteralC<"import">;
5306
+ importtoc: t.LiteralC<"importtoc">;
5129
5307
  }>;
5130
5308
  }>, t.PartialC<{
5131
5309
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5212,6 +5390,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5212
5390
  "defi-redeem": t.LiteralC<"defi-redeem">;
5213
5391
  delegateResource: t.LiteralC<"delegateResource">;
5214
5392
  undelegateResource: t.LiteralC<"undelegateResource">;
5393
+ export: t.LiteralC<"export">;
5394
+ import: t.LiteralC<"import">;
5395
+ importtoc: t.LiteralC<"importtoc">;
5215
5396
  }>;
5216
5397
  }>, t.PartialC<{
5217
5398
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5306,6 +5487,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5306
5487
  "defi-redeem": t.LiteralC<"defi-redeem">;
5307
5488
  delegateResource: t.LiteralC<"delegateResource">;
5308
5489
  undelegateResource: t.LiteralC<"undelegateResource">;
5490
+ export: t.LiteralC<"export">;
5491
+ import: t.LiteralC<"import">;
5492
+ importtoc: t.LiteralC<"importtoc">;
5309
5493
  }>;
5310
5494
  }>, t.PartialC<{
5311
5495
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5422,6 +5606,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5422
5606
  "defi-redeem": t.LiteralC<"defi-redeem">;
5423
5607
  delegateResource: t.LiteralC<"delegateResource">;
5424
5608
  undelegateResource: t.LiteralC<"undelegateResource">;
5609
+ export: t.LiteralC<"export">;
5610
+ import: t.LiteralC<"import">;
5611
+ importtoc: t.LiteralC<"importtoc">;
5425
5612
  }>;
5426
5613
  }>, t.PartialC<{
5427
5614
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5510,6 +5697,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5510
5697
  "defi-redeem": t.LiteralC<"defi-redeem">;
5511
5698
  delegateResource: t.LiteralC<"delegateResource">;
5512
5699
  undelegateResource: t.LiteralC<"undelegateResource">;
5700
+ export: t.LiteralC<"export">;
5701
+ import: t.LiteralC<"import">;
5702
+ importtoc: t.LiteralC<"importtoc">;
5513
5703
  }>;
5514
5704
  }>, t.PartialC<{
5515
5705
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5614,6 +5804,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5614
5804
  "defi-redeem": t.LiteralC<"defi-redeem">;
5615
5805
  delegateResource: t.LiteralC<"delegateResource">;
5616
5806
  undelegateResource: t.LiteralC<"undelegateResource">;
5807
+ export: t.LiteralC<"export">;
5808
+ import: t.LiteralC<"import">;
5809
+ importtoc: t.LiteralC<"importtoc">;
5617
5810
  }>;
5618
5811
  }>, t.PartialC<{
5619
5812
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5718,6 +5911,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5718
5911
  "defi-redeem": t.LiteralC<"defi-redeem">;
5719
5912
  delegateResource: t.LiteralC<"delegateResource">;
5720
5913
  undelegateResource: t.LiteralC<"undelegateResource">;
5914
+ export: t.LiteralC<"export">;
5915
+ import: t.LiteralC<"import">;
5916
+ importtoc: t.LiteralC<"importtoc">;
5721
5917
  }>;
5722
5918
  }>, t.PartialC<{
5723
5919
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5820,6 +6016,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5820
6016
  "defi-redeem": t.LiteralC<"defi-redeem">;
5821
6017
  delegateResource: t.LiteralC<"delegateResource">;
5822
6018
  undelegateResource: t.LiteralC<"undelegateResource">;
6019
+ export: t.LiteralC<"export">;
6020
+ import: t.LiteralC<"import">;
6021
+ importtoc: t.LiteralC<"importtoc">;
5823
6022
  }>;
5824
6023
  }>, t.PartialC<{
5825
6024
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5897,6 +6096,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5897
6096
  "defi-redeem": t.LiteralC<"defi-redeem">;
5898
6097
  delegateResource: t.LiteralC<"delegateResource">;
5899
6098
  undelegateResource: t.LiteralC<"undelegateResource">;
6099
+ export: t.LiteralC<"export">;
6100
+ import: t.LiteralC<"import">;
6101
+ importtoc: t.LiteralC<"importtoc">;
5900
6102
  }>;
5901
6103
  }>, t.PartialC<{
5902
6104
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5985,6 +6187,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
5985
6187
  "defi-redeem": t.LiteralC<"defi-redeem">;
5986
6188
  delegateResource: t.LiteralC<"delegateResource">;
5987
6189
  undelegateResource: t.LiteralC<"undelegateResource">;
6190
+ export: t.LiteralC<"export">;
6191
+ import: t.LiteralC<"import">;
6192
+ importtoc: t.LiteralC<"importtoc">;
5988
6193
  }>;
5989
6194
  }>, t.PartialC<{
5990
6195
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6130,6 +6335,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6130
6335
  "defi-redeem": t.LiteralC<"defi-redeem">;
6131
6336
  delegateResource: t.LiteralC<"delegateResource">;
6132
6337
  undelegateResource: t.LiteralC<"undelegateResource">;
6338
+ export: t.LiteralC<"export">;
6339
+ import: t.LiteralC<"import">;
6340
+ importtoc: t.LiteralC<"importtoc">;
6133
6341
  }>;
6134
6342
  }>, t.PartialC<{
6135
6343
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6204,6 +6412,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6204
6412
  "defi-redeem": t.LiteralC<"defi-redeem">;
6205
6413
  delegateResource: t.LiteralC<"delegateResource">;
6206
6414
  undelegateResource: t.LiteralC<"undelegateResource">;
6415
+ export: t.LiteralC<"export">;
6416
+ import: t.LiteralC<"import">;
6417
+ importtoc: t.LiteralC<"importtoc">;
6207
6418
  }>;
6208
6419
  }>, t.PartialC<{
6209
6420
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6282,6 +6493,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6282
6493
  "defi-redeem": t.LiteralC<"defi-redeem">;
6283
6494
  delegateResource: t.LiteralC<"delegateResource">;
6284
6495
  undelegateResource: t.LiteralC<"undelegateResource">;
6496
+ export: t.LiteralC<"export">;
6497
+ import: t.LiteralC<"import">;
6498
+ importtoc: t.LiteralC<"importtoc">;
6285
6499
  }>;
6286
6500
  }>, t.PartialC<{
6287
6501
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6353,6 +6567,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6353
6567
  "defi-redeem": t.LiteralC<"defi-redeem">;
6354
6568
  delegateResource: t.LiteralC<"delegateResource">;
6355
6569
  undelegateResource: t.LiteralC<"undelegateResource">;
6570
+ export: t.LiteralC<"export">;
6571
+ import: t.LiteralC<"import">;
6572
+ importtoc: t.LiteralC<"importtoc">;
6356
6573
  }>;
6357
6574
  }>, t.PartialC<{
6358
6575
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6425,6 +6642,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6425
6642
  "defi-redeem": t.LiteralC<"defi-redeem">;
6426
6643
  delegateResource: t.LiteralC<"delegateResource">;
6427
6644
  undelegateResource: t.LiteralC<"undelegateResource">;
6645
+ export: t.LiteralC<"export">;
6646
+ import: t.LiteralC<"import">;
6647
+ importtoc: t.LiteralC<"importtoc">;
6428
6648
  }>;
6429
6649
  }>, t.PartialC<{
6430
6650
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6512,6 +6732,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6512
6732
  "defi-redeem": t.LiteralC<"defi-redeem">;
6513
6733
  delegateResource: t.LiteralC<"delegateResource">;
6514
6734
  undelegateResource: t.LiteralC<"undelegateResource">;
6735
+ export: t.LiteralC<"export">;
6736
+ import: t.LiteralC<"import">;
6737
+ importtoc: t.LiteralC<"importtoc">;
6515
6738
  }>;
6516
6739
  }>, t.PartialC<{
6517
6740
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6601,6 +6824,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6601
6824
  "defi-redeem": t.LiteralC<"defi-redeem">;
6602
6825
  delegateResource: t.LiteralC<"delegateResource">;
6603
6826
  undelegateResource: t.LiteralC<"undelegateResource">;
6827
+ export: t.LiteralC<"export">;
6828
+ import: t.LiteralC<"import">;
6829
+ importtoc: t.LiteralC<"importtoc">;
6604
6830
  }>;
6605
6831
  }>, t.PartialC<{
6606
6832
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6683,6 +6909,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6683
6909
  "defi-redeem": t.LiteralC<"defi-redeem">;
6684
6910
  delegateResource: t.LiteralC<"delegateResource">;
6685
6911
  undelegateResource: t.LiteralC<"undelegateResource">;
6912
+ export: t.LiteralC<"export">;
6913
+ import: t.LiteralC<"import">;
6914
+ importtoc: t.LiteralC<"importtoc">;
6686
6915
  }>;
6687
6916
  }>, t.PartialC<{
6688
6917
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6802,6 +7031,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6802
7031
  "defi-redeem": t.LiteralC<"defi-redeem">;
6803
7032
  delegateResource: t.LiteralC<"delegateResource">;
6804
7033
  undelegateResource: t.LiteralC<"undelegateResource">;
7034
+ export: t.LiteralC<"export">;
7035
+ import: t.LiteralC<"import">;
7036
+ importtoc: t.LiteralC<"importtoc">;
6805
7037
  }>;
6806
7038
  }>, t.PartialC<{
6807
7039
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6951,6 +7183,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
6951
7183
  "defi-redeem": t.LiteralC<"defi-redeem">;
6952
7184
  delegateResource: t.LiteralC<"delegateResource">;
6953
7185
  undelegateResource: t.LiteralC<"undelegateResource">;
7186
+ export: t.LiteralC<"export">;
7187
+ import: t.LiteralC<"import">;
7188
+ importtoc: t.LiteralC<"importtoc">;
6954
7189
  }>;
6955
7190
  }>, t.PartialC<{
6956
7191
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7114,6 +7349,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7114
7349
  "defi-redeem": t.LiteralC<"defi-redeem">;
7115
7350
  delegateResource: t.LiteralC<"delegateResource">;
7116
7351
  undelegateResource: t.LiteralC<"undelegateResource">;
7352
+ export: t.LiteralC<"export">;
7353
+ import: t.LiteralC<"import">;
7354
+ importtoc: t.LiteralC<"importtoc">;
7117
7355
  }>;
7118
7356
  }>, t.PartialC<{
7119
7357
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7182,6 +7420,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7182
7420
  "defi-redeem": t.LiteralC<"defi-redeem">;
7183
7421
  delegateResource: t.LiteralC<"delegateResource">;
7184
7422
  undelegateResource: t.LiteralC<"undelegateResource">;
7423
+ export: t.LiteralC<"export">;
7424
+ import: t.LiteralC<"import">;
7425
+ importtoc: t.LiteralC<"importtoc">;
7185
7426
  }>;
7186
7427
  }>, t.PartialC<{
7187
7428
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7245,6 +7486,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7245
7486
  "defi-redeem": t.LiteralC<"defi-redeem">;
7246
7487
  delegateResource: t.LiteralC<"delegateResource">;
7247
7488
  undelegateResource: t.LiteralC<"undelegateResource">;
7489
+ export: t.LiteralC<"export">;
7490
+ import: t.LiteralC<"import">;
7491
+ importtoc: t.LiteralC<"importtoc">;
7248
7492
  }>;
7249
7493
  }>, t.PartialC<{
7250
7494
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7316,6 +7560,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7316
7560
  "defi-redeem": t.LiteralC<"defi-redeem">;
7317
7561
  delegateResource: t.LiteralC<"delegateResource">;
7318
7562
  undelegateResource: t.LiteralC<"undelegateResource">;
7563
+ export: t.LiteralC<"export">;
7564
+ import: t.LiteralC<"import">;
7565
+ importtoc: t.LiteralC<"importtoc">;
7319
7566
  }>;
7320
7567
  }>, t.PartialC<{
7321
7568
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7399,6 +7646,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7399
7646
  "defi-redeem": t.LiteralC<"defi-redeem">;
7400
7647
  delegateResource: t.LiteralC<"delegateResource">;
7401
7648
  undelegateResource: t.LiteralC<"undelegateResource">;
7649
+ export: t.LiteralC<"export">;
7650
+ import: t.LiteralC<"import">;
7651
+ importtoc: t.LiteralC<"importtoc">;
7402
7652
  }>;
7403
7653
  }>, t.PartialC<{
7404
7654
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7467,6 +7717,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7467
7717
  "defi-redeem": t.LiteralC<"defi-redeem">;
7468
7718
  delegateResource: t.LiteralC<"delegateResource">;
7469
7719
  undelegateResource: t.LiteralC<"undelegateResource">;
7720
+ export: t.LiteralC<"export">;
7721
+ import: t.LiteralC<"import">;
7722
+ importtoc: t.LiteralC<"importtoc">;
7470
7723
  }>;
7471
7724
  }>, t.PartialC<{
7472
7725
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7552,6 +7805,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7552
7805
  "defi-redeem": t.LiteralC<"defi-redeem">;
7553
7806
  delegateResource: t.LiteralC<"delegateResource">;
7554
7807
  undelegateResource: t.LiteralC<"undelegateResource">;
7808
+ export: t.LiteralC<"export">;
7809
+ import: t.LiteralC<"import">;
7810
+ importtoc: t.LiteralC<"importtoc">;
7555
7811
  }>;
7556
7812
  }>, t.PartialC<{
7557
7813
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7620,6 +7876,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7620
7876
  "defi-redeem": t.LiteralC<"defi-redeem">;
7621
7877
  delegateResource: t.LiteralC<"delegateResource">;
7622
7878
  undelegateResource: t.LiteralC<"undelegateResource">;
7879
+ export: t.LiteralC<"export">;
7880
+ import: t.LiteralC<"import">;
7881
+ importtoc: t.LiteralC<"importtoc">;
7623
7882
  }>;
7624
7883
  }>, t.PartialC<{
7625
7884
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7725,6 +7984,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7725
7984
  "defi-redeem": t.LiteralC<"defi-redeem">;
7726
7985
  delegateResource: t.LiteralC<"delegateResource">;
7727
7986
  undelegateResource: t.LiteralC<"undelegateResource">;
7987
+ export: t.LiteralC<"export">;
7988
+ import: t.LiteralC<"import">;
7989
+ importtoc: t.LiteralC<"importtoc">;
7728
7990
  }>;
7729
7991
  }>, t.PartialC<{
7730
7992
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7812,6 +8074,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7812
8074
  "defi-redeem": t.LiteralC<"defi-redeem">;
7813
8075
  delegateResource: t.LiteralC<"delegateResource">;
7814
8076
  undelegateResource: t.LiteralC<"undelegateResource">;
8077
+ export: t.LiteralC<"export">;
8078
+ import: t.LiteralC<"import">;
8079
+ importtoc: t.LiteralC<"importtoc">;
7815
8080
  }>;
7816
8081
  }>, t.PartialC<{
7817
8082
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7881,6 +8146,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7881
8146
  "defi-redeem": t.LiteralC<"defi-redeem">;
7882
8147
  delegateResource: t.LiteralC<"delegateResource">;
7883
8148
  undelegateResource: t.LiteralC<"undelegateResource">;
8149
+ export: t.LiteralC<"export">;
8150
+ import: t.LiteralC<"import">;
8151
+ importtoc: t.LiteralC<"importtoc">;
7884
8152
  }>;
7885
8153
  }>, t.PartialC<{
7886
8154
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7969,6 +8237,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
7969
8237
  "defi-redeem": t.LiteralC<"defi-redeem">;
7970
8238
  delegateResource: t.LiteralC<"delegateResource">;
7971
8239
  undelegateResource: t.LiteralC<"undelegateResource">;
8240
+ export: t.LiteralC<"export">;
8241
+ import: t.LiteralC<"import">;
8242
+ importtoc: t.LiteralC<"importtoc">;
7972
8243
  }>;
7973
8244
  }>, t.PartialC<{
7974
8245
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8059,6 +8330,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8059
8330
  "defi-redeem": t.LiteralC<"defi-redeem">;
8060
8331
  delegateResource: t.LiteralC<"delegateResource">;
8061
8332
  undelegateResource: t.LiteralC<"undelegateResource">;
8333
+ export: t.LiteralC<"export">;
8334
+ import: t.LiteralC<"import">;
8335
+ importtoc: t.LiteralC<"importtoc">;
8062
8336
  }>;
8063
8337
  }>, t.PartialC<{
8064
8338
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8150,6 +8424,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8150
8424
  "defi-redeem": t.LiteralC<"defi-redeem">;
8151
8425
  delegateResource: t.LiteralC<"delegateResource">;
8152
8426
  undelegateResource: t.LiteralC<"undelegateResource">;
8427
+ export: t.LiteralC<"export">;
8428
+ import: t.LiteralC<"import">;
8429
+ importtoc: t.LiteralC<"importtoc">;
8153
8430
  }>;
8154
8431
  }>, t.PartialC<{
8155
8432
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8227,6 +8504,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8227
8504
  "defi-redeem": t.LiteralC<"defi-redeem">;
8228
8505
  delegateResource: t.LiteralC<"delegateResource">;
8229
8506
  undelegateResource: t.LiteralC<"undelegateResource">;
8507
+ export: t.LiteralC<"export">;
8508
+ import: t.LiteralC<"import">;
8509
+ importtoc: t.LiteralC<"importtoc">;
8230
8510
  }>;
8231
8511
  }>, t.PartialC<{
8232
8512
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8315,6 +8595,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8315
8595
  "defi-redeem": t.LiteralC<"defi-redeem">;
8316
8596
  delegateResource: t.LiteralC<"delegateResource">;
8317
8597
  undelegateResource: t.LiteralC<"undelegateResource">;
8598
+ export: t.LiteralC<"export">;
8599
+ import: t.LiteralC<"import">;
8600
+ importtoc: t.LiteralC<"importtoc">;
8318
8601
  }>;
8319
8602
  }>, t.PartialC<{
8320
8603
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8442,6 +8725,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8442
8725
  "defi-redeem": t.LiteralC<"defi-redeem">;
8443
8726
  delegateResource: t.LiteralC<"delegateResource">;
8444
8727
  undelegateResource: t.LiteralC<"undelegateResource">;
8728
+ export: t.LiteralC<"export">;
8729
+ import: t.LiteralC<"import">;
8730
+ importtoc: t.LiteralC<"importtoc">;
8445
8731
  }>;
8446
8732
  }>, t.PartialC<{
8447
8733
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8517,6 +8803,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8517
8803
  "defi-redeem": t.LiteralC<"defi-redeem">;
8518
8804
  delegateResource: t.LiteralC<"delegateResource">;
8519
8805
  undelegateResource: t.LiteralC<"undelegateResource">;
8806
+ export: t.LiteralC<"export">;
8807
+ import: t.LiteralC<"import">;
8808
+ importtoc: t.LiteralC<"importtoc">;
8520
8809
  }>;
8521
8810
  }>, t.PartialC<{
8522
8811
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8589,6 +8878,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8589
8878
  "defi-redeem": t.LiteralC<"defi-redeem">;
8590
8879
  delegateResource: t.LiteralC<"delegateResource">;
8591
8880
  undelegateResource: t.LiteralC<"undelegateResource">;
8881
+ export: t.LiteralC<"export">;
8882
+ import: t.LiteralC<"import">;
8883
+ importtoc: t.LiteralC<"importtoc">;
8592
8884
  }>;
8593
8885
  }>, t.PartialC<{
8594
8886
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8656,6 +8948,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8656
8948
  "defi-redeem": t.LiteralC<"defi-redeem">;
8657
8949
  delegateResource: t.LiteralC<"delegateResource">;
8658
8950
  undelegateResource: t.LiteralC<"undelegateResource">;
8951
+ export: t.LiteralC<"export">;
8952
+ import: t.LiteralC<"import">;
8953
+ importtoc: t.LiteralC<"importtoc">;
8659
8954
  }>;
8660
8955
  }>, t.PartialC<{
8661
8956
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8743,6 +9038,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8743
9038
  "defi-redeem": t.LiteralC<"defi-redeem">;
8744
9039
  delegateResource: t.LiteralC<"delegateResource">;
8745
9040
  undelegateResource: t.LiteralC<"undelegateResource">;
9041
+ export: t.LiteralC<"export">;
9042
+ import: t.LiteralC<"import">;
9043
+ importtoc: t.LiteralC<"importtoc">;
8746
9044
  }>;
8747
9045
  }>, t.PartialC<{
8748
9046
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8816,6 +9114,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8816
9114
  "defi-redeem": t.LiteralC<"defi-redeem">;
8817
9115
  delegateResource: t.LiteralC<"delegateResource">;
8818
9116
  undelegateResource: t.LiteralC<"undelegateResource">;
9117
+ export: t.LiteralC<"export">;
9118
+ import: t.LiteralC<"import">;
9119
+ importtoc: t.LiteralC<"importtoc">;
8819
9120
  }>;
8820
9121
  }>, t.PartialC<{
8821
9122
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8888,6 +9189,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8888
9189
  "defi-redeem": t.LiteralC<"defi-redeem">;
8889
9190
  delegateResource: t.LiteralC<"delegateResource">;
8890
9191
  undelegateResource: t.LiteralC<"undelegateResource">;
9192
+ export: t.LiteralC<"export">;
9193
+ import: t.LiteralC<"import">;
9194
+ importtoc: t.LiteralC<"importtoc">;
8891
9195
  }>;
8892
9196
  }>, t.PartialC<{
8893
9197
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8961,6 +9265,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
8961
9265
  "defi-redeem": t.LiteralC<"defi-redeem">;
8962
9266
  delegateResource: t.LiteralC<"delegateResource">;
8963
9267
  undelegateResource: t.LiteralC<"undelegateResource">;
9268
+ export: t.LiteralC<"export">;
9269
+ import: t.LiteralC<"import">;
9270
+ importtoc: t.LiteralC<"importtoc">;
8964
9271
  }>;
8965
9272
  }>, t.PartialC<{
8966
9273
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9033,6 +9340,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9033
9340
  "defi-redeem": t.LiteralC<"defi-redeem">;
9034
9341
  delegateResource: t.LiteralC<"delegateResource">;
9035
9342
  undelegateResource: t.LiteralC<"undelegateResource">;
9343
+ export: t.LiteralC<"export">;
9344
+ import: t.LiteralC<"import">;
9345
+ importtoc: t.LiteralC<"importtoc">;
9036
9346
  }>;
9037
9347
  }>, t.PartialC<{
9038
9348
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9109,6 +9419,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9109
9419
  "defi-redeem": t.LiteralC<"defi-redeem">;
9110
9420
  delegateResource: t.LiteralC<"delegateResource">;
9111
9421
  undelegateResource: t.LiteralC<"undelegateResource">;
9422
+ export: t.LiteralC<"export">;
9423
+ import: t.LiteralC<"import">;
9424
+ importtoc: t.LiteralC<"importtoc">;
9112
9425
  }>;
9113
9426
  }>, t.PartialC<{
9114
9427
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9184,6 +9497,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9184
9497
  "defi-redeem": t.LiteralC<"defi-redeem">;
9185
9498
  delegateResource: t.LiteralC<"delegateResource">;
9186
9499
  undelegateResource: t.LiteralC<"undelegateResource">;
9500
+ export: t.LiteralC<"export">;
9501
+ import: t.LiteralC<"import">;
9502
+ importtoc: t.LiteralC<"importtoc">;
9187
9503
  }>;
9188
9504
  }>, t.PartialC<{
9189
9505
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9261,6 +9577,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9261
9577
  "defi-redeem": t.LiteralC<"defi-redeem">;
9262
9578
  delegateResource: t.LiteralC<"delegateResource">;
9263
9579
  undelegateResource: t.LiteralC<"undelegateResource">;
9580
+ export: t.LiteralC<"export">;
9581
+ import: t.LiteralC<"import">;
9582
+ importtoc: t.LiteralC<"importtoc">;
9264
9583
  }>;
9265
9584
  }>, t.PartialC<{
9266
9585
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9338,6 +9657,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9338
9657
  "defi-redeem": t.LiteralC<"defi-redeem">;
9339
9658
  delegateResource: t.LiteralC<"delegateResource">;
9340
9659
  undelegateResource: t.LiteralC<"undelegateResource">;
9660
+ export: t.LiteralC<"export">;
9661
+ import: t.LiteralC<"import">;
9662
+ importtoc: t.LiteralC<"importtoc">;
9341
9663
  }>;
9342
9664
  }>, t.PartialC<{
9343
9665
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9415,6 +9737,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9415
9737
  "defi-redeem": t.LiteralC<"defi-redeem">;
9416
9738
  delegateResource: t.LiteralC<"delegateResource">;
9417
9739
  undelegateResource: t.LiteralC<"undelegateResource">;
9740
+ export: t.LiteralC<"export">;
9741
+ import: t.LiteralC<"import">;
9742
+ importtoc: t.LiteralC<"importtoc">;
9418
9743
  }>;
9419
9744
  }>, t.PartialC<{
9420
9745
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9491,6 +9816,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9491
9816
  "defi-redeem": t.LiteralC<"defi-redeem">;
9492
9817
  delegateResource: t.LiteralC<"delegateResource">;
9493
9818
  undelegateResource: t.LiteralC<"undelegateResource">;
9819
+ export: t.LiteralC<"export">;
9820
+ import: t.LiteralC<"import">;
9821
+ importtoc: t.LiteralC<"importtoc">;
9494
9822
  }>;
9495
9823
  }>, t.PartialC<{
9496
9824
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9571,6 +9899,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9571
9899
  "defi-redeem": t.LiteralC<"defi-redeem">;
9572
9900
  delegateResource: t.LiteralC<"delegateResource">;
9573
9901
  undelegateResource: t.LiteralC<"undelegateResource">;
9902
+ export: t.LiteralC<"export">;
9903
+ import: t.LiteralC<"import">;
9904
+ importtoc: t.LiteralC<"importtoc">;
9574
9905
  }>;
9575
9906
  }>, t.PartialC<{
9576
9907
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9646,6 +9977,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9646
9977
  "defi-redeem": t.LiteralC<"defi-redeem">;
9647
9978
  delegateResource: t.LiteralC<"delegateResource">;
9648
9979
  undelegateResource: t.LiteralC<"undelegateResource">;
9980
+ export: t.LiteralC<"export">;
9981
+ import: t.LiteralC<"import">;
9982
+ importtoc: t.LiteralC<"importtoc">;
9649
9983
  }>;
9650
9984
  }>, t.PartialC<{
9651
9985
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9723,6 +10057,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9723
10057
  "defi-redeem": t.LiteralC<"defi-redeem">;
9724
10058
  delegateResource: t.LiteralC<"delegateResource">;
9725
10059
  undelegateResource: t.LiteralC<"undelegateResource">;
10060
+ export: t.LiteralC<"export">;
10061
+ import: t.LiteralC<"import">;
10062
+ importtoc: t.LiteralC<"importtoc">;
9726
10063
  }>;
9727
10064
  }>, t.PartialC<{
9728
10065
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9796,6 +10133,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9796
10133
  "defi-redeem": t.LiteralC<"defi-redeem">;
9797
10134
  delegateResource: t.LiteralC<"delegateResource">;
9798
10135
  undelegateResource: t.LiteralC<"undelegateResource">;
10136
+ export: t.LiteralC<"export">;
10137
+ import: t.LiteralC<"import">;
10138
+ importtoc: t.LiteralC<"importtoc">;
9799
10139
  }>;
9800
10140
  }>, t.PartialC<{
9801
10141
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9868,6 +10208,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9868
10208
  "defi-redeem": t.LiteralC<"defi-redeem">;
9869
10209
  delegateResource: t.LiteralC<"delegateResource">;
9870
10210
  undelegateResource: t.LiteralC<"undelegateResource">;
10211
+ export: t.LiteralC<"export">;
10212
+ import: t.LiteralC<"import">;
10213
+ importtoc: t.LiteralC<"importtoc">;
9871
10214
  }>;
9872
10215
  }>, t.PartialC<{
9873
10216
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9940,6 +10283,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
9940
10283
  "defi-redeem": t.LiteralC<"defi-redeem">;
9941
10284
  delegateResource: t.LiteralC<"delegateResource">;
9942
10285
  undelegateResource: t.LiteralC<"undelegateResource">;
10286
+ export: t.LiteralC<"export">;
10287
+ import: t.LiteralC<"import">;
10288
+ importtoc: t.LiteralC<"importtoc">;
9943
10289
  }>;
9944
10290
  }>, t.PartialC<{
9945
10291
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10017,6 +10363,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10017
10363
  "defi-redeem": t.LiteralC<"defi-redeem">;
10018
10364
  delegateResource: t.LiteralC<"delegateResource">;
10019
10365
  undelegateResource: t.LiteralC<"undelegateResource">;
10366
+ export: t.LiteralC<"export">;
10367
+ import: t.LiteralC<"import">;
10368
+ importtoc: t.LiteralC<"importtoc">;
10020
10369
  }>;
10021
10370
  }>, t.PartialC<{
10022
10371
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10095,6 +10444,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10095
10444
  "defi-redeem": t.LiteralC<"defi-redeem">;
10096
10445
  delegateResource: t.LiteralC<"delegateResource">;
10097
10446
  undelegateResource: t.LiteralC<"undelegateResource">;
10447
+ export: t.LiteralC<"export">;
10448
+ import: t.LiteralC<"import">;
10449
+ importtoc: t.LiteralC<"importtoc">;
10098
10450
  }>;
10099
10451
  }>, t.PartialC<{
10100
10452
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10171,6 +10523,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10171
10523
  "defi-redeem": t.LiteralC<"defi-redeem">;
10172
10524
  delegateResource: t.LiteralC<"delegateResource">;
10173
10525
  undelegateResource: t.LiteralC<"undelegateResource">;
10526
+ export: t.LiteralC<"export">;
10527
+ import: t.LiteralC<"import">;
10528
+ importtoc: t.LiteralC<"importtoc">;
10174
10529
  }>;
10175
10530
  }>, t.PartialC<{
10176
10531
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10247,6 +10602,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10247
10602
  "defi-redeem": t.LiteralC<"defi-redeem">;
10248
10603
  delegateResource: t.LiteralC<"delegateResource">;
10249
10604
  undelegateResource: t.LiteralC<"undelegateResource">;
10605
+ export: t.LiteralC<"export">;
10606
+ import: t.LiteralC<"import">;
10607
+ importtoc: t.LiteralC<"importtoc">;
10250
10608
  }>;
10251
10609
  }>, t.PartialC<{
10252
10610
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10318,6 +10676,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10318
10676
  "defi-redeem": t.LiteralC<"defi-redeem">;
10319
10677
  delegateResource: t.LiteralC<"delegateResource">;
10320
10678
  undelegateResource: t.LiteralC<"undelegateResource">;
10679
+ export: t.LiteralC<"export">;
10680
+ import: t.LiteralC<"import">;
10681
+ importtoc: t.LiteralC<"importtoc">;
10321
10682
  }>;
10322
10683
  }>, t.PartialC<{
10323
10684
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10389,6 +10750,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10389
10750
  "defi-redeem": t.LiteralC<"defi-redeem">;
10390
10751
  delegateResource: t.LiteralC<"delegateResource">;
10391
10752
  undelegateResource: t.LiteralC<"undelegateResource">;
10753
+ export: t.LiteralC<"export">;
10754
+ import: t.LiteralC<"import">;
10755
+ importtoc: t.LiteralC<"importtoc">;
10392
10756
  }>;
10393
10757
  }>, t.PartialC<{
10394
10758
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10454,6 +10818,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10454
10818
  "defi-redeem": t.LiteralC<"defi-redeem">;
10455
10819
  delegateResource: t.LiteralC<"delegateResource">;
10456
10820
  undelegateResource: t.LiteralC<"undelegateResource">;
10821
+ export: t.LiteralC<"export">;
10822
+ import: t.LiteralC<"import">;
10823
+ importtoc: t.LiteralC<"importtoc">;
10457
10824
  }>;
10458
10825
  }>, t.PartialC<{
10459
10826
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10523,6 +10890,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10523
10890
  "defi-redeem": t.LiteralC<"defi-redeem">;
10524
10891
  delegateResource: t.LiteralC<"delegateResource">;
10525
10892
  undelegateResource: t.LiteralC<"undelegateResource">;
10893
+ export: t.LiteralC<"export">;
10894
+ import: t.LiteralC<"import">;
10895
+ importtoc: t.LiteralC<"importtoc">;
10526
10896
  }>;
10527
10897
  }>, t.PartialC<{
10528
10898
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10594,6 +10964,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10594
10964
  "defi-redeem": t.LiteralC<"defi-redeem">;
10595
10965
  delegateResource: t.LiteralC<"delegateResource">;
10596
10966
  undelegateResource: t.LiteralC<"undelegateResource">;
10967
+ export: t.LiteralC<"export">;
10968
+ import: t.LiteralC<"import">;
10969
+ importtoc: t.LiteralC<"importtoc">;
10597
10970
  }>;
10598
10971
  }>, t.PartialC<{
10599
10972
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10665,6 +11038,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10665
11038
  "defi-redeem": t.LiteralC<"defi-redeem">;
10666
11039
  delegateResource: t.LiteralC<"delegateResource">;
10667
11040
  undelegateResource: t.LiteralC<"undelegateResource">;
11041
+ export: t.LiteralC<"export">;
11042
+ import: t.LiteralC<"import">;
11043
+ importtoc: t.LiteralC<"importtoc">;
10668
11044
  }>;
10669
11045
  }>, t.PartialC<{
10670
11046
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10742,6 +11118,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10742
11118
  "defi-redeem": t.LiteralC<"defi-redeem">;
10743
11119
  delegateResource: t.LiteralC<"delegateResource">;
10744
11120
  undelegateResource: t.LiteralC<"undelegateResource">;
11121
+ export: t.LiteralC<"export">;
11122
+ import: t.LiteralC<"import">;
11123
+ importtoc: t.LiteralC<"importtoc">;
10745
11124
  }>;
10746
11125
  }>, t.PartialC<{
10747
11126
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10819,6 +11198,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10819
11198
  "defi-redeem": t.LiteralC<"defi-redeem">;
10820
11199
  delegateResource: t.LiteralC<"delegateResource">;
10821
11200
  undelegateResource: t.LiteralC<"undelegateResource">;
11201
+ export: t.LiteralC<"export">;
11202
+ import: t.LiteralC<"import">;
11203
+ importtoc: t.LiteralC<"importtoc">;
10822
11204
  }>;
10823
11205
  }>, t.PartialC<{
10824
11206
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10890,6 +11272,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10890
11272
  "defi-redeem": t.LiteralC<"defi-redeem">;
10891
11273
  delegateResource: t.LiteralC<"delegateResource">;
10892
11274
  undelegateResource: t.LiteralC<"undelegateResource">;
11275
+ export: t.LiteralC<"export">;
11276
+ import: t.LiteralC<"import">;
11277
+ importtoc: t.LiteralC<"importtoc">;
10893
11278
  }>;
10894
11279
  }>, t.PartialC<{
10895
11280
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10957,6 +11342,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
10957
11342
  "defi-redeem": t.LiteralC<"defi-redeem">;
10958
11343
  delegateResource: t.LiteralC<"delegateResource">;
10959
11344
  undelegateResource: t.LiteralC<"undelegateResource">;
11345
+ export: t.LiteralC<"export">;
11346
+ import: t.LiteralC<"import">;
11347
+ importtoc: t.LiteralC<"importtoc">;
10960
11348
  }>;
10961
11349
  }>, t.PartialC<{
10962
11350
  recipients: t.UnionC<[t.Type<({
@@ -11044,6 +11432,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11044
11432
  "defi-redeem": t.LiteralC<"defi-redeem">;
11045
11433
  delegateResource: t.LiteralC<"delegateResource">;
11046
11434
  undelegateResource: t.LiteralC<"undelegateResource">;
11435
+ export: t.LiteralC<"export">;
11436
+ import: t.LiteralC<"import">;
11437
+ importtoc: t.LiteralC<"importtoc">;
11047
11438
  }>;
11048
11439
  }>, t.PartialC<{
11049
11440
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11141,6 +11532,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11141
11532
  "defi-redeem": t.LiteralC<"defi-redeem">;
11142
11533
  delegateResource: t.LiteralC<"delegateResource">;
11143
11534
  undelegateResource: t.LiteralC<"undelegateResource">;
11535
+ export: t.LiteralC<"export">;
11536
+ import: t.LiteralC<"import">;
11537
+ importtoc: t.LiteralC<"importtoc">;
11144
11538
  }>;
11145
11539
  }>, t.PartialC<{
11146
11540
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11248,6 +11642,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11248
11642
  "defi-redeem": t.LiteralC<"defi-redeem">;
11249
11643
  delegateResource: t.LiteralC<"delegateResource">;
11250
11644
  undelegateResource: t.LiteralC<"undelegateResource">;
11645
+ export: t.LiteralC<"export">;
11646
+ import: t.LiteralC<"import">;
11647
+ importtoc: t.LiteralC<"importtoc">;
11251
11648
  }>;
11252
11649
  }>, t.PartialC<{
11253
11650
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11327,6 +11724,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11327
11724
  "defi-redeem": t.LiteralC<"defi-redeem">;
11328
11725
  delegateResource: t.LiteralC<"delegateResource">;
11329
11726
  undelegateResource: t.LiteralC<"undelegateResource">;
11727
+ export: t.LiteralC<"export">;
11728
+ import: t.LiteralC<"import">;
11729
+ importtoc: t.LiteralC<"importtoc">;
11330
11730
  }>;
11331
11731
  }>, t.PartialC<{
11332
11732
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11416,6 +11816,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11416
11816
  "defi-redeem": t.LiteralC<"defi-redeem">;
11417
11817
  delegateResource: t.LiteralC<"delegateResource">;
11418
11818
  undelegateResource: t.LiteralC<"undelegateResource">;
11819
+ export: t.LiteralC<"export">;
11820
+ import: t.LiteralC<"import">;
11821
+ importtoc: t.LiteralC<"importtoc">;
11419
11822
  }>;
11420
11823
  }>, t.PartialC<{
11421
11824
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11487,6 +11890,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11487
11890
  "defi-redeem": t.LiteralC<"defi-redeem">;
11488
11891
  delegateResource: t.LiteralC<"delegateResource">;
11489
11892
  undelegateResource: t.LiteralC<"undelegateResource">;
11893
+ export: t.LiteralC<"export">;
11894
+ import: t.LiteralC<"import">;
11895
+ importtoc: t.LiteralC<"importtoc">;
11490
11896
  }>;
11491
11897
  }>, t.PartialC<{
11492
11898
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11564,6 +11970,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11564
11970
  "defi-redeem": t.LiteralC<"defi-redeem">;
11565
11971
  delegateResource: t.LiteralC<"delegateResource">;
11566
11972
  undelegateResource: t.LiteralC<"undelegateResource">;
11973
+ export: t.LiteralC<"export">;
11974
+ import: t.LiteralC<"import">;
11975
+ importtoc: t.LiteralC<"importtoc">;
11567
11976
  }>;
11568
11977
  }>, t.PartialC<{
11569
11978
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11635,6 +12044,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11635
12044
  "defi-redeem": t.LiteralC<"defi-redeem">;
11636
12045
  delegateResource: t.LiteralC<"delegateResource">;
11637
12046
  undelegateResource: t.LiteralC<"undelegateResource">;
12047
+ export: t.LiteralC<"export">;
12048
+ import: t.LiteralC<"import">;
12049
+ importtoc: t.LiteralC<"importtoc">;
11638
12050
  }>;
11639
12051
  }>, t.PartialC<{
11640
12052
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11712,6 +12124,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
11712
12124
  "defi-redeem": t.LiteralC<"defi-redeem">;
11713
12125
  delegateResource: t.LiteralC<"delegateResource">;
11714
12126
  undelegateResource: t.LiteralC<"undelegateResource">;
12127
+ export: t.LiteralC<"export">;
12128
+ import: t.LiteralC<"import">;
12129
+ importtoc: t.LiteralC<"importtoc">;
11715
12130
  }>;
11716
12131
  }>, t.PartialC<{
11717
12132
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;