@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
@@ -217,6 +217,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
217
217
  "defi-redeem": t.LiteralC<"defi-redeem">;
218
218
  delegateResource: t.LiteralC<"delegateResource">;
219
219
  undelegateResource: t.LiteralC<"undelegateResource">;
220
+ export: t.LiteralC<"export">;
221
+ import: t.LiteralC<"import">;
222
+ importtoc: t.LiteralC<"importtoc">;
220
223
  }>;
221
224
  }>, t.PartialC<{
222
225
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -304,6 +307,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
304
307
  "defi-redeem": t.LiteralC<"defi-redeem">;
305
308
  delegateResource: t.LiteralC<"delegateResource">;
306
309
  undelegateResource: t.LiteralC<"undelegateResource">;
310
+ export: t.LiteralC<"export">;
311
+ import: t.LiteralC<"import">;
312
+ importtoc: t.LiteralC<"importtoc">;
307
313
  }>;
308
314
  }>, t.PartialC<{
309
315
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -378,6 +384,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
378
384
  "defi-redeem": t.LiteralC<"defi-redeem">;
379
385
  delegateResource: t.LiteralC<"delegateResource">;
380
386
  undelegateResource: t.LiteralC<"undelegateResource">;
387
+ export: t.LiteralC<"export">;
388
+ import: t.LiteralC<"import">;
389
+ importtoc: t.LiteralC<"importtoc">;
381
390
  }>;
382
391
  }>, t.PartialC<{
383
392
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -458,6 +467,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
458
467
  "defi-redeem": t.LiteralC<"defi-redeem">;
459
468
  delegateResource: t.LiteralC<"delegateResource">;
460
469
  undelegateResource: t.LiteralC<"undelegateResource">;
470
+ export: t.LiteralC<"export">;
471
+ import: t.LiteralC<"import">;
472
+ importtoc: t.LiteralC<"importtoc">;
461
473
  }>;
462
474
  }>, t.PartialC<{
463
475
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -537,6 +549,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
537
549
  "defi-redeem": t.LiteralC<"defi-redeem">;
538
550
  delegateResource: t.LiteralC<"delegateResource">;
539
551
  undelegateResource: t.LiteralC<"undelegateResource">;
552
+ export: t.LiteralC<"export">;
553
+ import: t.LiteralC<"import">;
554
+ importtoc: t.LiteralC<"importtoc">;
540
555
  }>;
541
556
  }>, t.PartialC<{
542
557
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -608,6 +623,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
608
623
  "defi-redeem": t.LiteralC<"defi-redeem">;
609
624
  delegateResource: t.LiteralC<"delegateResource">;
610
625
  undelegateResource: t.LiteralC<"undelegateResource">;
626
+ export: t.LiteralC<"export">;
627
+ import: t.LiteralC<"import">;
628
+ importtoc: t.LiteralC<"importtoc">;
611
629
  }>;
612
630
  }>, t.PartialC<{
613
631
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -690,6 +708,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
690
708
  "defi-redeem": t.LiteralC<"defi-redeem">;
691
709
  delegateResource: t.LiteralC<"delegateResource">;
692
710
  undelegateResource: t.LiteralC<"undelegateResource">;
711
+ export: t.LiteralC<"export">;
712
+ import: t.LiteralC<"import">;
713
+ importtoc: t.LiteralC<"importtoc">;
693
714
  }>;
694
715
  }>, t.PartialC<{
695
716
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -777,6 +798,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
777
798
  "defi-redeem": t.LiteralC<"defi-redeem">;
778
799
  delegateResource: t.LiteralC<"delegateResource">;
779
800
  undelegateResource: t.LiteralC<"undelegateResource">;
801
+ export: t.LiteralC<"export">;
802
+ import: t.LiteralC<"import">;
803
+ importtoc: t.LiteralC<"importtoc">;
780
804
  }>;
781
805
  }>, t.PartialC<{
782
806
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -881,6 +905,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
881
905
  "defi-redeem": t.LiteralC<"defi-redeem">;
882
906
  delegateResource: t.LiteralC<"delegateResource">;
883
907
  undelegateResource: t.LiteralC<"undelegateResource">;
908
+ export: t.LiteralC<"export">;
909
+ import: t.LiteralC<"import">;
910
+ importtoc: t.LiteralC<"importtoc">;
884
911
  }>;
885
912
  }>, t.PartialC<{
886
913
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -985,6 +1012,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
985
1012
  "defi-redeem": t.LiteralC<"defi-redeem">;
986
1013
  delegateResource: t.LiteralC<"delegateResource">;
987
1014
  undelegateResource: t.LiteralC<"undelegateResource">;
1015
+ export: t.LiteralC<"export">;
1016
+ import: t.LiteralC<"import">;
1017
+ importtoc: t.LiteralC<"importtoc">;
988
1018
  }>;
989
1019
  }>, t.PartialC<{
990
1020
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1055,6 +1085,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1055
1085
  "defi-redeem": t.LiteralC<"defi-redeem">;
1056
1086
  delegateResource: t.LiteralC<"delegateResource">;
1057
1087
  undelegateResource: t.LiteralC<"undelegateResource">;
1088
+ export: t.LiteralC<"export">;
1089
+ import: t.LiteralC<"import">;
1090
+ importtoc: t.LiteralC<"importtoc">;
1058
1091
  }>;
1059
1092
  }>, t.PartialC<{
1060
1093
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1125,6 +1158,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1125
1158
  "defi-redeem": t.LiteralC<"defi-redeem">;
1126
1159
  delegateResource: t.LiteralC<"delegateResource">;
1127
1160
  undelegateResource: t.LiteralC<"undelegateResource">;
1161
+ export: t.LiteralC<"export">;
1162
+ import: t.LiteralC<"import">;
1163
+ importtoc: t.LiteralC<"importtoc">;
1128
1164
  }>;
1129
1165
  }>, t.PartialC<{
1130
1166
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1203,6 +1239,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1203
1239
  "defi-redeem": t.LiteralC<"defi-redeem">;
1204
1240
  delegateResource: t.LiteralC<"delegateResource">;
1205
1241
  undelegateResource: t.LiteralC<"undelegateResource">;
1242
+ export: t.LiteralC<"export">;
1243
+ import: t.LiteralC<"import">;
1244
+ importtoc: t.LiteralC<"importtoc">;
1206
1245
  }>;
1207
1246
  }>, t.PartialC<{
1208
1247
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1280,6 +1319,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1280
1319
  "defi-redeem": t.LiteralC<"defi-redeem">;
1281
1320
  delegateResource: t.LiteralC<"delegateResource">;
1282
1321
  undelegateResource: t.LiteralC<"undelegateResource">;
1322
+ export: t.LiteralC<"export">;
1323
+ import: t.LiteralC<"import">;
1324
+ importtoc: t.LiteralC<"importtoc">;
1283
1325
  }>;
1284
1326
  }>, t.PartialC<{
1285
1327
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1360,6 +1402,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1360
1402
  "defi-redeem": t.LiteralC<"defi-redeem">;
1361
1403
  delegateResource: t.LiteralC<"delegateResource">;
1362
1404
  undelegateResource: t.LiteralC<"undelegateResource">;
1405
+ export: t.LiteralC<"export">;
1406
+ import: t.LiteralC<"import">;
1407
+ importtoc: t.LiteralC<"importtoc">;
1363
1408
  }>;
1364
1409
  }>, t.PartialC<{
1365
1410
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1426,6 +1471,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1426
1471
  "defi-redeem": t.LiteralC<"defi-redeem">;
1427
1472
  delegateResource: t.LiteralC<"delegateResource">;
1428
1473
  undelegateResource: t.LiteralC<"undelegateResource">;
1474
+ export: t.LiteralC<"export">;
1475
+ import: t.LiteralC<"import">;
1476
+ importtoc: t.LiteralC<"importtoc">;
1429
1477
  }>;
1430
1478
  }>, t.PartialC<{
1431
1479
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1496,6 +1544,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1496
1544
  "defi-redeem": t.LiteralC<"defi-redeem">;
1497
1545
  delegateResource: t.LiteralC<"delegateResource">;
1498
1546
  undelegateResource: t.LiteralC<"undelegateResource">;
1547
+ export: t.LiteralC<"export">;
1548
+ import: t.LiteralC<"import">;
1549
+ importtoc: t.LiteralC<"importtoc">;
1499
1550
  }>;
1500
1551
  }>, t.PartialC<{
1501
1552
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1526,6 +1577,7 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1526
1577
  }>]>]>, t.PartialC<{
1527
1578
  memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
1528
1579
  isConsolidate: t.BooleanC;
1580
+ numberOfSplits: t.NumberC;
1529
1581
  }>, t.TypeC<{
1530
1582
  unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
1531
1583
  }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
@@ -1586,6 +1638,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1586
1638
  "defi-redeem": t.LiteralC<"defi-redeem">;
1587
1639
  delegateResource: t.LiteralC<"delegateResource">;
1588
1640
  undelegateResource: t.LiteralC<"undelegateResource">;
1641
+ export: t.LiteralC<"export">;
1642
+ import: t.LiteralC<"import">;
1643
+ importtoc: t.LiteralC<"importtoc">;
1589
1644
  }>;
1590
1645
  }>, t.PartialC<{
1591
1646
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1655,6 +1710,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1655
1710
  "defi-redeem": t.LiteralC<"defi-redeem">;
1656
1711
  delegateResource: t.LiteralC<"delegateResource">;
1657
1712
  undelegateResource: t.LiteralC<"undelegateResource">;
1713
+ export: t.LiteralC<"export">;
1714
+ import: t.LiteralC<"import">;
1715
+ importtoc: t.LiteralC<"importtoc">;
1658
1716
  }>;
1659
1717
  }>, t.PartialC<{
1660
1718
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1728,6 +1786,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1728
1786
  "defi-redeem": t.LiteralC<"defi-redeem">;
1729
1787
  delegateResource: t.LiteralC<"delegateResource">;
1730
1788
  undelegateResource: t.LiteralC<"undelegateResource">;
1789
+ export: t.LiteralC<"export">;
1790
+ import: t.LiteralC<"import">;
1791
+ importtoc: t.LiteralC<"importtoc">;
1731
1792
  }>;
1732
1793
  }>, t.PartialC<{
1733
1794
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1796,6 +1857,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1796
1857
  "defi-redeem": t.LiteralC<"defi-redeem">;
1797
1858
  delegateResource: t.LiteralC<"delegateResource">;
1798
1859
  undelegateResource: t.LiteralC<"undelegateResource">;
1860
+ export: t.LiteralC<"export">;
1861
+ import: t.LiteralC<"import">;
1862
+ importtoc: t.LiteralC<"importtoc">;
1799
1863
  }>;
1800
1864
  }>, t.PartialC<{
1801
1865
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1865,6 +1929,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1865
1929
  "defi-redeem": t.LiteralC<"defi-redeem">;
1866
1930
  delegateResource: t.LiteralC<"delegateResource">;
1867
1931
  undelegateResource: t.LiteralC<"undelegateResource">;
1932
+ export: t.LiteralC<"export">;
1933
+ import: t.LiteralC<"import">;
1934
+ importtoc: t.LiteralC<"importtoc">;
1868
1935
  }>;
1869
1936
  }>, t.PartialC<{
1870
1937
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -1934,6 +2001,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
1934
2001
  "defi-redeem": t.LiteralC<"defi-redeem">;
1935
2002
  delegateResource: t.LiteralC<"delegateResource">;
1936
2003
  undelegateResource: t.LiteralC<"undelegateResource">;
2004
+ export: t.LiteralC<"export">;
2005
+ import: t.LiteralC<"import">;
2006
+ importtoc: t.LiteralC<"importtoc">;
1937
2007
  }>;
1938
2008
  }>, t.PartialC<{
1939
2009
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2003,6 +2073,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2003
2073
  "defi-redeem": t.LiteralC<"defi-redeem">;
2004
2074
  delegateResource: t.LiteralC<"delegateResource">;
2005
2075
  undelegateResource: t.LiteralC<"undelegateResource">;
2076
+ export: t.LiteralC<"export">;
2077
+ import: t.LiteralC<"import">;
2078
+ importtoc: t.LiteralC<"importtoc">;
2006
2079
  }>;
2007
2080
  }>, t.PartialC<{
2008
2081
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2090,6 +2163,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2090
2163
  "defi-redeem": t.LiteralC<"defi-redeem">;
2091
2164
  delegateResource: t.LiteralC<"delegateResource">;
2092
2165
  undelegateResource: t.LiteralC<"undelegateResource">;
2166
+ export: t.LiteralC<"export">;
2167
+ import: t.LiteralC<"import">;
2168
+ importtoc: t.LiteralC<"importtoc">;
2093
2169
  }>;
2094
2170
  }>, t.PartialC<{
2095
2171
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2160,6 +2236,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2160
2236
  "defi-redeem": t.LiteralC<"defi-redeem">;
2161
2237
  delegateResource: t.LiteralC<"delegateResource">;
2162
2238
  undelegateResource: t.LiteralC<"undelegateResource">;
2239
+ export: t.LiteralC<"export">;
2240
+ import: t.LiteralC<"import">;
2241
+ importtoc: t.LiteralC<"importtoc">;
2163
2242
  }>;
2164
2243
  }>, t.PartialC<{
2165
2244
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2263,6 +2342,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2263
2342
  "defi-redeem": t.LiteralC<"defi-redeem">;
2264
2343
  delegateResource: t.LiteralC<"delegateResource">;
2265
2344
  undelegateResource: t.LiteralC<"undelegateResource">;
2345
+ export: t.LiteralC<"export">;
2346
+ import: t.LiteralC<"import">;
2347
+ importtoc: t.LiteralC<"importtoc">;
2266
2348
  }>;
2267
2349
  }>, t.PartialC<{
2268
2350
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2339,6 +2421,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2339
2421
  "defi-redeem": t.LiteralC<"defi-redeem">;
2340
2422
  delegateResource: t.LiteralC<"delegateResource">;
2341
2423
  undelegateResource: t.LiteralC<"undelegateResource">;
2424
+ export: t.LiteralC<"export">;
2425
+ import: t.LiteralC<"import">;
2426
+ importtoc: t.LiteralC<"importtoc">;
2342
2427
  }>;
2343
2428
  }>, t.PartialC<{
2344
2429
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2442,6 +2527,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2442
2527
  "defi-redeem": t.LiteralC<"defi-redeem">;
2443
2528
  delegateResource: t.LiteralC<"delegateResource">;
2444
2529
  undelegateResource: t.LiteralC<"undelegateResource">;
2530
+ export: t.LiteralC<"export">;
2531
+ import: t.LiteralC<"import">;
2532
+ importtoc: t.LiteralC<"importtoc">;
2445
2533
  }>;
2446
2534
  }>, t.PartialC<{
2447
2535
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2509,6 +2597,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2509
2597
  "defi-redeem": t.LiteralC<"defi-redeem">;
2510
2598
  delegateResource: t.LiteralC<"delegateResource">;
2511
2599
  undelegateResource: t.LiteralC<"undelegateResource">;
2600
+ export: t.LiteralC<"export">;
2601
+ import: t.LiteralC<"import">;
2602
+ importtoc: t.LiteralC<"importtoc">;
2512
2603
  }>;
2513
2604
  }>, t.PartialC<{
2514
2605
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2636,6 +2727,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2636
2727
  "defi-redeem": t.LiteralC<"defi-redeem">;
2637
2728
  delegateResource: t.LiteralC<"delegateResource">;
2638
2729
  undelegateResource: t.LiteralC<"undelegateResource">;
2730
+ export: t.LiteralC<"export">;
2731
+ import: t.LiteralC<"import">;
2732
+ importtoc: t.LiteralC<"importtoc">;
2639
2733
  }>;
2640
2734
  }>, t.PartialC<{
2641
2735
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2753,6 +2847,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2753
2847
  "defi-redeem": t.LiteralC<"defi-redeem">;
2754
2848
  delegateResource: t.LiteralC<"delegateResource">;
2755
2849
  undelegateResource: t.LiteralC<"undelegateResource">;
2850
+ export: t.LiteralC<"export">;
2851
+ import: t.LiteralC<"import">;
2852
+ importtoc: t.LiteralC<"importtoc">;
2756
2853
  }>;
2757
2854
  }>, t.PartialC<{
2758
2855
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2862,6 +2959,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2862
2959
  "defi-redeem": t.LiteralC<"defi-redeem">;
2863
2960
  delegateResource: t.LiteralC<"delegateResource">;
2864
2961
  undelegateResource: t.LiteralC<"undelegateResource">;
2962
+ export: t.LiteralC<"export">;
2963
+ import: t.LiteralC<"import">;
2964
+ importtoc: t.LiteralC<"importtoc">;
2865
2965
  }>;
2866
2966
  }>, t.PartialC<{
2867
2967
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -2957,6 +3057,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
2957
3057
  "defi-redeem": t.LiteralC<"defi-redeem">;
2958
3058
  delegateResource: t.LiteralC<"delegateResource">;
2959
3059
  undelegateResource: t.LiteralC<"undelegateResource">;
3060
+ export: t.LiteralC<"export">;
3061
+ import: t.LiteralC<"import">;
3062
+ importtoc: t.LiteralC<"importtoc">;
2960
3063
  }>;
2961
3064
  }>, t.PartialC<{
2962
3065
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3051,6 +3154,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3051
3154
  "defi-redeem": t.LiteralC<"defi-redeem">;
3052
3155
  delegateResource: t.LiteralC<"delegateResource">;
3053
3156
  undelegateResource: t.LiteralC<"undelegateResource">;
3157
+ export: t.LiteralC<"export">;
3158
+ import: t.LiteralC<"import">;
3159
+ importtoc: t.LiteralC<"importtoc">;
3054
3160
  }>;
3055
3161
  }>, t.PartialC<{
3056
3162
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3144,6 +3250,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3144
3250
  "defi-redeem": t.LiteralC<"defi-redeem">;
3145
3251
  delegateResource: t.LiteralC<"delegateResource">;
3146
3252
  undelegateResource: t.LiteralC<"undelegateResource">;
3253
+ export: t.LiteralC<"export">;
3254
+ import: t.LiteralC<"import">;
3255
+ importtoc: t.LiteralC<"importtoc">;
3147
3256
  }>;
3148
3257
  }>, t.PartialC<{
3149
3258
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3213,6 +3322,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3213
3322
  "defi-redeem": t.LiteralC<"defi-redeem">;
3214
3323
  delegateResource: t.LiteralC<"delegateResource">;
3215
3324
  undelegateResource: t.LiteralC<"undelegateResource">;
3325
+ export: t.LiteralC<"export">;
3326
+ import: t.LiteralC<"import">;
3327
+ importtoc: t.LiteralC<"importtoc">;
3216
3328
  }>;
3217
3329
  }>, t.PartialC<{
3218
3330
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3402,6 +3514,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3402
3514
  "defi-redeem": t.LiteralC<"defi-redeem">;
3403
3515
  delegateResource: t.LiteralC<"delegateResource">;
3404
3516
  undelegateResource: t.LiteralC<"undelegateResource">;
3517
+ export: t.LiteralC<"export">;
3518
+ import: t.LiteralC<"import">;
3519
+ importtoc: t.LiteralC<"importtoc">;
3405
3520
  }>;
3406
3521
  }>, t.PartialC<{
3407
3522
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3532,6 +3647,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3532
3647
  "defi-redeem": t.LiteralC<"defi-redeem">;
3533
3648
  delegateResource: t.LiteralC<"delegateResource">;
3534
3649
  undelegateResource: t.LiteralC<"undelegateResource">;
3650
+ export: t.LiteralC<"export">;
3651
+ import: t.LiteralC<"import">;
3652
+ importtoc: t.LiteralC<"importtoc">;
3535
3653
  }>;
3536
3654
  }>, t.PartialC<{
3537
3655
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3623,6 +3741,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3623
3741
  "defi-redeem": t.LiteralC<"defi-redeem">;
3624
3742
  delegateResource: t.LiteralC<"delegateResource">;
3625
3743
  undelegateResource: t.LiteralC<"undelegateResource">;
3744
+ export: t.LiteralC<"export">;
3745
+ import: t.LiteralC<"import">;
3746
+ importtoc: t.LiteralC<"importtoc">;
3626
3747
  }>;
3627
3748
  }>, t.PartialC<{
3628
3749
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3690,6 +3811,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3690
3811
  "defi-redeem": t.LiteralC<"defi-redeem">;
3691
3812
  delegateResource: t.LiteralC<"delegateResource">;
3692
3813
  undelegateResource: t.LiteralC<"undelegateResource">;
3814
+ export: t.LiteralC<"export">;
3815
+ import: t.LiteralC<"import">;
3816
+ importtoc: t.LiteralC<"importtoc">;
3693
3817
  }>;
3694
3818
  }>, t.PartialC<{
3695
3819
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3812,6 +3936,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3812
3936
  "defi-redeem": t.LiteralC<"defi-redeem">;
3813
3937
  delegateResource: t.LiteralC<"delegateResource">;
3814
3938
  undelegateResource: t.LiteralC<"undelegateResource">;
3939
+ export: t.LiteralC<"export">;
3940
+ import: t.LiteralC<"import">;
3941
+ importtoc: t.LiteralC<"importtoc">;
3815
3942
  }>;
3816
3943
  }>, t.PartialC<{
3817
3944
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -3921,6 +4048,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
3921
4048
  "defi-redeem": t.LiteralC<"defi-redeem">;
3922
4049
  delegateResource: t.LiteralC<"delegateResource">;
3923
4050
  undelegateResource: t.LiteralC<"undelegateResource">;
4051
+ export: t.LiteralC<"export">;
4052
+ import: t.LiteralC<"import">;
4053
+ importtoc: t.LiteralC<"importtoc">;
3924
4054
  }>;
3925
4055
  }>, t.PartialC<{
3926
4056
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4050,6 +4180,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4050
4180
  "defi-redeem": t.LiteralC<"defi-redeem">;
4051
4181
  delegateResource: t.LiteralC<"delegateResource">;
4052
4182
  undelegateResource: t.LiteralC<"undelegateResource">;
4183
+ export: t.LiteralC<"export">;
4184
+ import: t.LiteralC<"import">;
4185
+ importtoc: t.LiteralC<"importtoc">;
4053
4186
  }>;
4054
4187
  }>, t.PartialC<{
4055
4188
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4124,6 +4257,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4124
4257
  "defi-redeem": t.LiteralC<"defi-redeem">;
4125
4258
  delegateResource: t.LiteralC<"delegateResource">;
4126
4259
  undelegateResource: t.LiteralC<"undelegateResource">;
4260
+ export: t.LiteralC<"export">;
4261
+ import: t.LiteralC<"import">;
4262
+ importtoc: t.LiteralC<"importtoc">;
4127
4263
  }>;
4128
4264
  }>, t.PartialC<{
4129
4265
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4193,6 +4329,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4193
4329
  "defi-redeem": t.LiteralC<"defi-redeem">;
4194
4330
  delegateResource: t.LiteralC<"delegateResource">;
4195
4331
  undelegateResource: t.LiteralC<"undelegateResource">;
4332
+ export: t.LiteralC<"export">;
4333
+ import: t.LiteralC<"import">;
4334
+ importtoc: t.LiteralC<"importtoc">;
4196
4335
  }>;
4197
4336
  }>, t.PartialC<{
4198
4337
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4274,6 +4413,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4274
4413
  "defi-redeem": t.LiteralC<"defi-redeem">;
4275
4414
  delegateResource: t.LiteralC<"delegateResource">;
4276
4415
  undelegateResource: t.LiteralC<"undelegateResource">;
4416
+ export: t.LiteralC<"export">;
4417
+ import: t.LiteralC<"import">;
4418
+ importtoc: t.LiteralC<"importtoc">;
4277
4419
  }>;
4278
4420
  }>, t.PartialC<{
4279
4421
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4350,6 +4492,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4350
4492
  "defi-redeem": t.LiteralC<"defi-redeem">;
4351
4493
  delegateResource: t.LiteralC<"delegateResource">;
4352
4494
  undelegateResource: t.LiteralC<"undelegateResource">;
4495
+ export: t.LiteralC<"export">;
4496
+ import: t.LiteralC<"import">;
4497
+ importtoc: t.LiteralC<"importtoc">;
4353
4498
  }>;
4354
4499
  }>, t.PartialC<{
4355
4500
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4442,6 +4587,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4442
4587
  "defi-redeem": t.LiteralC<"defi-redeem">;
4443
4588
  delegateResource: t.LiteralC<"delegateResource">;
4444
4589
  undelegateResource: t.LiteralC<"undelegateResource">;
4590
+ export: t.LiteralC<"export">;
4591
+ import: t.LiteralC<"import">;
4592
+ importtoc: t.LiteralC<"importtoc">;
4445
4593
  }>;
4446
4594
  }>, t.PartialC<{
4447
4595
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4524,6 +4672,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4524
4672
  "defi-redeem": t.LiteralC<"defi-redeem">;
4525
4673
  delegateResource: t.LiteralC<"delegateResource">;
4526
4674
  undelegateResource: t.LiteralC<"undelegateResource">;
4675
+ export: t.LiteralC<"export">;
4676
+ import: t.LiteralC<"import">;
4677
+ importtoc: t.LiteralC<"importtoc">;
4527
4678
  }>;
4528
4679
  }>, t.PartialC<{
4529
4680
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4592,6 +4743,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4592
4743
  "defi-redeem": t.LiteralC<"defi-redeem">;
4593
4744
  delegateResource: t.LiteralC<"delegateResource">;
4594
4745
  undelegateResource: t.LiteralC<"undelegateResource">;
4746
+ export: t.LiteralC<"export">;
4747
+ import: t.LiteralC<"import">;
4748
+ importtoc: t.LiteralC<"importtoc">;
4595
4749
  }>;
4596
4750
  }>, t.PartialC<{
4597
4751
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4679,6 +4833,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4679
4833
  "defi-redeem": t.LiteralC<"defi-redeem">;
4680
4834
  delegateResource: t.LiteralC<"delegateResource">;
4681
4835
  undelegateResource: t.LiteralC<"undelegateResource">;
4836
+ export: t.LiteralC<"export">;
4837
+ import: t.LiteralC<"import">;
4838
+ importtoc: t.LiteralC<"importtoc">;
4682
4839
  }>;
4683
4840
  }>, t.PartialC<{
4684
4841
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4756,6 +4913,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4756
4913
  "defi-redeem": t.LiteralC<"defi-redeem">;
4757
4914
  delegateResource: t.LiteralC<"delegateResource">;
4758
4915
  undelegateResource: t.LiteralC<"undelegateResource">;
4916
+ export: t.LiteralC<"export">;
4917
+ import: t.LiteralC<"import">;
4918
+ importtoc: t.LiteralC<"importtoc">;
4759
4919
  }>;
4760
4920
  }>, t.PartialC<{
4761
4921
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4832,6 +4992,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4832
4992
  "defi-redeem": t.LiteralC<"defi-redeem">;
4833
4993
  delegateResource: t.LiteralC<"delegateResource">;
4834
4994
  undelegateResource: t.LiteralC<"undelegateResource">;
4995
+ export: t.LiteralC<"export">;
4996
+ import: t.LiteralC<"import">;
4997
+ importtoc: t.LiteralC<"importtoc">;
4835
4998
  }>;
4836
4999
  }>, t.PartialC<{
4837
5000
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4906,6 +5069,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4906
5069
  "defi-redeem": t.LiteralC<"defi-redeem">;
4907
5070
  delegateResource: t.LiteralC<"delegateResource">;
4908
5071
  undelegateResource: t.LiteralC<"undelegateResource">;
5072
+ export: t.LiteralC<"export">;
5073
+ import: t.LiteralC<"import">;
5074
+ importtoc: t.LiteralC<"importtoc">;
4909
5075
  }>;
4910
5076
  }>, t.PartialC<{
4911
5077
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -4980,6 +5146,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
4980
5146
  "defi-redeem": t.LiteralC<"defi-redeem">;
4981
5147
  delegateResource: t.LiteralC<"delegateResource">;
4982
5148
  undelegateResource: t.LiteralC<"undelegateResource">;
5149
+ export: t.LiteralC<"export">;
5150
+ import: t.LiteralC<"import">;
5151
+ importtoc: t.LiteralC<"importtoc">;
4983
5152
  }>;
4984
5153
  }>, t.PartialC<{
4985
5154
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5051,6 +5220,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5051
5220
  "defi-redeem": t.LiteralC<"defi-redeem">;
5052
5221
  delegateResource: t.LiteralC<"delegateResource">;
5053
5222
  undelegateResource: t.LiteralC<"undelegateResource">;
5223
+ export: t.LiteralC<"export">;
5224
+ import: t.LiteralC<"import">;
5225
+ importtoc: t.LiteralC<"importtoc">;
5054
5226
  }>;
5055
5227
  }>, t.PartialC<{
5056
5228
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5138,6 +5310,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5138
5310
  "defi-redeem": t.LiteralC<"defi-redeem">;
5139
5311
  delegateResource: t.LiteralC<"delegateResource">;
5140
5312
  undelegateResource: t.LiteralC<"undelegateResource">;
5313
+ export: t.LiteralC<"export">;
5314
+ import: t.LiteralC<"import">;
5315
+ importtoc: t.LiteralC<"importtoc">;
5141
5316
  }>;
5142
5317
  }>, t.PartialC<{
5143
5318
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5224,6 +5399,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5224
5399
  "defi-redeem": t.LiteralC<"defi-redeem">;
5225
5400
  delegateResource: t.LiteralC<"delegateResource">;
5226
5401
  undelegateResource: t.LiteralC<"undelegateResource">;
5402
+ export: t.LiteralC<"export">;
5403
+ import: t.LiteralC<"import">;
5404
+ importtoc: t.LiteralC<"importtoc">;
5227
5405
  }>;
5228
5406
  }>, t.PartialC<{
5229
5407
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5310,6 +5488,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5310
5488
  "defi-redeem": t.LiteralC<"defi-redeem">;
5311
5489
  delegateResource: t.LiteralC<"delegateResource">;
5312
5490
  undelegateResource: t.LiteralC<"undelegateResource">;
5491
+ export: t.LiteralC<"export">;
5492
+ import: t.LiteralC<"import">;
5493
+ importtoc: t.LiteralC<"importtoc">;
5313
5494
  }>;
5314
5495
  }>, t.PartialC<{
5315
5496
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5404,6 +5585,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5404
5585
  "defi-redeem": t.LiteralC<"defi-redeem">;
5405
5586
  delegateResource: t.LiteralC<"delegateResource">;
5406
5587
  undelegateResource: t.LiteralC<"undelegateResource">;
5588
+ export: t.LiteralC<"export">;
5589
+ import: t.LiteralC<"import">;
5590
+ importtoc: t.LiteralC<"importtoc">;
5407
5591
  }>;
5408
5592
  }>, t.PartialC<{
5409
5593
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5520,6 +5704,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5520
5704
  "defi-redeem": t.LiteralC<"defi-redeem">;
5521
5705
  delegateResource: t.LiteralC<"delegateResource">;
5522
5706
  undelegateResource: t.LiteralC<"undelegateResource">;
5707
+ export: t.LiteralC<"export">;
5708
+ import: t.LiteralC<"import">;
5709
+ importtoc: t.LiteralC<"importtoc">;
5523
5710
  }>;
5524
5711
  }>, t.PartialC<{
5525
5712
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5608,6 +5795,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5608
5795
  "defi-redeem": t.LiteralC<"defi-redeem">;
5609
5796
  delegateResource: t.LiteralC<"delegateResource">;
5610
5797
  undelegateResource: t.LiteralC<"undelegateResource">;
5798
+ export: t.LiteralC<"export">;
5799
+ import: t.LiteralC<"import">;
5800
+ importtoc: t.LiteralC<"importtoc">;
5611
5801
  }>;
5612
5802
  }>, t.PartialC<{
5613
5803
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5712,6 +5902,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5712
5902
  "defi-redeem": t.LiteralC<"defi-redeem">;
5713
5903
  delegateResource: t.LiteralC<"delegateResource">;
5714
5904
  undelegateResource: t.LiteralC<"undelegateResource">;
5905
+ export: t.LiteralC<"export">;
5906
+ import: t.LiteralC<"import">;
5907
+ importtoc: t.LiteralC<"importtoc">;
5715
5908
  }>;
5716
5909
  }>, t.PartialC<{
5717
5910
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5816,6 +6009,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5816
6009
  "defi-redeem": t.LiteralC<"defi-redeem">;
5817
6010
  delegateResource: t.LiteralC<"delegateResource">;
5818
6011
  undelegateResource: t.LiteralC<"undelegateResource">;
6012
+ export: t.LiteralC<"export">;
6013
+ import: t.LiteralC<"import">;
6014
+ importtoc: t.LiteralC<"importtoc">;
5819
6015
  }>;
5820
6016
  }>, t.PartialC<{
5821
6017
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5918,6 +6114,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5918
6114
  "defi-redeem": t.LiteralC<"defi-redeem">;
5919
6115
  delegateResource: t.LiteralC<"delegateResource">;
5920
6116
  undelegateResource: t.LiteralC<"undelegateResource">;
6117
+ export: t.LiteralC<"export">;
6118
+ import: t.LiteralC<"import">;
6119
+ importtoc: t.LiteralC<"importtoc">;
5921
6120
  }>;
5922
6121
  }>, t.PartialC<{
5923
6122
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -5995,6 +6194,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
5995
6194
  "defi-redeem": t.LiteralC<"defi-redeem">;
5996
6195
  delegateResource: t.LiteralC<"delegateResource">;
5997
6196
  undelegateResource: t.LiteralC<"undelegateResource">;
6197
+ export: t.LiteralC<"export">;
6198
+ import: t.LiteralC<"import">;
6199
+ importtoc: t.LiteralC<"importtoc">;
5998
6200
  }>;
5999
6201
  }>, t.PartialC<{
6000
6202
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6083,6 +6285,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6083
6285
  "defi-redeem": t.LiteralC<"defi-redeem">;
6084
6286
  delegateResource: t.LiteralC<"delegateResource">;
6085
6287
  undelegateResource: t.LiteralC<"undelegateResource">;
6288
+ export: t.LiteralC<"export">;
6289
+ import: t.LiteralC<"import">;
6290
+ importtoc: t.LiteralC<"importtoc">;
6086
6291
  }>;
6087
6292
  }>, t.PartialC<{
6088
6293
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6228,6 +6433,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6228
6433
  "defi-redeem": t.LiteralC<"defi-redeem">;
6229
6434
  delegateResource: t.LiteralC<"delegateResource">;
6230
6435
  undelegateResource: t.LiteralC<"undelegateResource">;
6436
+ export: t.LiteralC<"export">;
6437
+ import: t.LiteralC<"import">;
6438
+ importtoc: t.LiteralC<"importtoc">;
6231
6439
  }>;
6232
6440
  }>, t.PartialC<{
6233
6441
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6302,6 +6510,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6302
6510
  "defi-redeem": t.LiteralC<"defi-redeem">;
6303
6511
  delegateResource: t.LiteralC<"delegateResource">;
6304
6512
  undelegateResource: t.LiteralC<"undelegateResource">;
6513
+ export: t.LiteralC<"export">;
6514
+ import: t.LiteralC<"import">;
6515
+ importtoc: t.LiteralC<"importtoc">;
6305
6516
  }>;
6306
6517
  }>, t.PartialC<{
6307
6518
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6380,6 +6591,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6380
6591
  "defi-redeem": t.LiteralC<"defi-redeem">;
6381
6592
  delegateResource: t.LiteralC<"delegateResource">;
6382
6593
  undelegateResource: t.LiteralC<"undelegateResource">;
6594
+ export: t.LiteralC<"export">;
6595
+ import: t.LiteralC<"import">;
6596
+ importtoc: t.LiteralC<"importtoc">;
6383
6597
  }>;
6384
6598
  }>, t.PartialC<{
6385
6599
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6451,6 +6665,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6451
6665
  "defi-redeem": t.LiteralC<"defi-redeem">;
6452
6666
  delegateResource: t.LiteralC<"delegateResource">;
6453
6667
  undelegateResource: t.LiteralC<"undelegateResource">;
6668
+ export: t.LiteralC<"export">;
6669
+ import: t.LiteralC<"import">;
6670
+ importtoc: t.LiteralC<"importtoc">;
6454
6671
  }>;
6455
6672
  }>, t.PartialC<{
6456
6673
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6523,6 +6740,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6523
6740
  "defi-redeem": t.LiteralC<"defi-redeem">;
6524
6741
  delegateResource: t.LiteralC<"delegateResource">;
6525
6742
  undelegateResource: t.LiteralC<"undelegateResource">;
6743
+ export: t.LiteralC<"export">;
6744
+ import: t.LiteralC<"import">;
6745
+ importtoc: t.LiteralC<"importtoc">;
6526
6746
  }>;
6527
6747
  }>, t.PartialC<{
6528
6748
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6610,6 +6830,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6610
6830
  "defi-redeem": t.LiteralC<"defi-redeem">;
6611
6831
  delegateResource: t.LiteralC<"delegateResource">;
6612
6832
  undelegateResource: t.LiteralC<"undelegateResource">;
6833
+ export: t.LiteralC<"export">;
6834
+ import: t.LiteralC<"import">;
6835
+ importtoc: t.LiteralC<"importtoc">;
6613
6836
  }>;
6614
6837
  }>, t.PartialC<{
6615
6838
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6699,6 +6922,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6699
6922
  "defi-redeem": t.LiteralC<"defi-redeem">;
6700
6923
  delegateResource: t.LiteralC<"delegateResource">;
6701
6924
  undelegateResource: t.LiteralC<"undelegateResource">;
6925
+ export: t.LiteralC<"export">;
6926
+ import: t.LiteralC<"import">;
6927
+ importtoc: t.LiteralC<"importtoc">;
6702
6928
  }>;
6703
6929
  }>, t.PartialC<{
6704
6930
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6781,6 +7007,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6781
7007
  "defi-redeem": t.LiteralC<"defi-redeem">;
6782
7008
  delegateResource: t.LiteralC<"delegateResource">;
6783
7009
  undelegateResource: t.LiteralC<"undelegateResource">;
7010
+ export: t.LiteralC<"export">;
7011
+ import: t.LiteralC<"import">;
7012
+ importtoc: t.LiteralC<"importtoc">;
6784
7013
  }>;
6785
7014
  }>, t.PartialC<{
6786
7015
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -6900,6 +7129,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
6900
7129
  "defi-redeem": t.LiteralC<"defi-redeem">;
6901
7130
  delegateResource: t.LiteralC<"delegateResource">;
6902
7131
  undelegateResource: t.LiteralC<"undelegateResource">;
7132
+ export: t.LiteralC<"export">;
7133
+ import: t.LiteralC<"import">;
7134
+ importtoc: t.LiteralC<"importtoc">;
6903
7135
  }>;
6904
7136
  }>, t.PartialC<{
6905
7137
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7049,6 +7281,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7049
7281
  "defi-redeem": t.LiteralC<"defi-redeem">;
7050
7282
  delegateResource: t.LiteralC<"delegateResource">;
7051
7283
  undelegateResource: t.LiteralC<"undelegateResource">;
7284
+ export: t.LiteralC<"export">;
7285
+ import: t.LiteralC<"import">;
7286
+ importtoc: t.LiteralC<"importtoc">;
7052
7287
  }>;
7053
7288
  }>, t.PartialC<{
7054
7289
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7212,6 +7447,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7212
7447
  "defi-redeem": t.LiteralC<"defi-redeem">;
7213
7448
  delegateResource: t.LiteralC<"delegateResource">;
7214
7449
  undelegateResource: t.LiteralC<"undelegateResource">;
7450
+ export: t.LiteralC<"export">;
7451
+ import: t.LiteralC<"import">;
7452
+ importtoc: t.LiteralC<"importtoc">;
7215
7453
  }>;
7216
7454
  }>, t.PartialC<{
7217
7455
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7280,6 +7518,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7280
7518
  "defi-redeem": t.LiteralC<"defi-redeem">;
7281
7519
  delegateResource: t.LiteralC<"delegateResource">;
7282
7520
  undelegateResource: t.LiteralC<"undelegateResource">;
7521
+ export: t.LiteralC<"export">;
7522
+ import: t.LiteralC<"import">;
7523
+ importtoc: t.LiteralC<"importtoc">;
7283
7524
  }>;
7284
7525
  }>, t.PartialC<{
7285
7526
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7343,6 +7584,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7343
7584
  "defi-redeem": t.LiteralC<"defi-redeem">;
7344
7585
  delegateResource: t.LiteralC<"delegateResource">;
7345
7586
  undelegateResource: t.LiteralC<"undelegateResource">;
7587
+ export: t.LiteralC<"export">;
7588
+ import: t.LiteralC<"import">;
7589
+ importtoc: t.LiteralC<"importtoc">;
7346
7590
  }>;
7347
7591
  }>, t.PartialC<{
7348
7592
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7414,6 +7658,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7414
7658
  "defi-redeem": t.LiteralC<"defi-redeem">;
7415
7659
  delegateResource: t.LiteralC<"delegateResource">;
7416
7660
  undelegateResource: t.LiteralC<"undelegateResource">;
7661
+ export: t.LiteralC<"export">;
7662
+ import: t.LiteralC<"import">;
7663
+ importtoc: t.LiteralC<"importtoc">;
7417
7664
  }>;
7418
7665
  }>, t.PartialC<{
7419
7666
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7497,6 +7744,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7497
7744
  "defi-redeem": t.LiteralC<"defi-redeem">;
7498
7745
  delegateResource: t.LiteralC<"delegateResource">;
7499
7746
  undelegateResource: t.LiteralC<"undelegateResource">;
7747
+ export: t.LiteralC<"export">;
7748
+ import: t.LiteralC<"import">;
7749
+ importtoc: t.LiteralC<"importtoc">;
7500
7750
  }>;
7501
7751
  }>, t.PartialC<{
7502
7752
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7565,6 +7815,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7565
7815
  "defi-redeem": t.LiteralC<"defi-redeem">;
7566
7816
  delegateResource: t.LiteralC<"delegateResource">;
7567
7817
  undelegateResource: t.LiteralC<"undelegateResource">;
7818
+ export: t.LiteralC<"export">;
7819
+ import: t.LiteralC<"import">;
7820
+ importtoc: t.LiteralC<"importtoc">;
7568
7821
  }>;
7569
7822
  }>, t.PartialC<{
7570
7823
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7650,6 +7903,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7650
7903
  "defi-redeem": t.LiteralC<"defi-redeem">;
7651
7904
  delegateResource: t.LiteralC<"delegateResource">;
7652
7905
  undelegateResource: t.LiteralC<"undelegateResource">;
7906
+ export: t.LiteralC<"export">;
7907
+ import: t.LiteralC<"import">;
7908
+ importtoc: t.LiteralC<"importtoc">;
7653
7909
  }>;
7654
7910
  }>, t.PartialC<{
7655
7911
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7718,6 +7974,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7718
7974
  "defi-redeem": t.LiteralC<"defi-redeem">;
7719
7975
  delegateResource: t.LiteralC<"delegateResource">;
7720
7976
  undelegateResource: t.LiteralC<"undelegateResource">;
7977
+ export: t.LiteralC<"export">;
7978
+ import: t.LiteralC<"import">;
7979
+ importtoc: t.LiteralC<"importtoc">;
7721
7980
  }>;
7722
7981
  }>, t.PartialC<{
7723
7982
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7823,6 +8082,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7823
8082
  "defi-redeem": t.LiteralC<"defi-redeem">;
7824
8083
  delegateResource: t.LiteralC<"delegateResource">;
7825
8084
  undelegateResource: t.LiteralC<"undelegateResource">;
8085
+ export: t.LiteralC<"export">;
8086
+ import: t.LiteralC<"import">;
8087
+ importtoc: t.LiteralC<"importtoc">;
7826
8088
  }>;
7827
8089
  }>, t.PartialC<{
7828
8090
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7910,6 +8172,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7910
8172
  "defi-redeem": t.LiteralC<"defi-redeem">;
7911
8173
  delegateResource: t.LiteralC<"delegateResource">;
7912
8174
  undelegateResource: t.LiteralC<"undelegateResource">;
8175
+ export: t.LiteralC<"export">;
8176
+ import: t.LiteralC<"import">;
8177
+ importtoc: t.LiteralC<"importtoc">;
7913
8178
  }>;
7914
8179
  }>, t.PartialC<{
7915
8180
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -7979,6 +8244,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
7979
8244
  "defi-redeem": t.LiteralC<"defi-redeem">;
7980
8245
  delegateResource: t.LiteralC<"delegateResource">;
7981
8246
  undelegateResource: t.LiteralC<"undelegateResource">;
8247
+ export: t.LiteralC<"export">;
8248
+ import: t.LiteralC<"import">;
8249
+ importtoc: t.LiteralC<"importtoc">;
7982
8250
  }>;
7983
8251
  }>, t.PartialC<{
7984
8252
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8067,6 +8335,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8067
8335
  "defi-redeem": t.LiteralC<"defi-redeem">;
8068
8336
  delegateResource: t.LiteralC<"delegateResource">;
8069
8337
  undelegateResource: t.LiteralC<"undelegateResource">;
8338
+ export: t.LiteralC<"export">;
8339
+ import: t.LiteralC<"import">;
8340
+ importtoc: t.LiteralC<"importtoc">;
8070
8341
  }>;
8071
8342
  }>, t.PartialC<{
8072
8343
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8157,6 +8428,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8157
8428
  "defi-redeem": t.LiteralC<"defi-redeem">;
8158
8429
  delegateResource: t.LiteralC<"delegateResource">;
8159
8430
  undelegateResource: t.LiteralC<"undelegateResource">;
8431
+ export: t.LiteralC<"export">;
8432
+ import: t.LiteralC<"import">;
8433
+ importtoc: t.LiteralC<"importtoc">;
8160
8434
  }>;
8161
8435
  }>, t.PartialC<{
8162
8436
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8248,6 +8522,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8248
8522
  "defi-redeem": t.LiteralC<"defi-redeem">;
8249
8523
  delegateResource: t.LiteralC<"delegateResource">;
8250
8524
  undelegateResource: t.LiteralC<"undelegateResource">;
8525
+ export: t.LiteralC<"export">;
8526
+ import: t.LiteralC<"import">;
8527
+ importtoc: t.LiteralC<"importtoc">;
8251
8528
  }>;
8252
8529
  }>, t.PartialC<{
8253
8530
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8325,6 +8602,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8325
8602
  "defi-redeem": t.LiteralC<"defi-redeem">;
8326
8603
  delegateResource: t.LiteralC<"delegateResource">;
8327
8604
  undelegateResource: t.LiteralC<"undelegateResource">;
8605
+ export: t.LiteralC<"export">;
8606
+ import: t.LiteralC<"import">;
8607
+ importtoc: t.LiteralC<"importtoc">;
8328
8608
  }>;
8329
8609
  }>, t.PartialC<{
8330
8610
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8413,6 +8693,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8413
8693
  "defi-redeem": t.LiteralC<"defi-redeem">;
8414
8694
  delegateResource: t.LiteralC<"delegateResource">;
8415
8695
  undelegateResource: t.LiteralC<"undelegateResource">;
8696
+ export: t.LiteralC<"export">;
8697
+ import: t.LiteralC<"import">;
8698
+ importtoc: t.LiteralC<"importtoc">;
8416
8699
  }>;
8417
8700
  }>, t.PartialC<{
8418
8701
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8540,6 +8823,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8540
8823
  "defi-redeem": t.LiteralC<"defi-redeem">;
8541
8824
  delegateResource: t.LiteralC<"delegateResource">;
8542
8825
  undelegateResource: t.LiteralC<"undelegateResource">;
8826
+ export: t.LiteralC<"export">;
8827
+ import: t.LiteralC<"import">;
8828
+ importtoc: t.LiteralC<"importtoc">;
8543
8829
  }>;
8544
8830
  }>, t.PartialC<{
8545
8831
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8615,6 +8901,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8615
8901
  "defi-redeem": t.LiteralC<"defi-redeem">;
8616
8902
  delegateResource: t.LiteralC<"delegateResource">;
8617
8903
  undelegateResource: t.LiteralC<"undelegateResource">;
8904
+ export: t.LiteralC<"export">;
8905
+ import: t.LiteralC<"import">;
8906
+ importtoc: t.LiteralC<"importtoc">;
8618
8907
  }>;
8619
8908
  }>, t.PartialC<{
8620
8909
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8687,6 +8976,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8687
8976
  "defi-redeem": t.LiteralC<"defi-redeem">;
8688
8977
  delegateResource: t.LiteralC<"delegateResource">;
8689
8978
  undelegateResource: t.LiteralC<"undelegateResource">;
8979
+ export: t.LiteralC<"export">;
8980
+ import: t.LiteralC<"import">;
8981
+ importtoc: t.LiteralC<"importtoc">;
8690
8982
  }>;
8691
8983
  }>, t.PartialC<{
8692
8984
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8754,6 +9046,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8754
9046
  "defi-redeem": t.LiteralC<"defi-redeem">;
8755
9047
  delegateResource: t.LiteralC<"delegateResource">;
8756
9048
  undelegateResource: t.LiteralC<"undelegateResource">;
9049
+ export: t.LiteralC<"export">;
9050
+ import: t.LiteralC<"import">;
9051
+ importtoc: t.LiteralC<"importtoc">;
8757
9052
  }>;
8758
9053
  }>, t.PartialC<{
8759
9054
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8841,6 +9136,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8841
9136
  "defi-redeem": t.LiteralC<"defi-redeem">;
8842
9137
  delegateResource: t.LiteralC<"delegateResource">;
8843
9138
  undelegateResource: t.LiteralC<"undelegateResource">;
9139
+ export: t.LiteralC<"export">;
9140
+ import: t.LiteralC<"import">;
9141
+ importtoc: t.LiteralC<"importtoc">;
8844
9142
  }>;
8845
9143
  }>, t.PartialC<{
8846
9144
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8914,6 +9212,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8914
9212
  "defi-redeem": t.LiteralC<"defi-redeem">;
8915
9213
  delegateResource: t.LiteralC<"delegateResource">;
8916
9214
  undelegateResource: t.LiteralC<"undelegateResource">;
9215
+ export: t.LiteralC<"export">;
9216
+ import: t.LiteralC<"import">;
9217
+ importtoc: t.LiteralC<"importtoc">;
8917
9218
  }>;
8918
9219
  }>, t.PartialC<{
8919
9220
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -8986,6 +9287,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
8986
9287
  "defi-redeem": t.LiteralC<"defi-redeem">;
8987
9288
  delegateResource: t.LiteralC<"delegateResource">;
8988
9289
  undelegateResource: t.LiteralC<"undelegateResource">;
9290
+ export: t.LiteralC<"export">;
9291
+ import: t.LiteralC<"import">;
9292
+ importtoc: t.LiteralC<"importtoc">;
8989
9293
  }>;
8990
9294
  }>, t.PartialC<{
8991
9295
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9059,6 +9363,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9059
9363
  "defi-redeem": t.LiteralC<"defi-redeem">;
9060
9364
  delegateResource: t.LiteralC<"delegateResource">;
9061
9365
  undelegateResource: t.LiteralC<"undelegateResource">;
9366
+ export: t.LiteralC<"export">;
9367
+ import: t.LiteralC<"import">;
9368
+ importtoc: t.LiteralC<"importtoc">;
9062
9369
  }>;
9063
9370
  }>, t.PartialC<{
9064
9371
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9131,6 +9438,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9131
9438
  "defi-redeem": t.LiteralC<"defi-redeem">;
9132
9439
  delegateResource: t.LiteralC<"delegateResource">;
9133
9440
  undelegateResource: t.LiteralC<"undelegateResource">;
9441
+ export: t.LiteralC<"export">;
9442
+ import: t.LiteralC<"import">;
9443
+ importtoc: t.LiteralC<"importtoc">;
9134
9444
  }>;
9135
9445
  }>, t.PartialC<{
9136
9446
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9207,6 +9517,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9207
9517
  "defi-redeem": t.LiteralC<"defi-redeem">;
9208
9518
  delegateResource: t.LiteralC<"delegateResource">;
9209
9519
  undelegateResource: t.LiteralC<"undelegateResource">;
9520
+ export: t.LiteralC<"export">;
9521
+ import: t.LiteralC<"import">;
9522
+ importtoc: t.LiteralC<"importtoc">;
9210
9523
  }>;
9211
9524
  }>, t.PartialC<{
9212
9525
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9282,6 +9595,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9282
9595
  "defi-redeem": t.LiteralC<"defi-redeem">;
9283
9596
  delegateResource: t.LiteralC<"delegateResource">;
9284
9597
  undelegateResource: t.LiteralC<"undelegateResource">;
9598
+ export: t.LiteralC<"export">;
9599
+ import: t.LiteralC<"import">;
9600
+ importtoc: t.LiteralC<"importtoc">;
9285
9601
  }>;
9286
9602
  }>, t.PartialC<{
9287
9603
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9359,6 +9675,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9359
9675
  "defi-redeem": t.LiteralC<"defi-redeem">;
9360
9676
  delegateResource: t.LiteralC<"delegateResource">;
9361
9677
  undelegateResource: t.LiteralC<"undelegateResource">;
9678
+ export: t.LiteralC<"export">;
9679
+ import: t.LiteralC<"import">;
9680
+ importtoc: t.LiteralC<"importtoc">;
9362
9681
  }>;
9363
9682
  }>, t.PartialC<{
9364
9683
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9436,6 +9755,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9436
9755
  "defi-redeem": t.LiteralC<"defi-redeem">;
9437
9756
  delegateResource: t.LiteralC<"delegateResource">;
9438
9757
  undelegateResource: t.LiteralC<"undelegateResource">;
9758
+ export: t.LiteralC<"export">;
9759
+ import: t.LiteralC<"import">;
9760
+ importtoc: t.LiteralC<"importtoc">;
9439
9761
  }>;
9440
9762
  }>, t.PartialC<{
9441
9763
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9513,6 +9835,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9513
9835
  "defi-redeem": t.LiteralC<"defi-redeem">;
9514
9836
  delegateResource: t.LiteralC<"delegateResource">;
9515
9837
  undelegateResource: t.LiteralC<"undelegateResource">;
9838
+ export: t.LiteralC<"export">;
9839
+ import: t.LiteralC<"import">;
9840
+ importtoc: t.LiteralC<"importtoc">;
9516
9841
  }>;
9517
9842
  }>, t.PartialC<{
9518
9843
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9589,6 +9914,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9589
9914
  "defi-redeem": t.LiteralC<"defi-redeem">;
9590
9915
  delegateResource: t.LiteralC<"delegateResource">;
9591
9916
  undelegateResource: t.LiteralC<"undelegateResource">;
9917
+ export: t.LiteralC<"export">;
9918
+ import: t.LiteralC<"import">;
9919
+ importtoc: t.LiteralC<"importtoc">;
9592
9920
  }>;
9593
9921
  }>, t.PartialC<{
9594
9922
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9669,6 +9997,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9669
9997
  "defi-redeem": t.LiteralC<"defi-redeem">;
9670
9998
  delegateResource: t.LiteralC<"delegateResource">;
9671
9999
  undelegateResource: t.LiteralC<"undelegateResource">;
10000
+ export: t.LiteralC<"export">;
10001
+ import: t.LiteralC<"import">;
10002
+ importtoc: t.LiteralC<"importtoc">;
9672
10003
  }>;
9673
10004
  }>, t.PartialC<{
9674
10005
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9744,6 +10075,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9744
10075
  "defi-redeem": t.LiteralC<"defi-redeem">;
9745
10076
  delegateResource: t.LiteralC<"delegateResource">;
9746
10077
  undelegateResource: t.LiteralC<"undelegateResource">;
10078
+ export: t.LiteralC<"export">;
10079
+ import: t.LiteralC<"import">;
10080
+ importtoc: t.LiteralC<"importtoc">;
9747
10081
  }>;
9748
10082
  }>, t.PartialC<{
9749
10083
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9821,6 +10155,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9821
10155
  "defi-redeem": t.LiteralC<"defi-redeem">;
9822
10156
  delegateResource: t.LiteralC<"delegateResource">;
9823
10157
  undelegateResource: t.LiteralC<"undelegateResource">;
10158
+ export: t.LiteralC<"export">;
10159
+ import: t.LiteralC<"import">;
10160
+ importtoc: t.LiteralC<"importtoc">;
9824
10161
  }>;
9825
10162
  }>, t.PartialC<{
9826
10163
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9894,6 +10231,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9894
10231
  "defi-redeem": t.LiteralC<"defi-redeem">;
9895
10232
  delegateResource: t.LiteralC<"delegateResource">;
9896
10233
  undelegateResource: t.LiteralC<"undelegateResource">;
10234
+ export: t.LiteralC<"export">;
10235
+ import: t.LiteralC<"import">;
10236
+ importtoc: t.LiteralC<"importtoc">;
9897
10237
  }>;
9898
10238
  }>, t.PartialC<{
9899
10239
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -9966,6 +10306,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
9966
10306
  "defi-redeem": t.LiteralC<"defi-redeem">;
9967
10307
  delegateResource: t.LiteralC<"delegateResource">;
9968
10308
  undelegateResource: t.LiteralC<"undelegateResource">;
10309
+ export: t.LiteralC<"export">;
10310
+ import: t.LiteralC<"import">;
10311
+ importtoc: t.LiteralC<"importtoc">;
9969
10312
  }>;
9970
10313
  }>, t.PartialC<{
9971
10314
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10038,6 +10381,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10038
10381
  "defi-redeem": t.LiteralC<"defi-redeem">;
10039
10382
  delegateResource: t.LiteralC<"delegateResource">;
10040
10383
  undelegateResource: t.LiteralC<"undelegateResource">;
10384
+ export: t.LiteralC<"export">;
10385
+ import: t.LiteralC<"import">;
10386
+ importtoc: t.LiteralC<"importtoc">;
10041
10387
  }>;
10042
10388
  }>, t.PartialC<{
10043
10389
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10115,6 +10461,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10115
10461
  "defi-redeem": t.LiteralC<"defi-redeem">;
10116
10462
  delegateResource: t.LiteralC<"delegateResource">;
10117
10463
  undelegateResource: t.LiteralC<"undelegateResource">;
10464
+ export: t.LiteralC<"export">;
10465
+ import: t.LiteralC<"import">;
10466
+ importtoc: t.LiteralC<"importtoc">;
10118
10467
  }>;
10119
10468
  }>, t.PartialC<{
10120
10469
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10193,6 +10542,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10193
10542
  "defi-redeem": t.LiteralC<"defi-redeem">;
10194
10543
  delegateResource: t.LiteralC<"delegateResource">;
10195
10544
  undelegateResource: t.LiteralC<"undelegateResource">;
10545
+ export: t.LiteralC<"export">;
10546
+ import: t.LiteralC<"import">;
10547
+ importtoc: t.LiteralC<"importtoc">;
10196
10548
  }>;
10197
10549
  }>, t.PartialC<{
10198
10550
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10269,6 +10621,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10269
10621
  "defi-redeem": t.LiteralC<"defi-redeem">;
10270
10622
  delegateResource: t.LiteralC<"delegateResource">;
10271
10623
  undelegateResource: t.LiteralC<"undelegateResource">;
10624
+ export: t.LiteralC<"export">;
10625
+ import: t.LiteralC<"import">;
10626
+ importtoc: t.LiteralC<"importtoc">;
10272
10627
  }>;
10273
10628
  }>, t.PartialC<{
10274
10629
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10345,6 +10700,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10345
10700
  "defi-redeem": t.LiteralC<"defi-redeem">;
10346
10701
  delegateResource: t.LiteralC<"delegateResource">;
10347
10702
  undelegateResource: t.LiteralC<"undelegateResource">;
10703
+ export: t.LiteralC<"export">;
10704
+ import: t.LiteralC<"import">;
10705
+ importtoc: t.LiteralC<"importtoc">;
10348
10706
  }>;
10349
10707
  }>, t.PartialC<{
10350
10708
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10416,6 +10774,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10416
10774
  "defi-redeem": t.LiteralC<"defi-redeem">;
10417
10775
  delegateResource: t.LiteralC<"delegateResource">;
10418
10776
  undelegateResource: t.LiteralC<"undelegateResource">;
10777
+ export: t.LiteralC<"export">;
10778
+ import: t.LiteralC<"import">;
10779
+ importtoc: t.LiteralC<"importtoc">;
10419
10780
  }>;
10420
10781
  }>, t.PartialC<{
10421
10782
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10487,6 +10848,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10487
10848
  "defi-redeem": t.LiteralC<"defi-redeem">;
10488
10849
  delegateResource: t.LiteralC<"delegateResource">;
10489
10850
  undelegateResource: t.LiteralC<"undelegateResource">;
10851
+ export: t.LiteralC<"export">;
10852
+ import: t.LiteralC<"import">;
10853
+ importtoc: t.LiteralC<"importtoc">;
10490
10854
  }>;
10491
10855
  }>, t.PartialC<{
10492
10856
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10552,6 +10916,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10552
10916
  "defi-redeem": t.LiteralC<"defi-redeem">;
10553
10917
  delegateResource: t.LiteralC<"delegateResource">;
10554
10918
  undelegateResource: t.LiteralC<"undelegateResource">;
10919
+ export: t.LiteralC<"export">;
10920
+ import: t.LiteralC<"import">;
10921
+ importtoc: t.LiteralC<"importtoc">;
10555
10922
  }>;
10556
10923
  }>, t.PartialC<{
10557
10924
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10621,6 +10988,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10621
10988
  "defi-redeem": t.LiteralC<"defi-redeem">;
10622
10989
  delegateResource: t.LiteralC<"delegateResource">;
10623
10990
  undelegateResource: t.LiteralC<"undelegateResource">;
10991
+ export: t.LiteralC<"export">;
10992
+ import: t.LiteralC<"import">;
10993
+ importtoc: t.LiteralC<"importtoc">;
10624
10994
  }>;
10625
10995
  }>, t.PartialC<{
10626
10996
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10692,6 +11062,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10692
11062
  "defi-redeem": t.LiteralC<"defi-redeem">;
10693
11063
  delegateResource: t.LiteralC<"delegateResource">;
10694
11064
  undelegateResource: t.LiteralC<"undelegateResource">;
11065
+ export: t.LiteralC<"export">;
11066
+ import: t.LiteralC<"import">;
11067
+ importtoc: t.LiteralC<"importtoc">;
10695
11068
  }>;
10696
11069
  }>, t.PartialC<{
10697
11070
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10763,6 +11136,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10763
11136
  "defi-redeem": t.LiteralC<"defi-redeem">;
10764
11137
  delegateResource: t.LiteralC<"delegateResource">;
10765
11138
  undelegateResource: t.LiteralC<"undelegateResource">;
11139
+ export: t.LiteralC<"export">;
11140
+ import: t.LiteralC<"import">;
11141
+ importtoc: t.LiteralC<"importtoc">;
10766
11142
  }>;
10767
11143
  }>, t.PartialC<{
10768
11144
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10840,6 +11216,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10840
11216
  "defi-redeem": t.LiteralC<"defi-redeem">;
10841
11217
  delegateResource: t.LiteralC<"delegateResource">;
10842
11218
  undelegateResource: t.LiteralC<"undelegateResource">;
11219
+ export: t.LiteralC<"export">;
11220
+ import: t.LiteralC<"import">;
11221
+ importtoc: t.LiteralC<"importtoc">;
10843
11222
  }>;
10844
11223
  }>, t.PartialC<{
10845
11224
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10917,6 +11296,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10917
11296
  "defi-redeem": t.LiteralC<"defi-redeem">;
10918
11297
  delegateResource: t.LiteralC<"delegateResource">;
10919
11298
  undelegateResource: t.LiteralC<"undelegateResource">;
11299
+ export: t.LiteralC<"export">;
11300
+ import: t.LiteralC<"import">;
11301
+ importtoc: t.LiteralC<"importtoc">;
10920
11302
  }>;
10921
11303
  }>, t.PartialC<{
10922
11304
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -10988,6 +11370,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
10988
11370
  "defi-redeem": t.LiteralC<"defi-redeem">;
10989
11371
  delegateResource: t.LiteralC<"delegateResource">;
10990
11372
  undelegateResource: t.LiteralC<"undelegateResource">;
11373
+ export: t.LiteralC<"export">;
11374
+ import: t.LiteralC<"import">;
11375
+ importtoc: t.LiteralC<"importtoc">;
10991
11376
  }>;
10992
11377
  }>, t.PartialC<{
10993
11378
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11055,6 +11440,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11055
11440
  "defi-redeem": t.LiteralC<"defi-redeem">;
11056
11441
  delegateResource: t.LiteralC<"delegateResource">;
11057
11442
  undelegateResource: t.LiteralC<"undelegateResource">;
11443
+ export: t.LiteralC<"export">;
11444
+ import: t.LiteralC<"import">;
11445
+ importtoc: t.LiteralC<"importtoc">;
11058
11446
  }>;
11059
11447
  }>, t.PartialC<{
11060
11448
  recipients: t.UnionC<[t.Type<({
@@ -11142,6 +11530,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11142
11530
  "defi-redeem": t.LiteralC<"defi-redeem">;
11143
11531
  delegateResource: t.LiteralC<"delegateResource">;
11144
11532
  undelegateResource: t.LiteralC<"undelegateResource">;
11533
+ export: t.LiteralC<"export">;
11534
+ import: t.LiteralC<"import">;
11535
+ importtoc: t.LiteralC<"importtoc">;
11145
11536
  }>;
11146
11537
  }>, t.PartialC<{
11147
11538
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11239,6 +11630,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11239
11630
  "defi-redeem": t.LiteralC<"defi-redeem">;
11240
11631
  delegateResource: t.LiteralC<"delegateResource">;
11241
11632
  undelegateResource: t.LiteralC<"undelegateResource">;
11633
+ export: t.LiteralC<"export">;
11634
+ import: t.LiteralC<"import">;
11635
+ importtoc: t.LiteralC<"importtoc">;
11242
11636
  }>;
11243
11637
  }>, t.PartialC<{
11244
11638
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11346,6 +11740,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11346
11740
  "defi-redeem": t.LiteralC<"defi-redeem">;
11347
11741
  delegateResource: t.LiteralC<"delegateResource">;
11348
11742
  undelegateResource: t.LiteralC<"undelegateResource">;
11743
+ export: t.LiteralC<"export">;
11744
+ import: t.LiteralC<"import">;
11745
+ importtoc: t.LiteralC<"importtoc">;
11349
11746
  }>;
11350
11747
  }>, t.PartialC<{
11351
11748
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11425,6 +11822,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11425
11822
  "defi-redeem": t.LiteralC<"defi-redeem">;
11426
11823
  delegateResource: t.LiteralC<"delegateResource">;
11427
11824
  undelegateResource: t.LiteralC<"undelegateResource">;
11825
+ export: t.LiteralC<"export">;
11826
+ import: t.LiteralC<"import">;
11827
+ importtoc: t.LiteralC<"importtoc">;
11428
11828
  }>;
11429
11829
  }>, t.PartialC<{
11430
11830
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11514,6 +11914,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11514
11914
  "defi-redeem": t.LiteralC<"defi-redeem">;
11515
11915
  delegateResource: t.LiteralC<"delegateResource">;
11516
11916
  undelegateResource: t.LiteralC<"undelegateResource">;
11917
+ export: t.LiteralC<"export">;
11918
+ import: t.LiteralC<"import">;
11919
+ importtoc: t.LiteralC<"importtoc">;
11517
11920
  }>;
11518
11921
  }>, t.PartialC<{
11519
11922
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11585,6 +11988,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11585
11988
  "defi-redeem": t.LiteralC<"defi-redeem">;
11586
11989
  delegateResource: t.LiteralC<"delegateResource">;
11587
11990
  undelegateResource: t.LiteralC<"undelegateResource">;
11991
+ export: t.LiteralC<"export">;
11992
+ import: t.LiteralC<"import">;
11993
+ importtoc: t.LiteralC<"importtoc">;
11588
11994
  }>;
11589
11995
  }>, t.PartialC<{
11590
11996
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11662,6 +12068,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11662
12068
  "defi-redeem": t.LiteralC<"defi-redeem">;
11663
12069
  delegateResource: t.LiteralC<"delegateResource">;
11664
12070
  undelegateResource: t.LiteralC<"undelegateResource">;
12071
+ export: t.LiteralC<"export">;
12072
+ import: t.LiteralC<"import">;
12073
+ importtoc: t.LiteralC<"importtoc">;
11665
12074
  }>;
11666
12075
  }>, t.PartialC<{
11667
12076
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11733,6 +12142,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11733
12142
  "defi-redeem": t.LiteralC<"defi-redeem">;
11734
12143
  delegateResource: t.LiteralC<"delegateResource">;
11735
12144
  undelegateResource: t.LiteralC<"undelegateResource">;
12145
+ export: t.LiteralC<"export">;
12146
+ import: t.LiteralC<"import">;
12147
+ importtoc: t.LiteralC<"importtoc">;
11736
12148
  }>;
11737
12149
  }>, t.PartialC<{
11738
12150
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -11810,6 +12222,9 @@ export declare const TransactionRequestLite: t.IntersectionC<[t.IntersectionC<[t
11810
12222
  "defi-redeem": t.LiteralC<"defi-redeem">;
11811
12223
  delegateResource: t.LiteralC<"delegateResource">;
11812
12224
  undelegateResource: t.LiteralC<"undelegateResource">;
12225
+ export: t.LiteralC<"export">;
12226
+ import: t.LiteralC<"import">;
12227
+ importtoc: t.LiteralC<"importtoc">;
11813
12228
  }>;
11814
12229
  }>, t.PartialC<{
11815
12230
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12323,6 +12738,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12323
12738
  "defi-redeem": t.LiteralC<"defi-redeem">;
12324
12739
  delegateResource: t.LiteralC<"delegateResource">;
12325
12740
  undelegateResource: t.LiteralC<"undelegateResource">;
12741
+ export: t.LiteralC<"export">;
12742
+ import: t.LiteralC<"import">;
12743
+ importtoc: t.LiteralC<"importtoc">;
12326
12744
  }>;
12327
12745
  }>, t.PartialC<{
12328
12746
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12410,6 +12828,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12410
12828
  "defi-redeem": t.LiteralC<"defi-redeem">;
12411
12829
  delegateResource: t.LiteralC<"delegateResource">;
12412
12830
  undelegateResource: t.LiteralC<"undelegateResource">;
12831
+ export: t.LiteralC<"export">;
12832
+ import: t.LiteralC<"import">;
12833
+ importtoc: t.LiteralC<"importtoc">;
12413
12834
  }>;
12414
12835
  }>, t.PartialC<{
12415
12836
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12484,6 +12905,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12484
12905
  "defi-redeem": t.LiteralC<"defi-redeem">;
12485
12906
  delegateResource: t.LiteralC<"delegateResource">;
12486
12907
  undelegateResource: t.LiteralC<"undelegateResource">;
12908
+ export: t.LiteralC<"export">;
12909
+ import: t.LiteralC<"import">;
12910
+ importtoc: t.LiteralC<"importtoc">;
12487
12911
  }>;
12488
12912
  }>, t.PartialC<{
12489
12913
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12564,6 +12988,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12564
12988
  "defi-redeem": t.LiteralC<"defi-redeem">;
12565
12989
  delegateResource: t.LiteralC<"delegateResource">;
12566
12990
  undelegateResource: t.LiteralC<"undelegateResource">;
12991
+ export: t.LiteralC<"export">;
12992
+ import: t.LiteralC<"import">;
12993
+ importtoc: t.LiteralC<"importtoc">;
12567
12994
  }>;
12568
12995
  }>, t.PartialC<{
12569
12996
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12643,6 +13070,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12643
13070
  "defi-redeem": t.LiteralC<"defi-redeem">;
12644
13071
  delegateResource: t.LiteralC<"delegateResource">;
12645
13072
  undelegateResource: t.LiteralC<"undelegateResource">;
13073
+ export: t.LiteralC<"export">;
13074
+ import: t.LiteralC<"import">;
13075
+ importtoc: t.LiteralC<"importtoc">;
12646
13076
  }>;
12647
13077
  }>, t.PartialC<{
12648
13078
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12714,6 +13144,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12714
13144
  "defi-redeem": t.LiteralC<"defi-redeem">;
12715
13145
  delegateResource: t.LiteralC<"delegateResource">;
12716
13146
  undelegateResource: t.LiteralC<"undelegateResource">;
13147
+ export: t.LiteralC<"export">;
13148
+ import: t.LiteralC<"import">;
13149
+ importtoc: t.LiteralC<"importtoc">;
12717
13150
  }>;
12718
13151
  }>, t.PartialC<{
12719
13152
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12796,6 +13229,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12796
13229
  "defi-redeem": t.LiteralC<"defi-redeem">;
12797
13230
  delegateResource: t.LiteralC<"delegateResource">;
12798
13231
  undelegateResource: t.LiteralC<"undelegateResource">;
13232
+ export: t.LiteralC<"export">;
13233
+ import: t.LiteralC<"import">;
13234
+ importtoc: t.LiteralC<"importtoc">;
12799
13235
  }>;
12800
13236
  }>, t.PartialC<{
12801
13237
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12883,6 +13319,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12883
13319
  "defi-redeem": t.LiteralC<"defi-redeem">;
12884
13320
  delegateResource: t.LiteralC<"delegateResource">;
12885
13321
  undelegateResource: t.LiteralC<"undelegateResource">;
13322
+ export: t.LiteralC<"export">;
13323
+ import: t.LiteralC<"import">;
13324
+ importtoc: t.LiteralC<"importtoc">;
12886
13325
  }>;
12887
13326
  }>, t.PartialC<{
12888
13327
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -12987,6 +13426,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
12987
13426
  "defi-redeem": t.LiteralC<"defi-redeem">;
12988
13427
  delegateResource: t.LiteralC<"delegateResource">;
12989
13428
  undelegateResource: t.LiteralC<"undelegateResource">;
13429
+ export: t.LiteralC<"export">;
13430
+ import: t.LiteralC<"import">;
13431
+ importtoc: t.LiteralC<"importtoc">;
12990
13432
  }>;
12991
13433
  }>, t.PartialC<{
12992
13434
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13091,6 +13533,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13091
13533
  "defi-redeem": t.LiteralC<"defi-redeem">;
13092
13534
  delegateResource: t.LiteralC<"delegateResource">;
13093
13535
  undelegateResource: t.LiteralC<"undelegateResource">;
13536
+ export: t.LiteralC<"export">;
13537
+ import: t.LiteralC<"import">;
13538
+ importtoc: t.LiteralC<"importtoc">;
13094
13539
  }>;
13095
13540
  }>, t.PartialC<{
13096
13541
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13161,6 +13606,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13161
13606
  "defi-redeem": t.LiteralC<"defi-redeem">;
13162
13607
  delegateResource: t.LiteralC<"delegateResource">;
13163
13608
  undelegateResource: t.LiteralC<"undelegateResource">;
13609
+ export: t.LiteralC<"export">;
13610
+ import: t.LiteralC<"import">;
13611
+ importtoc: t.LiteralC<"importtoc">;
13164
13612
  }>;
13165
13613
  }>, t.PartialC<{
13166
13614
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13231,6 +13679,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13231
13679
  "defi-redeem": t.LiteralC<"defi-redeem">;
13232
13680
  delegateResource: t.LiteralC<"delegateResource">;
13233
13681
  undelegateResource: t.LiteralC<"undelegateResource">;
13682
+ export: t.LiteralC<"export">;
13683
+ import: t.LiteralC<"import">;
13684
+ importtoc: t.LiteralC<"importtoc">;
13234
13685
  }>;
13235
13686
  }>, t.PartialC<{
13236
13687
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13309,6 +13760,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13309
13760
  "defi-redeem": t.LiteralC<"defi-redeem">;
13310
13761
  delegateResource: t.LiteralC<"delegateResource">;
13311
13762
  undelegateResource: t.LiteralC<"undelegateResource">;
13763
+ export: t.LiteralC<"export">;
13764
+ import: t.LiteralC<"import">;
13765
+ importtoc: t.LiteralC<"importtoc">;
13312
13766
  }>;
13313
13767
  }>, t.PartialC<{
13314
13768
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13386,6 +13840,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13386
13840
  "defi-redeem": t.LiteralC<"defi-redeem">;
13387
13841
  delegateResource: t.LiteralC<"delegateResource">;
13388
13842
  undelegateResource: t.LiteralC<"undelegateResource">;
13843
+ export: t.LiteralC<"export">;
13844
+ import: t.LiteralC<"import">;
13845
+ importtoc: t.LiteralC<"importtoc">;
13389
13846
  }>;
13390
13847
  }>, t.PartialC<{
13391
13848
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13466,6 +13923,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13466
13923
  "defi-redeem": t.LiteralC<"defi-redeem">;
13467
13924
  delegateResource: t.LiteralC<"delegateResource">;
13468
13925
  undelegateResource: t.LiteralC<"undelegateResource">;
13926
+ export: t.LiteralC<"export">;
13927
+ import: t.LiteralC<"import">;
13928
+ importtoc: t.LiteralC<"importtoc">;
13469
13929
  }>;
13470
13930
  }>, t.PartialC<{
13471
13931
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13532,6 +13992,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13532
13992
  "defi-redeem": t.LiteralC<"defi-redeem">;
13533
13993
  delegateResource: t.LiteralC<"delegateResource">;
13534
13994
  undelegateResource: t.LiteralC<"undelegateResource">;
13995
+ export: t.LiteralC<"export">;
13996
+ import: t.LiteralC<"import">;
13997
+ importtoc: t.LiteralC<"importtoc">;
13535
13998
  }>;
13536
13999
  }>, t.PartialC<{
13537
14000
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13602,6 +14065,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13602
14065
  "defi-redeem": t.LiteralC<"defi-redeem">;
13603
14066
  delegateResource: t.LiteralC<"delegateResource">;
13604
14067
  undelegateResource: t.LiteralC<"undelegateResource">;
14068
+ export: t.LiteralC<"export">;
14069
+ import: t.LiteralC<"import">;
14070
+ importtoc: t.LiteralC<"importtoc">;
13605
14071
  }>;
13606
14072
  }>, t.PartialC<{
13607
14073
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13632,6 +14098,7 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13632
14098
  }>]>]>, t.PartialC<{
13633
14099
  memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
13634
14100
  isConsolidate: t.BooleanC;
14101
+ numberOfSplits: t.NumberC;
13635
14102
  }>, t.TypeC<{
13636
14103
  unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
13637
14104
  }>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
@@ -13692,6 +14159,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13692
14159
  "defi-redeem": t.LiteralC<"defi-redeem">;
13693
14160
  delegateResource: t.LiteralC<"delegateResource">;
13694
14161
  undelegateResource: t.LiteralC<"undelegateResource">;
14162
+ export: t.LiteralC<"export">;
14163
+ import: t.LiteralC<"import">;
14164
+ importtoc: t.LiteralC<"importtoc">;
13695
14165
  }>;
13696
14166
  }>, t.PartialC<{
13697
14167
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13761,6 +14231,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13761
14231
  "defi-redeem": t.LiteralC<"defi-redeem">;
13762
14232
  delegateResource: t.LiteralC<"delegateResource">;
13763
14233
  undelegateResource: t.LiteralC<"undelegateResource">;
14234
+ export: t.LiteralC<"export">;
14235
+ import: t.LiteralC<"import">;
14236
+ importtoc: t.LiteralC<"importtoc">;
13764
14237
  }>;
13765
14238
  }>, t.PartialC<{
13766
14239
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13834,6 +14307,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13834
14307
  "defi-redeem": t.LiteralC<"defi-redeem">;
13835
14308
  delegateResource: t.LiteralC<"delegateResource">;
13836
14309
  undelegateResource: t.LiteralC<"undelegateResource">;
14310
+ export: t.LiteralC<"export">;
14311
+ import: t.LiteralC<"import">;
14312
+ importtoc: t.LiteralC<"importtoc">;
13837
14313
  }>;
13838
14314
  }>, t.PartialC<{
13839
14315
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13902,6 +14378,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13902
14378
  "defi-redeem": t.LiteralC<"defi-redeem">;
13903
14379
  delegateResource: t.LiteralC<"delegateResource">;
13904
14380
  undelegateResource: t.LiteralC<"undelegateResource">;
14381
+ export: t.LiteralC<"export">;
14382
+ import: t.LiteralC<"import">;
14383
+ importtoc: t.LiteralC<"importtoc">;
13905
14384
  }>;
13906
14385
  }>, t.PartialC<{
13907
14386
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -13971,6 +14450,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
13971
14450
  "defi-redeem": t.LiteralC<"defi-redeem">;
13972
14451
  delegateResource: t.LiteralC<"delegateResource">;
13973
14452
  undelegateResource: t.LiteralC<"undelegateResource">;
14453
+ export: t.LiteralC<"export">;
14454
+ import: t.LiteralC<"import">;
14455
+ importtoc: t.LiteralC<"importtoc">;
13974
14456
  }>;
13975
14457
  }>, t.PartialC<{
13976
14458
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14040,6 +14522,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14040
14522
  "defi-redeem": t.LiteralC<"defi-redeem">;
14041
14523
  delegateResource: t.LiteralC<"delegateResource">;
14042
14524
  undelegateResource: t.LiteralC<"undelegateResource">;
14525
+ export: t.LiteralC<"export">;
14526
+ import: t.LiteralC<"import">;
14527
+ importtoc: t.LiteralC<"importtoc">;
14043
14528
  }>;
14044
14529
  }>, t.PartialC<{
14045
14530
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14109,6 +14594,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14109
14594
  "defi-redeem": t.LiteralC<"defi-redeem">;
14110
14595
  delegateResource: t.LiteralC<"delegateResource">;
14111
14596
  undelegateResource: t.LiteralC<"undelegateResource">;
14597
+ export: t.LiteralC<"export">;
14598
+ import: t.LiteralC<"import">;
14599
+ importtoc: t.LiteralC<"importtoc">;
14112
14600
  }>;
14113
14601
  }>, t.PartialC<{
14114
14602
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14196,6 +14684,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14196
14684
  "defi-redeem": t.LiteralC<"defi-redeem">;
14197
14685
  delegateResource: t.LiteralC<"delegateResource">;
14198
14686
  undelegateResource: t.LiteralC<"undelegateResource">;
14687
+ export: t.LiteralC<"export">;
14688
+ import: t.LiteralC<"import">;
14689
+ importtoc: t.LiteralC<"importtoc">;
14199
14690
  }>;
14200
14691
  }>, t.PartialC<{
14201
14692
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14266,6 +14757,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14266
14757
  "defi-redeem": t.LiteralC<"defi-redeem">;
14267
14758
  delegateResource: t.LiteralC<"delegateResource">;
14268
14759
  undelegateResource: t.LiteralC<"undelegateResource">;
14760
+ export: t.LiteralC<"export">;
14761
+ import: t.LiteralC<"import">;
14762
+ importtoc: t.LiteralC<"importtoc">;
14269
14763
  }>;
14270
14764
  }>, t.PartialC<{
14271
14765
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14369,6 +14863,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14369
14863
  "defi-redeem": t.LiteralC<"defi-redeem">;
14370
14864
  delegateResource: t.LiteralC<"delegateResource">;
14371
14865
  undelegateResource: t.LiteralC<"undelegateResource">;
14866
+ export: t.LiteralC<"export">;
14867
+ import: t.LiteralC<"import">;
14868
+ importtoc: t.LiteralC<"importtoc">;
14372
14869
  }>;
14373
14870
  }>, t.PartialC<{
14374
14871
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14445,6 +14942,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14445
14942
  "defi-redeem": t.LiteralC<"defi-redeem">;
14446
14943
  delegateResource: t.LiteralC<"delegateResource">;
14447
14944
  undelegateResource: t.LiteralC<"undelegateResource">;
14945
+ export: t.LiteralC<"export">;
14946
+ import: t.LiteralC<"import">;
14947
+ importtoc: t.LiteralC<"importtoc">;
14448
14948
  }>;
14449
14949
  }>, t.PartialC<{
14450
14950
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14548,6 +15048,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14548
15048
  "defi-redeem": t.LiteralC<"defi-redeem">;
14549
15049
  delegateResource: t.LiteralC<"delegateResource">;
14550
15050
  undelegateResource: t.LiteralC<"undelegateResource">;
15051
+ export: t.LiteralC<"export">;
15052
+ import: t.LiteralC<"import">;
15053
+ importtoc: t.LiteralC<"importtoc">;
14551
15054
  }>;
14552
15055
  }>, t.PartialC<{
14553
15056
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14615,6 +15118,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14615
15118
  "defi-redeem": t.LiteralC<"defi-redeem">;
14616
15119
  delegateResource: t.LiteralC<"delegateResource">;
14617
15120
  undelegateResource: t.LiteralC<"undelegateResource">;
15121
+ export: t.LiteralC<"export">;
15122
+ import: t.LiteralC<"import">;
15123
+ importtoc: t.LiteralC<"importtoc">;
14618
15124
  }>;
14619
15125
  }>, t.PartialC<{
14620
15126
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14742,6 +15248,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14742
15248
  "defi-redeem": t.LiteralC<"defi-redeem">;
14743
15249
  delegateResource: t.LiteralC<"delegateResource">;
14744
15250
  undelegateResource: t.LiteralC<"undelegateResource">;
15251
+ export: t.LiteralC<"export">;
15252
+ import: t.LiteralC<"import">;
15253
+ importtoc: t.LiteralC<"importtoc">;
14745
15254
  }>;
14746
15255
  }>, t.PartialC<{
14747
15256
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14859,6 +15368,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14859
15368
  "defi-redeem": t.LiteralC<"defi-redeem">;
14860
15369
  delegateResource: t.LiteralC<"delegateResource">;
14861
15370
  undelegateResource: t.LiteralC<"undelegateResource">;
15371
+ export: t.LiteralC<"export">;
15372
+ import: t.LiteralC<"import">;
15373
+ importtoc: t.LiteralC<"importtoc">;
14862
15374
  }>;
14863
15375
  }>, t.PartialC<{
14864
15376
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -14968,6 +15480,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
14968
15480
  "defi-redeem": t.LiteralC<"defi-redeem">;
14969
15481
  delegateResource: t.LiteralC<"delegateResource">;
14970
15482
  undelegateResource: t.LiteralC<"undelegateResource">;
15483
+ export: t.LiteralC<"export">;
15484
+ import: t.LiteralC<"import">;
15485
+ importtoc: t.LiteralC<"importtoc">;
14971
15486
  }>;
14972
15487
  }>, t.PartialC<{
14973
15488
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15063,6 +15578,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15063
15578
  "defi-redeem": t.LiteralC<"defi-redeem">;
15064
15579
  delegateResource: t.LiteralC<"delegateResource">;
15065
15580
  undelegateResource: t.LiteralC<"undelegateResource">;
15581
+ export: t.LiteralC<"export">;
15582
+ import: t.LiteralC<"import">;
15583
+ importtoc: t.LiteralC<"importtoc">;
15066
15584
  }>;
15067
15585
  }>, t.PartialC<{
15068
15586
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15157,6 +15675,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15157
15675
  "defi-redeem": t.LiteralC<"defi-redeem">;
15158
15676
  delegateResource: t.LiteralC<"delegateResource">;
15159
15677
  undelegateResource: t.LiteralC<"undelegateResource">;
15678
+ export: t.LiteralC<"export">;
15679
+ import: t.LiteralC<"import">;
15680
+ importtoc: t.LiteralC<"importtoc">;
15160
15681
  }>;
15161
15682
  }>, t.PartialC<{
15162
15683
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15250,6 +15771,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15250
15771
  "defi-redeem": t.LiteralC<"defi-redeem">;
15251
15772
  delegateResource: t.LiteralC<"delegateResource">;
15252
15773
  undelegateResource: t.LiteralC<"undelegateResource">;
15774
+ export: t.LiteralC<"export">;
15775
+ import: t.LiteralC<"import">;
15776
+ importtoc: t.LiteralC<"importtoc">;
15253
15777
  }>;
15254
15778
  }>, t.PartialC<{
15255
15779
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15319,6 +15843,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15319
15843
  "defi-redeem": t.LiteralC<"defi-redeem">;
15320
15844
  delegateResource: t.LiteralC<"delegateResource">;
15321
15845
  undelegateResource: t.LiteralC<"undelegateResource">;
15846
+ export: t.LiteralC<"export">;
15847
+ import: t.LiteralC<"import">;
15848
+ importtoc: t.LiteralC<"importtoc">;
15322
15849
  }>;
15323
15850
  }>, t.PartialC<{
15324
15851
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15508,6 +16035,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15508
16035
  "defi-redeem": t.LiteralC<"defi-redeem">;
15509
16036
  delegateResource: t.LiteralC<"delegateResource">;
15510
16037
  undelegateResource: t.LiteralC<"undelegateResource">;
16038
+ export: t.LiteralC<"export">;
16039
+ import: t.LiteralC<"import">;
16040
+ importtoc: t.LiteralC<"importtoc">;
15511
16041
  }>;
15512
16042
  }>, t.PartialC<{
15513
16043
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15638,6 +16168,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15638
16168
  "defi-redeem": t.LiteralC<"defi-redeem">;
15639
16169
  delegateResource: t.LiteralC<"delegateResource">;
15640
16170
  undelegateResource: t.LiteralC<"undelegateResource">;
16171
+ export: t.LiteralC<"export">;
16172
+ import: t.LiteralC<"import">;
16173
+ importtoc: t.LiteralC<"importtoc">;
15641
16174
  }>;
15642
16175
  }>, t.PartialC<{
15643
16176
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15729,6 +16262,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15729
16262
  "defi-redeem": t.LiteralC<"defi-redeem">;
15730
16263
  delegateResource: t.LiteralC<"delegateResource">;
15731
16264
  undelegateResource: t.LiteralC<"undelegateResource">;
16265
+ export: t.LiteralC<"export">;
16266
+ import: t.LiteralC<"import">;
16267
+ importtoc: t.LiteralC<"importtoc">;
15732
16268
  }>;
15733
16269
  }>, t.PartialC<{
15734
16270
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15796,6 +16332,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15796
16332
  "defi-redeem": t.LiteralC<"defi-redeem">;
15797
16333
  delegateResource: t.LiteralC<"delegateResource">;
15798
16334
  undelegateResource: t.LiteralC<"undelegateResource">;
16335
+ export: t.LiteralC<"export">;
16336
+ import: t.LiteralC<"import">;
16337
+ importtoc: t.LiteralC<"importtoc">;
15799
16338
  }>;
15800
16339
  }>, t.PartialC<{
15801
16340
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -15918,6 +16457,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
15918
16457
  "defi-redeem": t.LiteralC<"defi-redeem">;
15919
16458
  delegateResource: t.LiteralC<"delegateResource">;
15920
16459
  undelegateResource: t.LiteralC<"undelegateResource">;
16460
+ export: t.LiteralC<"export">;
16461
+ import: t.LiteralC<"import">;
16462
+ importtoc: t.LiteralC<"importtoc">;
15921
16463
  }>;
15922
16464
  }>, t.PartialC<{
15923
16465
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16027,6 +16569,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16027
16569
  "defi-redeem": t.LiteralC<"defi-redeem">;
16028
16570
  delegateResource: t.LiteralC<"delegateResource">;
16029
16571
  undelegateResource: t.LiteralC<"undelegateResource">;
16572
+ export: t.LiteralC<"export">;
16573
+ import: t.LiteralC<"import">;
16574
+ importtoc: t.LiteralC<"importtoc">;
16030
16575
  }>;
16031
16576
  }>, t.PartialC<{
16032
16577
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16156,6 +16701,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16156
16701
  "defi-redeem": t.LiteralC<"defi-redeem">;
16157
16702
  delegateResource: t.LiteralC<"delegateResource">;
16158
16703
  undelegateResource: t.LiteralC<"undelegateResource">;
16704
+ export: t.LiteralC<"export">;
16705
+ import: t.LiteralC<"import">;
16706
+ importtoc: t.LiteralC<"importtoc">;
16159
16707
  }>;
16160
16708
  }>, t.PartialC<{
16161
16709
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16230,6 +16778,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16230
16778
  "defi-redeem": t.LiteralC<"defi-redeem">;
16231
16779
  delegateResource: t.LiteralC<"delegateResource">;
16232
16780
  undelegateResource: t.LiteralC<"undelegateResource">;
16781
+ export: t.LiteralC<"export">;
16782
+ import: t.LiteralC<"import">;
16783
+ importtoc: t.LiteralC<"importtoc">;
16233
16784
  }>;
16234
16785
  }>, t.PartialC<{
16235
16786
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16299,6 +16850,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16299
16850
  "defi-redeem": t.LiteralC<"defi-redeem">;
16300
16851
  delegateResource: t.LiteralC<"delegateResource">;
16301
16852
  undelegateResource: t.LiteralC<"undelegateResource">;
16853
+ export: t.LiteralC<"export">;
16854
+ import: t.LiteralC<"import">;
16855
+ importtoc: t.LiteralC<"importtoc">;
16302
16856
  }>;
16303
16857
  }>, t.PartialC<{
16304
16858
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16380,6 +16934,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16380
16934
  "defi-redeem": t.LiteralC<"defi-redeem">;
16381
16935
  delegateResource: t.LiteralC<"delegateResource">;
16382
16936
  undelegateResource: t.LiteralC<"undelegateResource">;
16937
+ export: t.LiteralC<"export">;
16938
+ import: t.LiteralC<"import">;
16939
+ importtoc: t.LiteralC<"importtoc">;
16383
16940
  }>;
16384
16941
  }>, t.PartialC<{
16385
16942
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16456,6 +17013,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16456
17013
  "defi-redeem": t.LiteralC<"defi-redeem">;
16457
17014
  delegateResource: t.LiteralC<"delegateResource">;
16458
17015
  undelegateResource: t.LiteralC<"undelegateResource">;
17016
+ export: t.LiteralC<"export">;
17017
+ import: t.LiteralC<"import">;
17018
+ importtoc: t.LiteralC<"importtoc">;
16459
17019
  }>;
16460
17020
  }>, t.PartialC<{
16461
17021
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16548,6 +17108,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16548
17108
  "defi-redeem": t.LiteralC<"defi-redeem">;
16549
17109
  delegateResource: t.LiteralC<"delegateResource">;
16550
17110
  undelegateResource: t.LiteralC<"undelegateResource">;
17111
+ export: t.LiteralC<"export">;
17112
+ import: t.LiteralC<"import">;
17113
+ importtoc: t.LiteralC<"importtoc">;
16551
17114
  }>;
16552
17115
  }>, t.PartialC<{
16553
17116
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16630,6 +17193,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16630
17193
  "defi-redeem": t.LiteralC<"defi-redeem">;
16631
17194
  delegateResource: t.LiteralC<"delegateResource">;
16632
17195
  undelegateResource: t.LiteralC<"undelegateResource">;
17196
+ export: t.LiteralC<"export">;
17197
+ import: t.LiteralC<"import">;
17198
+ importtoc: t.LiteralC<"importtoc">;
16633
17199
  }>;
16634
17200
  }>, t.PartialC<{
16635
17201
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16698,6 +17264,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16698
17264
  "defi-redeem": t.LiteralC<"defi-redeem">;
16699
17265
  delegateResource: t.LiteralC<"delegateResource">;
16700
17266
  undelegateResource: t.LiteralC<"undelegateResource">;
17267
+ export: t.LiteralC<"export">;
17268
+ import: t.LiteralC<"import">;
17269
+ importtoc: t.LiteralC<"importtoc">;
16701
17270
  }>;
16702
17271
  }>, t.PartialC<{
16703
17272
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16785,6 +17354,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16785
17354
  "defi-redeem": t.LiteralC<"defi-redeem">;
16786
17355
  delegateResource: t.LiteralC<"delegateResource">;
16787
17356
  undelegateResource: t.LiteralC<"undelegateResource">;
17357
+ export: t.LiteralC<"export">;
17358
+ import: t.LiteralC<"import">;
17359
+ importtoc: t.LiteralC<"importtoc">;
16788
17360
  }>;
16789
17361
  }>, t.PartialC<{
16790
17362
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16862,6 +17434,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16862
17434
  "defi-redeem": t.LiteralC<"defi-redeem">;
16863
17435
  delegateResource: t.LiteralC<"delegateResource">;
16864
17436
  undelegateResource: t.LiteralC<"undelegateResource">;
17437
+ export: t.LiteralC<"export">;
17438
+ import: t.LiteralC<"import">;
17439
+ importtoc: t.LiteralC<"importtoc">;
16865
17440
  }>;
16866
17441
  }>, t.PartialC<{
16867
17442
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -16938,6 +17513,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
16938
17513
  "defi-redeem": t.LiteralC<"defi-redeem">;
16939
17514
  delegateResource: t.LiteralC<"delegateResource">;
16940
17515
  undelegateResource: t.LiteralC<"undelegateResource">;
17516
+ export: t.LiteralC<"export">;
17517
+ import: t.LiteralC<"import">;
17518
+ importtoc: t.LiteralC<"importtoc">;
16941
17519
  }>;
16942
17520
  }>, t.PartialC<{
16943
17521
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17012,6 +17590,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17012
17590
  "defi-redeem": t.LiteralC<"defi-redeem">;
17013
17591
  delegateResource: t.LiteralC<"delegateResource">;
17014
17592
  undelegateResource: t.LiteralC<"undelegateResource">;
17593
+ export: t.LiteralC<"export">;
17594
+ import: t.LiteralC<"import">;
17595
+ importtoc: t.LiteralC<"importtoc">;
17015
17596
  }>;
17016
17597
  }>, t.PartialC<{
17017
17598
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17086,6 +17667,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17086
17667
  "defi-redeem": t.LiteralC<"defi-redeem">;
17087
17668
  delegateResource: t.LiteralC<"delegateResource">;
17088
17669
  undelegateResource: t.LiteralC<"undelegateResource">;
17670
+ export: t.LiteralC<"export">;
17671
+ import: t.LiteralC<"import">;
17672
+ importtoc: t.LiteralC<"importtoc">;
17089
17673
  }>;
17090
17674
  }>, t.PartialC<{
17091
17675
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17157,6 +17741,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17157
17741
  "defi-redeem": t.LiteralC<"defi-redeem">;
17158
17742
  delegateResource: t.LiteralC<"delegateResource">;
17159
17743
  undelegateResource: t.LiteralC<"undelegateResource">;
17744
+ export: t.LiteralC<"export">;
17745
+ import: t.LiteralC<"import">;
17746
+ importtoc: t.LiteralC<"importtoc">;
17160
17747
  }>;
17161
17748
  }>, t.PartialC<{
17162
17749
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17244,6 +17831,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17244
17831
  "defi-redeem": t.LiteralC<"defi-redeem">;
17245
17832
  delegateResource: t.LiteralC<"delegateResource">;
17246
17833
  undelegateResource: t.LiteralC<"undelegateResource">;
17834
+ export: t.LiteralC<"export">;
17835
+ import: t.LiteralC<"import">;
17836
+ importtoc: t.LiteralC<"importtoc">;
17247
17837
  }>;
17248
17838
  }>, t.PartialC<{
17249
17839
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17330,6 +17920,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17330
17920
  "defi-redeem": t.LiteralC<"defi-redeem">;
17331
17921
  delegateResource: t.LiteralC<"delegateResource">;
17332
17922
  undelegateResource: t.LiteralC<"undelegateResource">;
17923
+ export: t.LiteralC<"export">;
17924
+ import: t.LiteralC<"import">;
17925
+ importtoc: t.LiteralC<"importtoc">;
17333
17926
  }>;
17334
17927
  }>, t.PartialC<{
17335
17928
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17416,6 +18009,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17416
18009
  "defi-redeem": t.LiteralC<"defi-redeem">;
17417
18010
  delegateResource: t.LiteralC<"delegateResource">;
17418
18011
  undelegateResource: t.LiteralC<"undelegateResource">;
18012
+ export: t.LiteralC<"export">;
18013
+ import: t.LiteralC<"import">;
18014
+ importtoc: t.LiteralC<"importtoc">;
17419
18015
  }>;
17420
18016
  }>, t.PartialC<{
17421
18017
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17510,6 +18106,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17510
18106
  "defi-redeem": t.LiteralC<"defi-redeem">;
17511
18107
  delegateResource: t.LiteralC<"delegateResource">;
17512
18108
  undelegateResource: t.LiteralC<"undelegateResource">;
18109
+ export: t.LiteralC<"export">;
18110
+ import: t.LiteralC<"import">;
18111
+ importtoc: t.LiteralC<"importtoc">;
17513
18112
  }>;
17514
18113
  }>, t.PartialC<{
17515
18114
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17626,6 +18225,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17626
18225
  "defi-redeem": t.LiteralC<"defi-redeem">;
17627
18226
  delegateResource: t.LiteralC<"delegateResource">;
17628
18227
  undelegateResource: t.LiteralC<"undelegateResource">;
18228
+ export: t.LiteralC<"export">;
18229
+ import: t.LiteralC<"import">;
18230
+ importtoc: t.LiteralC<"importtoc">;
17629
18231
  }>;
17630
18232
  }>, t.PartialC<{
17631
18233
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17714,6 +18316,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17714
18316
  "defi-redeem": t.LiteralC<"defi-redeem">;
17715
18317
  delegateResource: t.LiteralC<"delegateResource">;
17716
18318
  undelegateResource: t.LiteralC<"undelegateResource">;
18319
+ export: t.LiteralC<"export">;
18320
+ import: t.LiteralC<"import">;
18321
+ importtoc: t.LiteralC<"importtoc">;
17717
18322
  }>;
17718
18323
  }>, t.PartialC<{
17719
18324
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17818,6 +18423,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17818
18423
  "defi-redeem": t.LiteralC<"defi-redeem">;
17819
18424
  delegateResource: t.LiteralC<"delegateResource">;
17820
18425
  undelegateResource: t.LiteralC<"undelegateResource">;
18426
+ export: t.LiteralC<"export">;
18427
+ import: t.LiteralC<"import">;
18428
+ importtoc: t.LiteralC<"importtoc">;
17821
18429
  }>;
17822
18430
  }>, t.PartialC<{
17823
18431
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -17922,6 +18530,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
17922
18530
  "defi-redeem": t.LiteralC<"defi-redeem">;
17923
18531
  delegateResource: t.LiteralC<"delegateResource">;
17924
18532
  undelegateResource: t.LiteralC<"undelegateResource">;
18533
+ export: t.LiteralC<"export">;
18534
+ import: t.LiteralC<"import">;
18535
+ importtoc: t.LiteralC<"importtoc">;
17925
18536
  }>;
17926
18537
  }>, t.PartialC<{
17927
18538
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18024,6 +18635,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18024
18635
  "defi-redeem": t.LiteralC<"defi-redeem">;
18025
18636
  delegateResource: t.LiteralC<"delegateResource">;
18026
18637
  undelegateResource: t.LiteralC<"undelegateResource">;
18638
+ export: t.LiteralC<"export">;
18639
+ import: t.LiteralC<"import">;
18640
+ importtoc: t.LiteralC<"importtoc">;
18027
18641
  }>;
18028
18642
  }>, t.PartialC<{
18029
18643
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18101,6 +18715,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18101
18715
  "defi-redeem": t.LiteralC<"defi-redeem">;
18102
18716
  delegateResource: t.LiteralC<"delegateResource">;
18103
18717
  undelegateResource: t.LiteralC<"undelegateResource">;
18718
+ export: t.LiteralC<"export">;
18719
+ import: t.LiteralC<"import">;
18720
+ importtoc: t.LiteralC<"importtoc">;
18104
18721
  }>;
18105
18722
  }>, t.PartialC<{
18106
18723
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18189,6 +18806,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18189
18806
  "defi-redeem": t.LiteralC<"defi-redeem">;
18190
18807
  delegateResource: t.LiteralC<"delegateResource">;
18191
18808
  undelegateResource: t.LiteralC<"undelegateResource">;
18809
+ export: t.LiteralC<"export">;
18810
+ import: t.LiteralC<"import">;
18811
+ importtoc: t.LiteralC<"importtoc">;
18192
18812
  }>;
18193
18813
  }>, t.PartialC<{
18194
18814
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18334,6 +18954,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18334
18954
  "defi-redeem": t.LiteralC<"defi-redeem">;
18335
18955
  delegateResource: t.LiteralC<"delegateResource">;
18336
18956
  undelegateResource: t.LiteralC<"undelegateResource">;
18957
+ export: t.LiteralC<"export">;
18958
+ import: t.LiteralC<"import">;
18959
+ importtoc: t.LiteralC<"importtoc">;
18337
18960
  }>;
18338
18961
  }>, t.PartialC<{
18339
18962
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18408,6 +19031,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18408
19031
  "defi-redeem": t.LiteralC<"defi-redeem">;
18409
19032
  delegateResource: t.LiteralC<"delegateResource">;
18410
19033
  undelegateResource: t.LiteralC<"undelegateResource">;
19034
+ export: t.LiteralC<"export">;
19035
+ import: t.LiteralC<"import">;
19036
+ importtoc: t.LiteralC<"importtoc">;
18411
19037
  }>;
18412
19038
  }>, t.PartialC<{
18413
19039
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18486,6 +19112,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18486
19112
  "defi-redeem": t.LiteralC<"defi-redeem">;
18487
19113
  delegateResource: t.LiteralC<"delegateResource">;
18488
19114
  undelegateResource: t.LiteralC<"undelegateResource">;
19115
+ export: t.LiteralC<"export">;
19116
+ import: t.LiteralC<"import">;
19117
+ importtoc: t.LiteralC<"importtoc">;
18489
19118
  }>;
18490
19119
  }>, t.PartialC<{
18491
19120
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18557,6 +19186,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18557
19186
  "defi-redeem": t.LiteralC<"defi-redeem">;
18558
19187
  delegateResource: t.LiteralC<"delegateResource">;
18559
19188
  undelegateResource: t.LiteralC<"undelegateResource">;
19189
+ export: t.LiteralC<"export">;
19190
+ import: t.LiteralC<"import">;
19191
+ importtoc: t.LiteralC<"importtoc">;
18560
19192
  }>;
18561
19193
  }>, t.PartialC<{
18562
19194
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18629,6 +19261,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18629
19261
  "defi-redeem": t.LiteralC<"defi-redeem">;
18630
19262
  delegateResource: t.LiteralC<"delegateResource">;
18631
19263
  undelegateResource: t.LiteralC<"undelegateResource">;
19264
+ export: t.LiteralC<"export">;
19265
+ import: t.LiteralC<"import">;
19266
+ importtoc: t.LiteralC<"importtoc">;
18632
19267
  }>;
18633
19268
  }>, t.PartialC<{
18634
19269
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18716,6 +19351,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18716
19351
  "defi-redeem": t.LiteralC<"defi-redeem">;
18717
19352
  delegateResource: t.LiteralC<"delegateResource">;
18718
19353
  undelegateResource: t.LiteralC<"undelegateResource">;
19354
+ export: t.LiteralC<"export">;
19355
+ import: t.LiteralC<"import">;
19356
+ importtoc: t.LiteralC<"importtoc">;
18719
19357
  }>;
18720
19358
  }>, t.PartialC<{
18721
19359
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18805,6 +19443,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18805
19443
  "defi-redeem": t.LiteralC<"defi-redeem">;
18806
19444
  delegateResource: t.LiteralC<"delegateResource">;
18807
19445
  undelegateResource: t.LiteralC<"undelegateResource">;
19446
+ export: t.LiteralC<"export">;
19447
+ import: t.LiteralC<"import">;
19448
+ importtoc: t.LiteralC<"importtoc">;
18808
19449
  }>;
18809
19450
  }>, t.PartialC<{
18810
19451
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -18887,6 +19528,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
18887
19528
  "defi-redeem": t.LiteralC<"defi-redeem">;
18888
19529
  delegateResource: t.LiteralC<"delegateResource">;
18889
19530
  undelegateResource: t.LiteralC<"undelegateResource">;
19531
+ export: t.LiteralC<"export">;
19532
+ import: t.LiteralC<"import">;
19533
+ importtoc: t.LiteralC<"importtoc">;
18890
19534
  }>;
18891
19535
  }>, t.PartialC<{
18892
19536
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19006,6 +19650,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19006
19650
  "defi-redeem": t.LiteralC<"defi-redeem">;
19007
19651
  delegateResource: t.LiteralC<"delegateResource">;
19008
19652
  undelegateResource: t.LiteralC<"undelegateResource">;
19653
+ export: t.LiteralC<"export">;
19654
+ import: t.LiteralC<"import">;
19655
+ importtoc: t.LiteralC<"importtoc">;
19009
19656
  }>;
19010
19657
  }>, t.PartialC<{
19011
19658
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19155,6 +19802,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19155
19802
  "defi-redeem": t.LiteralC<"defi-redeem">;
19156
19803
  delegateResource: t.LiteralC<"delegateResource">;
19157
19804
  undelegateResource: t.LiteralC<"undelegateResource">;
19805
+ export: t.LiteralC<"export">;
19806
+ import: t.LiteralC<"import">;
19807
+ importtoc: t.LiteralC<"importtoc">;
19158
19808
  }>;
19159
19809
  }>, t.PartialC<{
19160
19810
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19318,6 +19968,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19318
19968
  "defi-redeem": t.LiteralC<"defi-redeem">;
19319
19969
  delegateResource: t.LiteralC<"delegateResource">;
19320
19970
  undelegateResource: t.LiteralC<"undelegateResource">;
19971
+ export: t.LiteralC<"export">;
19972
+ import: t.LiteralC<"import">;
19973
+ importtoc: t.LiteralC<"importtoc">;
19321
19974
  }>;
19322
19975
  }>, t.PartialC<{
19323
19976
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19386,6 +20039,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19386
20039
  "defi-redeem": t.LiteralC<"defi-redeem">;
19387
20040
  delegateResource: t.LiteralC<"delegateResource">;
19388
20041
  undelegateResource: t.LiteralC<"undelegateResource">;
20042
+ export: t.LiteralC<"export">;
20043
+ import: t.LiteralC<"import">;
20044
+ importtoc: t.LiteralC<"importtoc">;
19389
20045
  }>;
19390
20046
  }>, t.PartialC<{
19391
20047
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19449,6 +20105,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19449
20105
  "defi-redeem": t.LiteralC<"defi-redeem">;
19450
20106
  delegateResource: t.LiteralC<"delegateResource">;
19451
20107
  undelegateResource: t.LiteralC<"undelegateResource">;
20108
+ export: t.LiteralC<"export">;
20109
+ import: t.LiteralC<"import">;
20110
+ importtoc: t.LiteralC<"importtoc">;
19452
20111
  }>;
19453
20112
  }>, t.PartialC<{
19454
20113
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19520,6 +20179,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19520
20179
  "defi-redeem": t.LiteralC<"defi-redeem">;
19521
20180
  delegateResource: t.LiteralC<"delegateResource">;
19522
20181
  undelegateResource: t.LiteralC<"undelegateResource">;
20182
+ export: t.LiteralC<"export">;
20183
+ import: t.LiteralC<"import">;
20184
+ importtoc: t.LiteralC<"importtoc">;
19523
20185
  }>;
19524
20186
  }>, t.PartialC<{
19525
20187
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19603,6 +20265,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19603
20265
  "defi-redeem": t.LiteralC<"defi-redeem">;
19604
20266
  delegateResource: t.LiteralC<"delegateResource">;
19605
20267
  undelegateResource: t.LiteralC<"undelegateResource">;
20268
+ export: t.LiteralC<"export">;
20269
+ import: t.LiteralC<"import">;
20270
+ importtoc: t.LiteralC<"importtoc">;
19606
20271
  }>;
19607
20272
  }>, t.PartialC<{
19608
20273
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19671,6 +20336,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19671
20336
  "defi-redeem": t.LiteralC<"defi-redeem">;
19672
20337
  delegateResource: t.LiteralC<"delegateResource">;
19673
20338
  undelegateResource: t.LiteralC<"undelegateResource">;
20339
+ export: t.LiteralC<"export">;
20340
+ import: t.LiteralC<"import">;
20341
+ importtoc: t.LiteralC<"importtoc">;
19674
20342
  }>;
19675
20343
  }>, t.PartialC<{
19676
20344
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19756,6 +20424,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19756
20424
  "defi-redeem": t.LiteralC<"defi-redeem">;
19757
20425
  delegateResource: t.LiteralC<"delegateResource">;
19758
20426
  undelegateResource: t.LiteralC<"undelegateResource">;
20427
+ export: t.LiteralC<"export">;
20428
+ import: t.LiteralC<"import">;
20429
+ importtoc: t.LiteralC<"importtoc">;
19759
20430
  }>;
19760
20431
  }>, t.PartialC<{
19761
20432
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19824,6 +20495,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19824
20495
  "defi-redeem": t.LiteralC<"defi-redeem">;
19825
20496
  delegateResource: t.LiteralC<"delegateResource">;
19826
20497
  undelegateResource: t.LiteralC<"undelegateResource">;
20498
+ export: t.LiteralC<"export">;
20499
+ import: t.LiteralC<"import">;
20500
+ importtoc: t.LiteralC<"importtoc">;
19827
20501
  }>;
19828
20502
  }>, t.PartialC<{
19829
20503
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -19929,6 +20603,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
19929
20603
  "defi-redeem": t.LiteralC<"defi-redeem">;
19930
20604
  delegateResource: t.LiteralC<"delegateResource">;
19931
20605
  undelegateResource: t.LiteralC<"undelegateResource">;
20606
+ export: t.LiteralC<"export">;
20607
+ import: t.LiteralC<"import">;
20608
+ importtoc: t.LiteralC<"importtoc">;
19932
20609
  }>;
19933
20610
  }>, t.PartialC<{
19934
20611
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20016,6 +20693,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20016
20693
  "defi-redeem": t.LiteralC<"defi-redeem">;
20017
20694
  delegateResource: t.LiteralC<"delegateResource">;
20018
20695
  undelegateResource: t.LiteralC<"undelegateResource">;
20696
+ export: t.LiteralC<"export">;
20697
+ import: t.LiteralC<"import">;
20698
+ importtoc: t.LiteralC<"importtoc">;
20019
20699
  }>;
20020
20700
  }>, t.PartialC<{
20021
20701
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20085,6 +20765,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20085
20765
  "defi-redeem": t.LiteralC<"defi-redeem">;
20086
20766
  delegateResource: t.LiteralC<"delegateResource">;
20087
20767
  undelegateResource: t.LiteralC<"undelegateResource">;
20768
+ export: t.LiteralC<"export">;
20769
+ import: t.LiteralC<"import">;
20770
+ importtoc: t.LiteralC<"importtoc">;
20088
20771
  }>;
20089
20772
  }>, t.PartialC<{
20090
20773
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20173,6 +20856,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20173
20856
  "defi-redeem": t.LiteralC<"defi-redeem">;
20174
20857
  delegateResource: t.LiteralC<"delegateResource">;
20175
20858
  undelegateResource: t.LiteralC<"undelegateResource">;
20859
+ export: t.LiteralC<"export">;
20860
+ import: t.LiteralC<"import">;
20861
+ importtoc: t.LiteralC<"importtoc">;
20176
20862
  }>;
20177
20863
  }>, t.PartialC<{
20178
20864
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20263,6 +20949,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20263
20949
  "defi-redeem": t.LiteralC<"defi-redeem">;
20264
20950
  delegateResource: t.LiteralC<"delegateResource">;
20265
20951
  undelegateResource: t.LiteralC<"undelegateResource">;
20952
+ export: t.LiteralC<"export">;
20953
+ import: t.LiteralC<"import">;
20954
+ importtoc: t.LiteralC<"importtoc">;
20266
20955
  }>;
20267
20956
  }>, t.PartialC<{
20268
20957
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20354,6 +21043,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20354
21043
  "defi-redeem": t.LiteralC<"defi-redeem">;
20355
21044
  delegateResource: t.LiteralC<"delegateResource">;
20356
21045
  undelegateResource: t.LiteralC<"undelegateResource">;
21046
+ export: t.LiteralC<"export">;
21047
+ import: t.LiteralC<"import">;
21048
+ importtoc: t.LiteralC<"importtoc">;
20357
21049
  }>;
20358
21050
  }>, t.PartialC<{
20359
21051
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20431,6 +21123,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20431
21123
  "defi-redeem": t.LiteralC<"defi-redeem">;
20432
21124
  delegateResource: t.LiteralC<"delegateResource">;
20433
21125
  undelegateResource: t.LiteralC<"undelegateResource">;
21126
+ export: t.LiteralC<"export">;
21127
+ import: t.LiteralC<"import">;
21128
+ importtoc: t.LiteralC<"importtoc">;
20434
21129
  }>;
20435
21130
  }>, t.PartialC<{
20436
21131
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20519,6 +21214,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20519
21214
  "defi-redeem": t.LiteralC<"defi-redeem">;
20520
21215
  delegateResource: t.LiteralC<"delegateResource">;
20521
21216
  undelegateResource: t.LiteralC<"undelegateResource">;
21217
+ export: t.LiteralC<"export">;
21218
+ import: t.LiteralC<"import">;
21219
+ importtoc: t.LiteralC<"importtoc">;
20522
21220
  }>;
20523
21221
  }>, t.PartialC<{
20524
21222
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20646,6 +21344,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20646
21344
  "defi-redeem": t.LiteralC<"defi-redeem">;
20647
21345
  delegateResource: t.LiteralC<"delegateResource">;
20648
21346
  undelegateResource: t.LiteralC<"undelegateResource">;
21347
+ export: t.LiteralC<"export">;
21348
+ import: t.LiteralC<"import">;
21349
+ importtoc: t.LiteralC<"importtoc">;
20649
21350
  }>;
20650
21351
  }>, t.PartialC<{
20651
21352
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20721,6 +21422,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20721
21422
  "defi-redeem": t.LiteralC<"defi-redeem">;
20722
21423
  delegateResource: t.LiteralC<"delegateResource">;
20723
21424
  undelegateResource: t.LiteralC<"undelegateResource">;
21425
+ export: t.LiteralC<"export">;
21426
+ import: t.LiteralC<"import">;
21427
+ importtoc: t.LiteralC<"importtoc">;
20724
21428
  }>;
20725
21429
  }>, t.PartialC<{
20726
21430
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20793,6 +21497,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20793
21497
  "defi-redeem": t.LiteralC<"defi-redeem">;
20794
21498
  delegateResource: t.LiteralC<"delegateResource">;
20795
21499
  undelegateResource: t.LiteralC<"undelegateResource">;
21500
+ export: t.LiteralC<"export">;
21501
+ import: t.LiteralC<"import">;
21502
+ importtoc: t.LiteralC<"importtoc">;
20796
21503
  }>;
20797
21504
  }>, t.PartialC<{
20798
21505
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20860,6 +21567,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20860
21567
  "defi-redeem": t.LiteralC<"defi-redeem">;
20861
21568
  delegateResource: t.LiteralC<"delegateResource">;
20862
21569
  undelegateResource: t.LiteralC<"undelegateResource">;
21570
+ export: t.LiteralC<"export">;
21571
+ import: t.LiteralC<"import">;
21572
+ importtoc: t.LiteralC<"importtoc">;
20863
21573
  }>;
20864
21574
  }>, t.PartialC<{
20865
21575
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -20947,6 +21657,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
20947
21657
  "defi-redeem": t.LiteralC<"defi-redeem">;
20948
21658
  delegateResource: t.LiteralC<"delegateResource">;
20949
21659
  undelegateResource: t.LiteralC<"undelegateResource">;
21660
+ export: t.LiteralC<"export">;
21661
+ import: t.LiteralC<"import">;
21662
+ importtoc: t.LiteralC<"importtoc">;
20950
21663
  }>;
20951
21664
  }>, t.PartialC<{
20952
21665
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21020,6 +21733,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21020
21733
  "defi-redeem": t.LiteralC<"defi-redeem">;
21021
21734
  delegateResource: t.LiteralC<"delegateResource">;
21022
21735
  undelegateResource: t.LiteralC<"undelegateResource">;
21736
+ export: t.LiteralC<"export">;
21737
+ import: t.LiteralC<"import">;
21738
+ importtoc: t.LiteralC<"importtoc">;
21023
21739
  }>;
21024
21740
  }>, t.PartialC<{
21025
21741
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21092,6 +21808,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21092
21808
  "defi-redeem": t.LiteralC<"defi-redeem">;
21093
21809
  delegateResource: t.LiteralC<"delegateResource">;
21094
21810
  undelegateResource: t.LiteralC<"undelegateResource">;
21811
+ export: t.LiteralC<"export">;
21812
+ import: t.LiteralC<"import">;
21813
+ importtoc: t.LiteralC<"importtoc">;
21095
21814
  }>;
21096
21815
  }>, t.PartialC<{
21097
21816
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21165,6 +21884,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21165
21884
  "defi-redeem": t.LiteralC<"defi-redeem">;
21166
21885
  delegateResource: t.LiteralC<"delegateResource">;
21167
21886
  undelegateResource: t.LiteralC<"undelegateResource">;
21887
+ export: t.LiteralC<"export">;
21888
+ import: t.LiteralC<"import">;
21889
+ importtoc: t.LiteralC<"importtoc">;
21168
21890
  }>;
21169
21891
  }>, t.PartialC<{
21170
21892
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21237,6 +21959,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21237
21959
  "defi-redeem": t.LiteralC<"defi-redeem">;
21238
21960
  delegateResource: t.LiteralC<"delegateResource">;
21239
21961
  undelegateResource: t.LiteralC<"undelegateResource">;
21962
+ export: t.LiteralC<"export">;
21963
+ import: t.LiteralC<"import">;
21964
+ importtoc: t.LiteralC<"importtoc">;
21240
21965
  }>;
21241
21966
  }>, t.PartialC<{
21242
21967
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21313,6 +22038,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21313
22038
  "defi-redeem": t.LiteralC<"defi-redeem">;
21314
22039
  delegateResource: t.LiteralC<"delegateResource">;
21315
22040
  undelegateResource: t.LiteralC<"undelegateResource">;
22041
+ export: t.LiteralC<"export">;
22042
+ import: t.LiteralC<"import">;
22043
+ importtoc: t.LiteralC<"importtoc">;
21316
22044
  }>;
21317
22045
  }>, t.PartialC<{
21318
22046
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21388,6 +22116,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21388
22116
  "defi-redeem": t.LiteralC<"defi-redeem">;
21389
22117
  delegateResource: t.LiteralC<"delegateResource">;
21390
22118
  undelegateResource: t.LiteralC<"undelegateResource">;
22119
+ export: t.LiteralC<"export">;
22120
+ import: t.LiteralC<"import">;
22121
+ importtoc: t.LiteralC<"importtoc">;
21391
22122
  }>;
21392
22123
  }>, t.PartialC<{
21393
22124
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21465,6 +22196,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21465
22196
  "defi-redeem": t.LiteralC<"defi-redeem">;
21466
22197
  delegateResource: t.LiteralC<"delegateResource">;
21467
22198
  undelegateResource: t.LiteralC<"undelegateResource">;
22199
+ export: t.LiteralC<"export">;
22200
+ import: t.LiteralC<"import">;
22201
+ importtoc: t.LiteralC<"importtoc">;
21468
22202
  }>;
21469
22203
  }>, t.PartialC<{
21470
22204
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21542,6 +22276,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21542
22276
  "defi-redeem": t.LiteralC<"defi-redeem">;
21543
22277
  delegateResource: t.LiteralC<"delegateResource">;
21544
22278
  undelegateResource: t.LiteralC<"undelegateResource">;
22279
+ export: t.LiteralC<"export">;
22280
+ import: t.LiteralC<"import">;
22281
+ importtoc: t.LiteralC<"importtoc">;
21545
22282
  }>;
21546
22283
  }>, t.PartialC<{
21547
22284
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21619,6 +22356,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21619
22356
  "defi-redeem": t.LiteralC<"defi-redeem">;
21620
22357
  delegateResource: t.LiteralC<"delegateResource">;
21621
22358
  undelegateResource: t.LiteralC<"undelegateResource">;
22359
+ export: t.LiteralC<"export">;
22360
+ import: t.LiteralC<"import">;
22361
+ importtoc: t.LiteralC<"importtoc">;
21622
22362
  }>;
21623
22363
  }>, t.PartialC<{
21624
22364
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21695,6 +22435,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21695
22435
  "defi-redeem": t.LiteralC<"defi-redeem">;
21696
22436
  delegateResource: t.LiteralC<"delegateResource">;
21697
22437
  undelegateResource: t.LiteralC<"undelegateResource">;
22438
+ export: t.LiteralC<"export">;
22439
+ import: t.LiteralC<"import">;
22440
+ importtoc: t.LiteralC<"importtoc">;
21698
22441
  }>;
21699
22442
  }>, t.PartialC<{
21700
22443
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21775,6 +22518,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21775
22518
  "defi-redeem": t.LiteralC<"defi-redeem">;
21776
22519
  delegateResource: t.LiteralC<"delegateResource">;
21777
22520
  undelegateResource: t.LiteralC<"undelegateResource">;
22521
+ export: t.LiteralC<"export">;
22522
+ import: t.LiteralC<"import">;
22523
+ importtoc: t.LiteralC<"importtoc">;
21778
22524
  }>;
21779
22525
  }>, t.PartialC<{
21780
22526
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21850,6 +22596,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21850
22596
  "defi-redeem": t.LiteralC<"defi-redeem">;
21851
22597
  delegateResource: t.LiteralC<"delegateResource">;
21852
22598
  undelegateResource: t.LiteralC<"undelegateResource">;
22599
+ export: t.LiteralC<"export">;
22600
+ import: t.LiteralC<"import">;
22601
+ importtoc: t.LiteralC<"importtoc">;
21853
22602
  }>;
21854
22603
  }>, t.PartialC<{
21855
22604
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -21927,6 +22676,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
21927
22676
  "defi-redeem": t.LiteralC<"defi-redeem">;
21928
22677
  delegateResource: t.LiteralC<"delegateResource">;
21929
22678
  undelegateResource: t.LiteralC<"undelegateResource">;
22679
+ export: t.LiteralC<"export">;
22680
+ import: t.LiteralC<"import">;
22681
+ importtoc: t.LiteralC<"importtoc">;
21930
22682
  }>;
21931
22683
  }>, t.PartialC<{
21932
22684
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22000,6 +22752,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22000
22752
  "defi-redeem": t.LiteralC<"defi-redeem">;
22001
22753
  delegateResource: t.LiteralC<"delegateResource">;
22002
22754
  undelegateResource: t.LiteralC<"undelegateResource">;
22755
+ export: t.LiteralC<"export">;
22756
+ import: t.LiteralC<"import">;
22757
+ importtoc: t.LiteralC<"importtoc">;
22003
22758
  }>;
22004
22759
  }>, t.PartialC<{
22005
22760
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22072,6 +22827,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22072
22827
  "defi-redeem": t.LiteralC<"defi-redeem">;
22073
22828
  delegateResource: t.LiteralC<"delegateResource">;
22074
22829
  undelegateResource: t.LiteralC<"undelegateResource">;
22830
+ export: t.LiteralC<"export">;
22831
+ import: t.LiteralC<"import">;
22832
+ importtoc: t.LiteralC<"importtoc">;
22075
22833
  }>;
22076
22834
  }>, t.PartialC<{
22077
22835
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22144,6 +22902,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22144
22902
  "defi-redeem": t.LiteralC<"defi-redeem">;
22145
22903
  delegateResource: t.LiteralC<"delegateResource">;
22146
22904
  undelegateResource: t.LiteralC<"undelegateResource">;
22905
+ export: t.LiteralC<"export">;
22906
+ import: t.LiteralC<"import">;
22907
+ importtoc: t.LiteralC<"importtoc">;
22147
22908
  }>;
22148
22909
  }>, t.PartialC<{
22149
22910
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22221,6 +22982,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22221
22982
  "defi-redeem": t.LiteralC<"defi-redeem">;
22222
22983
  delegateResource: t.LiteralC<"delegateResource">;
22223
22984
  undelegateResource: t.LiteralC<"undelegateResource">;
22985
+ export: t.LiteralC<"export">;
22986
+ import: t.LiteralC<"import">;
22987
+ importtoc: t.LiteralC<"importtoc">;
22224
22988
  }>;
22225
22989
  }>, t.PartialC<{
22226
22990
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22299,6 +23063,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22299
23063
  "defi-redeem": t.LiteralC<"defi-redeem">;
22300
23064
  delegateResource: t.LiteralC<"delegateResource">;
22301
23065
  undelegateResource: t.LiteralC<"undelegateResource">;
23066
+ export: t.LiteralC<"export">;
23067
+ import: t.LiteralC<"import">;
23068
+ importtoc: t.LiteralC<"importtoc">;
22302
23069
  }>;
22303
23070
  }>, t.PartialC<{
22304
23071
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22375,6 +23142,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22375
23142
  "defi-redeem": t.LiteralC<"defi-redeem">;
22376
23143
  delegateResource: t.LiteralC<"delegateResource">;
22377
23144
  undelegateResource: t.LiteralC<"undelegateResource">;
23145
+ export: t.LiteralC<"export">;
23146
+ import: t.LiteralC<"import">;
23147
+ importtoc: t.LiteralC<"importtoc">;
22378
23148
  }>;
22379
23149
  }>, t.PartialC<{
22380
23150
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22451,6 +23221,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22451
23221
  "defi-redeem": t.LiteralC<"defi-redeem">;
22452
23222
  delegateResource: t.LiteralC<"delegateResource">;
22453
23223
  undelegateResource: t.LiteralC<"undelegateResource">;
23224
+ export: t.LiteralC<"export">;
23225
+ import: t.LiteralC<"import">;
23226
+ importtoc: t.LiteralC<"importtoc">;
22454
23227
  }>;
22455
23228
  }>, t.PartialC<{
22456
23229
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22522,6 +23295,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22522
23295
  "defi-redeem": t.LiteralC<"defi-redeem">;
22523
23296
  delegateResource: t.LiteralC<"delegateResource">;
22524
23297
  undelegateResource: t.LiteralC<"undelegateResource">;
23298
+ export: t.LiteralC<"export">;
23299
+ import: t.LiteralC<"import">;
23300
+ importtoc: t.LiteralC<"importtoc">;
22525
23301
  }>;
22526
23302
  }>, t.PartialC<{
22527
23303
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22593,6 +23369,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22593
23369
  "defi-redeem": t.LiteralC<"defi-redeem">;
22594
23370
  delegateResource: t.LiteralC<"delegateResource">;
22595
23371
  undelegateResource: t.LiteralC<"undelegateResource">;
23372
+ export: t.LiteralC<"export">;
23373
+ import: t.LiteralC<"import">;
23374
+ importtoc: t.LiteralC<"importtoc">;
22596
23375
  }>;
22597
23376
  }>, t.PartialC<{
22598
23377
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22658,6 +23437,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22658
23437
  "defi-redeem": t.LiteralC<"defi-redeem">;
22659
23438
  delegateResource: t.LiteralC<"delegateResource">;
22660
23439
  undelegateResource: t.LiteralC<"undelegateResource">;
23440
+ export: t.LiteralC<"export">;
23441
+ import: t.LiteralC<"import">;
23442
+ importtoc: t.LiteralC<"importtoc">;
22661
23443
  }>;
22662
23444
  }>, t.PartialC<{
22663
23445
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22727,6 +23509,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22727
23509
  "defi-redeem": t.LiteralC<"defi-redeem">;
22728
23510
  delegateResource: t.LiteralC<"delegateResource">;
22729
23511
  undelegateResource: t.LiteralC<"undelegateResource">;
23512
+ export: t.LiteralC<"export">;
23513
+ import: t.LiteralC<"import">;
23514
+ importtoc: t.LiteralC<"importtoc">;
22730
23515
  }>;
22731
23516
  }>, t.PartialC<{
22732
23517
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22798,6 +23583,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22798
23583
  "defi-redeem": t.LiteralC<"defi-redeem">;
22799
23584
  delegateResource: t.LiteralC<"delegateResource">;
22800
23585
  undelegateResource: t.LiteralC<"undelegateResource">;
23586
+ export: t.LiteralC<"export">;
23587
+ import: t.LiteralC<"import">;
23588
+ importtoc: t.LiteralC<"importtoc">;
22801
23589
  }>;
22802
23590
  }>, t.PartialC<{
22803
23591
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22869,6 +23657,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22869
23657
  "defi-redeem": t.LiteralC<"defi-redeem">;
22870
23658
  delegateResource: t.LiteralC<"delegateResource">;
22871
23659
  undelegateResource: t.LiteralC<"undelegateResource">;
23660
+ export: t.LiteralC<"export">;
23661
+ import: t.LiteralC<"import">;
23662
+ importtoc: t.LiteralC<"importtoc">;
22872
23663
  }>;
22873
23664
  }>, t.PartialC<{
22874
23665
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -22946,6 +23737,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
22946
23737
  "defi-redeem": t.LiteralC<"defi-redeem">;
22947
23738
  delegateResource: t.LiteralC<"delegateResource">;
22948
23739
  undelegateResource: t.LiteralC<"undelegateResource">;
23740
+ export: t.LiteralC<"export">;
23741
+ import: t.LiteralC<"import">;
23742
+ importtoc: t.LiteralC<"importtoc">;
22949
23743
  }>;
22950
23744
  }>, t.PartialC<{
22951
23745
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23023,6 +23817,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23023
23817
  "defi-redeem": t.LiteralC<"defi-redeem">;
23024
23818
  delegateResource: t.LiteralC<"delegateResource">;
23025
23819
  undelegateResource: t.LiteralC<"undelegateResource">;
23820
+ export: t.LiteralC<"export">;
23821
+ import: t.LiteralC<"import">;
23822
+ importtoc: t.LiteralC<"importtoc">;
23026
23823
  }>;
23027
23824
  }>, t.PartialC<{
23028
23825
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23094,6 +23891,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23094
23891
  "defi-redeem": t.LiteralC<"defi-redeem">;
23095
23892
  delegateResource: t.LiteralC<"delegateResource">;
23096
23893
  undelegateResource: t.LiteralC<"undelegateResource">;
23894
+ export: t.LiteralC<"export">;
23895
+ import: t.LiteralC<"import">;
23896
+ importtoc: t.LiteralC<"importtoc">;
23097
23897
  }>;
23098
23898
  }>, t.PartialC<{
23099
23899
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23161,6 +23961,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23161
23961
  "defi-redeem": t.LiteralC<"defi-redeem">;
23162
23962
  delegateResource: t.LiteralC<"delegateResource">;
23163
23963
  undelegateResource: t.LiteralC<"undelegateResource">;
23964
+ export: t.LiteralC<"export">;
23965
+ import: t.LiteralC<"import">;
23966
+ importtoc: t.LiteralC<"importtoc">;
23164
23967
  }>;
23165
23968
  }>, t.PartialC<{
23166
23969
  recipients: t.UnionC<[t.Type<({
@@ -23248,6 +24051,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23248
24051
  "defi-redeem": t.LiteralC<"defi-redeem">;
23249
24052
  delegateResource: t.LiteralC<"delegateResource">;
23250
24053
  undelegateResource: t.LiteralC<"undelegateResource">;
24054
+ export: t.LiteralC<"export">;
24055
+ import: t.LiteralC<"import">;
24056
+ importtoc: t.LiteralC<"importtoc">;
23251
24057
  }>;
23252
24058
  }>, t.PartialC<{
23253
24059
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23345,6 +24151,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23345
24151
  "defi-redeem": t.LiteralC<"defi-redeem">;
23346
24152
  delegateResource: t.LiteralC<"delegateResource">;
23347
24153
  undelegateResource: t.LiteralC<"undelegateResource">;
24154
+ export: t.LiteralC<"export">;
24155
+ import: t.LiteralC<"import">;
24156
+ importtoc: t.LiteralC<"importtoc">;
23348
24157
  }>;
23349
24158
  }>, t.PartialC<{
23350
24159
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23452,6 +24261,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23452
24261
  "defi-redeem": t.LiteralC<"defi-redeem">;
23453
24262
  delegateResource: t.LiteralC<"delegateResource">;
23454
24263
  undelegateResource: t.LiteralC<"undelegateResource">;
24264
+ export: t.LiteralC<"export">;
24265
+ import: t.LiteralC<"import">;
24266
+ importtoc: t.LiteralC<"importtoc">;
23455
24267
  }>;
23456
24268
  }>, t.PartialC<{
23457
24269
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23531,6 +24343,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23531
24343
  "defi-redeem": t.LiteralC<"defi-redeem">;
23532
24344
  delegateResource: t.LiteralC<"delegateResource">;
23533
24345
  undelegateResource: t.LiteralC<"undelegateResource">;
24346
+ export: t.LiteralC<"export">;
24347
+ import: t.LiteralC<"import">;
24348
+ importtoc: t.LiteralC<"importtoc">;
23534
24349
  }>;
23535
24350
  }>, t.PartialC<{
23536
24351
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23620,6 +24435,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23620
24435
  "defi-redeem": t.LiteralC<"defi-redeem">;
23621
24436
  delegateResource: t.LiteralC<"delegateResource">;
23622
24437
  undelegateResource: t.LiteralC<"undelegateResource">;
24438
+ export: t.LiteralC<"export">;
24439
+ import: t.LiteralC<"import">;
24440
+ importtoc: t.LiteralC<"importtoc">;
23623
24441
  }>;
23624
24442
  }>, t.PartialC<{
23625
24443
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23691,6 +24509,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23691
24509
  "defi-redeem": t.LiteralC<"defi-redeem">;
23692
24510
  delegateResource: t.LiteralC<"delegateResource">;
23693
24511
  undelegateResource: t.LiteralC<"undelegateResource">;
24512
+ export: t.LiteralC<"export">;
24513
+ import: t.LiteralC<"import">;
24514
+ importtoc: t.LiteralC<"importtoc">;
23694
24515
  }>;
23695
24516
  }>, t.PartialC<{
23696
24517
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23768,6 +24589,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23768
24589
  "defi-redeem": t.LiteralC<"defi-redeem">;
23769
24590
  delegateResource: t.LiteralC<"delegateResource">;
23770
24591
  undelegateResource: t.LiteralC<"undelegateResource">;
24592
+ export: t.LiteralC<"export">;
24593
+ import: t.LiteralC<"import">;
24594
+ importtoc: t.LiteralC<"importtoc">;
23771
24595
  }>;
23772
24596
  }>, t.PartialC<{
23773
24597
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23839,6 +24663,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23839
24663
  "defi-redeem": t.LiteralC<"defi-redeem">;
23840
24664
  delegateResource: t.LiteralC<"delegateResource">;
23841
24665
  undelegateResource: t.LiteralC<"undelegateResource">;
24666
+ export: t.LiteralC<"export">;
24667
+ import: t.LiteralC<"import">;
24668
+ importtoc: t.LiteralC<"importtoc">;
23842
24669
  }>;
23843
24670
  }>, t.PartialC<{
23844
24671
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
@@ -23916,6 +24743,9 @@ export declare const TransactionRequest: t.UnionC<[t.IntersectionC<[t.Intersecti
23916
24743
  "defi-redeem": t.LiteralC<"defi-redeem">;
23917
24744
  delegateResource: t.LiteralC<"delegateResource">;
23918
24745
  undelegateResource: t.LiteralC<"undelegateResource">;
24746
+ export: t.LiteralC<"export">;
24747
+ import: t.LiteralC<"import">;
24748
+ importtoc: t.LiteralC<"importtoc">;
23919
24749
  }>;
23920
24750
  }>, t.PartialC<{
23921
24751
  sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;