@bitgo/public-types 4.20.0 → 4.22.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.
- package/dist/src/schema/transactionRequest/intents/accelerationIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -2
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -2
- package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/{feeAddressRecoveryIntent.d.ts → feeAddressTransferIntent.d.ts} +4 -4
- package/dist/src/schema/transactionRequest/intents/{feeAddressRecoveryIntent.js → feeAddressTransferIntent.js} +4 -4
- package/dist/src/schema/transactionRequest/intents/{feeAddressRecoveryIntent.js.map → feeAddressTransferIntent.js.map} +1 -1
- package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/icpSignatures.d.ts +25 -0
- package/dist/src/schema/transactionRequest/intents/icpSignatures.js +46 -0
- package/dist/src/schema/transactionRequest/intents/icpSignatures.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/index.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/index.js +2 -0
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +129 -72
- package/dist/src/schema/transactionRequest/intents/intent.js +2 -0
- package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intentType.d.ts +2 -2
- package/dist/src/schema/transactionRequest/intents/intentType.js +1 -1
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -2
- package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -2
- package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -2
- package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -2
- package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -1
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/{feeAddressRecoveryIntent.ts → feeAddressTransferIntent.ts} +5 -3
- package/src/schema/transactionRequest/intents/icpSignatures.ts +26 -0
- package/src/schema/transactionRequest/intents/index.ts +2 -0
- package/src/schema/transactionRequest/intents/intent.ts +2 -0
- package/src/schema/transactionRequest/intents/intentType.ts +1 -1
@@ -70,7 +70,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
70
70
|
customTx: t.LiteralC<"customTx">;
|
71
71
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
72
72
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
73
|
-
|
73
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
74
74
|
}>;
|
75
75
|
}>, t.PartialC<{
|
76
76
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -129,7 +129,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
129
129
|
customTx: t.LiteralC<"customTx">;
|
130
130
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
131
131
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
132
|
-
|
132
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
133
133
|
}>;
|
134
134
|
}>, t.PartialC<{
|
135
135
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -176,7 +176,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
176
176
|
customTx: t.LiteralC<"customTx">;
|
177
177
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
178
178
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
179
|
-
|
179
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
180
180
|
}>;
|
181
181
|
}>, t.PartialC<{
|
182
182
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -230,7 +230,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
230
230
|
customTx: t.LiteralC<"customTx">;
|
231
231
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
232
232
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
233
|
-
|
233
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
234
234
|
}>;
|
235
235
|
}>, t.PartialC<{
|
236
236
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -283,7 +283,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
283
283
|
customTx: t.LiteralC<"customTx">;
|
284
284
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
285
285
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
286
|
-
|
286
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
287
287
|
}>;
|
288
288
|
}>, t.PartialC<{
|
289
289
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -328,7 +328,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
328
328
|
customTx: t.LiteralC<"customTx">;
|
329
329
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
330
330
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
331
|
-
|
331
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
332
332
|
}>;
|
333
333
|
}>, t.PartialC<{
|
334
334
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -387,7 +387,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
387
387
|
customTx: t.LiteralC<"customTx">;
|
388
388
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
389
389
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
390
|
-
|
390
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
391
391
|
}>;
|
392
392
|
}>, t.PartialC<{
|
393
393
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -464,7 +464,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
464
464
|
customTx: t.LiteralC<"customTx">;
|
465
465
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
466
466
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
467
|
-
|
467
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
468
468
|
}>;
|
469
469
|
}>, t.PartialC<{
|
470
470
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -541,7 +541,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
541
541
|
customTx: t.LiteralC<"customTx">;
|
542
542
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
543
543
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
544
|
-
|
544
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
545
545
|
}>;
|
546
546
|
}>, t.PartialC<{
|
547
547
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -598,7 +598,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
598
598
|
customTx: t.LiteralC<"customTx">;
|
599
599
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
600
600
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
601
|
-
|
601
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
602
602
|
}>;
|
603
603
|
}>, t.PartialC<{
|
604
604
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -649,7 +649,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
649
649
|
customTx: t.LiteralC<"customTx">;
|
650
650
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
651
651
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
652
|
-
|
652
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
653
653
|
}>;
|
654
654
|
}>, t.PartialC<{
|
655
655
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -699,7 +699,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
699
699
|
customTx: t.LiteralC<"customTx">;
|
700
700
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
701
701
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
702
|
-
|
702
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
703
703
|
}>;
|
704
704
|
}>, t.PartialC<{
|
705
705
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -753,7 +753,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
753
753
|
customTx: t.LiteralC<"customTx">;
|
754
754
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
755
755
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
756
|
-
|
756
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
757
757
|
}>;
|
758
758
|
}>, t.PartialC<{
|
759
759
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -812,7 +812,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
812
812
|
customTx: t.LiteralC<"customTx">;
|
813
813
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
814
814
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
815
|
-
|
815
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
816
816
|
}>;
|
817
817
|
}>, t.PartialC<{
|
818
818
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -888,7 +888,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
888
888
|
customTx: t.LiteralC<"customTx">;
|
889
889
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
890
890
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
891
|
-
|
891
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
892
892
|
}>;
|
893
893
|
}>, t.PartialC<{
|
894
894
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -937,7 +937,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
937
937
|
customTx: t.LiteralC<"customTx">;
|
938
938
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
939
939
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
940
|
-
|
940
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
941
941
|
}>;
|
942
942
|
}>, t.PartialC<{
|
943
943
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1013,7 +1013,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1013
1013
|
customTx: t.LiteralC<"customTx">;
|
1014
1014
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1015
1015
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1016
|
-
|
1016
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1017
1017
|
}>;
|
1018
1018
|
}>, t.PartialC<{
|
1019
1019
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1102,7 +1102,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1102
1102
|
customTx: t.LiteralC<"customTx">;
|
1103
1103
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1104
1104
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1105
|
-
|
1105
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1106
1106
|
}>;
|
1107
1107
|
}>, t.PartialC<{
|
1108
1108
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1195,7 +1195,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1195
1195
|
customTx: t.LiteralC<"customTx">;
|
1196
1196
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1197
1197
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1198
|
-
|
1198
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1199
1199
|
}>;
|
1200
1200
|
}>, t.PartialC<{
|
1201
1201
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1276,7 +1276,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1276
1276
|
customTx: t.LiteralC<"customTx">;
|
1277
1277
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1278
1278
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1279
|
-
|
1279
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1280
1280
|
}>;
|
1281
1281
|
}>, t.PartialC<{
|
1282
1282
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1344,7 +1344,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1344
1344
|
customTx: t.LiteralC<"customTx">;
|
1345
1345
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1346
1346
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1347
|
-
|
1347
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1348
1348
|
}>;
|
1349
1349
|
}>, t.PartialC<{
|
1350
1350
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1411,7 +1411,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1411
1411
|
customTx: t.LiteralC<"customTx">;
|
1412
1412
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1413
1413
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1414
|
-
|
1414
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1415
1415
|
}>;
|
1416
1416
|
}>, t.PartialC<{
|
1417
1417
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1478,7 +1478,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1478
1478
|
customTx: t.LiteralC<"customTx">;
|
1479
1479
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1480
1480
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1481
|
-
|
1481
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1482
1482
|
}>;
|
1483
1483
|
}>, t.PartialC<{
|
1484
1484
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1617,7 +1617,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1617
1617
|
customTx: t.LiteralC<"customTx">;
|
1618
1618
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1619
1619
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1620
|
-
|
1620
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1621
1621
|
}>;
|
1622
1622
|
}>, t.PartialC<{
|
1623
1623
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1723,7 +1723,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1723
1723
|
customTx: t.LiteralC<"customTx">;
|
1724
1724
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1725
1725
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1726
|
-
|
1726
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1727
1727
|
}>;
|
1728
1728
|
}>, t.PartialC<{
|
1729
1729
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1788,7 +1788,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1788
1788
|
customTx: t.LiteralC<"customTx">;
|
1789
1789
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1790
1790
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1791
|
-
|
1791
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1792
1792
|
}>;
|
1793
1793
|
}>, t.PartialC<{
|
1794
1794
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1882,7 +1882,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1882
1882
|
customTx: t.LiteralC<"customTx">;
|
1883
1883
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1884
1884
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1885
|
-
|
1885
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1886
1886
|
}>;
|
1887
1887
|
}>, t.PartialC<{
|
1888
1888
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1965,7 +1965,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1965
1965
|
customTx: t.LiteralC<"customTx">;
|
1966
1966
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1967
1967
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1968
|
-
|
1968
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1969
1969
|
}>;
|
1970
1970
|
}>, t.PartialC<{
|
1971
1971
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2036,7 +2036,64 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2036
2036
|
}, unknown>, t.UndefinedC]>;
|
2037
2037
|
receiveAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2038
2038
|
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
2039
|
-
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.
|
2039
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
2040
|
+
intentType: t.KeyofC<{
|
2041
|
+
payment: t.LiteralC<"payment">;
|
2042
|
+
transferToken: t.LiteralC<"transferToken">;
|
2043
|
+
consolidate: t.LiteralC<"consolidate">;
|
2044
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
2045
|
+
fanout: t.LiteralC<"fanout">;
|
2046
|
+
stake: t.LiteralC<"stake">;
|
2047
|
+
unstake: t.LiteralC<"unstake">;
|
2048
|
+
delegate: t.LiteralC<"delegate">;
|
2049
|
+
undelegate: t.LiteralC<"undelegate">;
|
2050
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
2051
|
+
claim: t.LiteralC<"claim">;
|
2052
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
2053
|
+
pledge: t.LiteralC<"pledge">;
|
2054
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
2055
|
+
vote: t.LiteralC<"vote">;
|
2056
|
+
createAccount: t.LiteralC<"createAccount">;
|
2057
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
2058
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
2059
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
2060
|
+
signMessage: t.LiteralC<"signMessage">;
|
2061
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
2062
|
+
enableToken: t.LiteralC<"enableToken">;
|
2063
|
+
authorize: t.LiteralC<"authorize">;
|
2064
|
+
acceleration: t.LiteralC<"acceleration">;
|
2065
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
2066
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
2067
|
+
contractCall: t.LiteralC<"contractCall">;
|
2068
|
+
deactivate: t.LiteralC<"deactivate">;
|
2069
|
+
customTx: t.LiteralC<"customTx">;
|
2070
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2071
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2072
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2073
|
+
}>;
|
2074
|
+
}>, t.PartialC<{
|
2075
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2076
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2077
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
2078
|
+
}>]>, t.TypeC<{
|
2079
|
+
intentType: t.LiteralC<"feeAddressTransfer">;
|
2080
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
2081
|
+
address: t.PartialC<{
|
2082
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2083
|
+
option: t.UnionC<[t.Type<{
|
2084
|
+
[x: string]: unknown;
|
2085
|
+
}, {
|
2086
|
+
[x: string]: unknown;
|
2087
|
+
}, unknown>, t.UndefinedC]>;
|
2088
|
+
}>;
|
2089
|
+
amount: t.TypeC<{
|
2090
|
+
value: t.StringC;
|
2091
|
+
symbol: t.StringC;
|
2092
|
+
}>;
|
2093
|
+
}>, t.PartialC<{
|
2094
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2095
|
+
}>]>>;
|
2096
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
2040
2097
|
intentType: t.KeyofC<{
|
2041
2098
|
payment: t.LiteralC<"payment">;
|
2042
2099
|
transferToken: t.LiteralC<"transferToken">;
|
@@ -2069,7 +2126,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2069
2126
|
customTx: t.LiteralC<"customTx">;
|
2070
2127
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2071
2128
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2072
|
-
|
2129
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2073
2130
|
}>;
|
2074
2131
|
}>, t.PartialC<{
|
2075
2132
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2128,7 +2185,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2128
2185
|
customTx: t.LiteralC<"customTx">;
|
2129
2186
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2130
2187
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2131
|
-
|
2188
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2132
2189
|
}>;
|
2133
2190
|
}>, t.PartialC<{
|
2134
2191
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2178,7 +2235,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2178
2235
|
customTx: t.LiteralC<"customTx">;
|
2179
2236
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2180
2237
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2181
|
-
|
2238
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2182
2239
|
}>;
|
2183
2240
|
}>, t.PartialC<{
|
2184
2241
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2223,7 +2280,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2223
2280
|
customTx: t.LiteralC<"customTx">;
|
2224
2281
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2225
2282
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2226
|
-
|
2283
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2227
2284
|
}>;
|
2228
2285
|
}>, t.PartialC<{
|
2229
2286
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2282,7 +2339,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2282
2339
|
customTx: t.LiteralC<"customTx">;
|
2283
2340
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2284
2341
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2285
|
-
|
2342
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2286
2343
|
}>;
|
2287
2344
|
}>, t.PartialC<{
|
2288
2345
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2342,7 +2399,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2342
2399
|
customTx: t.LiteralC<"customTx">;
|
2343
2400
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2344
2401
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2345
|
-
|
2402
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2346
2403
|
}>;
|
2347
2404
|
}>, t.PartialC<{
|
2348
2405
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2402,7 +2459,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2402
2459
|
customTx: t.LiteralC<"customTx">;
|
2403
2460
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2404
2461
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2405
|
-
|
2462
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2406
2463
|
}>;
|
2407
2464
|
}>, t.PartialC<{
|
2408
2465
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2470,7 +2527,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2470
2527
|
customTx: t.LiteralC<"customTx">;
|
2471
2528
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2472
2529
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2473
|
-
|
2530
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2474
2531
|
}>;
|
2475
2532
|
}>, t.PartialC<{
|
2476
2533
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2523,7 +2580,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2523
2580
|
customTx: t.LiteralC<"customTx">;
|
2524
2581
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2525
2582
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2526
|
-
|
2583
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2527
2584
|
}>;
|
2528
2585
|
}>, t.PartialC<{
|
2529
2586
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2584,7 +2641,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2584
2641
|
customTx: t.LiteralC<"customTx">;
|
2585
2642
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2586
2643
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2587
|
-
|
2644
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2588
2645
|
}>;
|
2589
2646
|
}>, t.PartialC<{
|
2590
2647
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2667,7 +2724,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2667
2724
|
customTx: t.LiteralC<"customTx">;
|
2668
2725
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2669
2726
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2670
|
-
|
2727
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2671
2728
|
}>;
|
2672
2729
|
}>, t.PartialC<{
|
2673
2730
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2717,7 +2774,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2717
2774
|
customTx: t.LiteralC<"customTx">;
|
2718
2775
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2719
2776
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2720
|
-
|
2777
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2721
2778
|
}>;
|
2722
2779
|
}>, t.PartialC<{
|
2723
2780
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2764,7 +2821,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2764
2821
|
customTx: t.LiteralC<"customTx">;
|
2765
2822
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2766
2823
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2767
|
-
|
2824
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2768
2825
|
}>;
|
2769
2826
|
}>, t.PartialC<{
|
2770
2827
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2812,7 +2869,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2812
2869
|
customTx: t.LiteralC<"customTx">;
|
2813
2870
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2814
2871
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2815
|
-
|
2872
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2816
2873
|
}>;
|
2817
2874
|
}>, t.PartialC<{
|
2818
2875
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2873,7 +2930,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2873
2930
|
customTx: t.LiteralC<"customTx">;
|
2874
2931
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2875
2932
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2876
|
-
|
2933
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2877
2934
|
}>;
|
2878
2935
|
}>, t.PartialC<{
|
2879
2936
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2926,7 +2983,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2926
2983
|
customTx: t.LiteralC<"customTx">;
|
2927
2984
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2928
2985
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2929
|
-
|
2986
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2930
2987
|
}>;
|
2931
2988
|
}>, t.PartialC<{
|
2932
2989
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3026,7 +3083,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3026
3083
|
customTx: t.LiteralC<"customTx">;
|
3027
3084
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3028
3085
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3029
|
-
|
3086
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3030
3087
|
}>;
|
3031
3088
|
}>, t.PartialC<{
|
3032
3089
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3135,7 +3192,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3135
3192
|
customTx: t.LiteralC<"customTx">;
|
3136
3193
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3137
3194
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3138
|
-
|
3195
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3139
3196
|
}>;
|
3140
3197
|
}>, t.PartialC<{
|
3141
3198
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3179,7 +3236,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3179
3236
|
customTx: t.LiteralC<"customTx">;
|
3180
3237
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3181
3238
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3182
|
-
|
3239
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3183
3240
|
}>;
|
3184
3241
|
}>, t.PartialC<{
|
3185
3242
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3218,7 +3275,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3218
3275
|
customTx: t.LiteralC<"customTx">;
|
3219
3276
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3220
3277
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3221
|
-
|
3278
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3222
3279
|
}>;
|
3223
3280
|
}>, t.PartialC<{
|
3224
3281
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3265,7 +3322,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3265
3322
|
customTx: t.LiteralC<"customTx">;
|
3266
3323
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3267
3324
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3268
|
-
|
3325
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3269
3326
|
}>;
|
3270
3327
|
}>, t.PartialC<{
|
3271
3328
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3322,7 +3379,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3322
3379
|
customTx: t.LiteralC<"customTx">;
|
3323
3380
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3324
3381
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3325
|
-
|
3382
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3326
3383
|
}>;
|
3327
3384
|
}>, t.PartialC<{
|
3328
3385
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3366,7 +3423,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3366
3423
|
customTx: t.LiteralC<"customTx">;
|
3367
3424
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3368
3425
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3369
|
-
|
3426
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3370
3427
|
}>;
|
3371
3428
|
}>, t.PartialC<{
|
3372
3429
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3445,7 +3502,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3445
3502
|
customTx: t.LiteralC<"customTx">;
|
3446
3503
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3447
3504
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3448
|
-
|
3505
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3449
3506
|
}>;
|
3450
3507
|
}>, t.PartialC<{
|
3451
3508
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3506,7 +3563,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3506
3563
|
customTx: t.LiteralC<"customTx">;
|
3507
3564
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3508
3565
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3509
|
-
|
3566
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3510
3567
|
}>;
|
3511
3568
|
}>, t.PartialC<{
|
3512
3569
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3549,7 +3606,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3549
3606
|
customTx: t.LiteralC<"customTx">;
|
3550
3607
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3551
3608
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3552
|
-
|
3609
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3553
3610
|
}>;
|
3554
3611
|
}>, t.PartialC<{
|
3555
3612
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3611,7 +3668,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3611
3668
|
customTx: t.LiteralC<"customTx">;
|
3612
3669
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3613
3670
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3614
|
-
|
3671
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3615
3672
|
}>;
|
3616
3673
|
}>, t.PartialC<{
|
3617
3674
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3662,7 +3719,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3662
3719
|
customTx: t.LiteralC<"customTx">;
|
3663
3720
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3664
3721
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3665
|
-
|
3722
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3666
3723
|
}>;
|
3667
3724
|
}>, t.PartialC<{
|
3668
3725
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3760,7 +3817,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3760
3817
|
customTx: t.LiteralC<"customTx">;
|
3761
3818
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3762
3819
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3763
|
-
|
3820
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3764
3821
|
}>;
|
3765
3822
|
}>, t.PartialC<{
|
3766
3823
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3809,7 +3866,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3809
3866
|
customTx: t.LiteralC<"customTx">;
|
3810
3867
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3811
3868
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3812
|
-
|
3869
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3813
3870
|
}>;
|
3814
3871
|
}>, t.PartialC<{
|
3815
3872
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3868,7 +3925,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3868
3925
|
customTx: t.LiteralC<"customTx">;
|
3869
3926
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3870
3927
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3871
|
-
|
3928
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3872
3929
|
}>;
|
3873
3930
|
}>, t.PartialC<{
|
3874
3931
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3915,7 +3972,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3915
3972
|
customTx: t.LiteralC<"customTx">;
|
3916
3973
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3917
3974
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3918
|
-
|
3975
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3919
3976
|
}>;
|
3920
3977
|
}>, t.PartialC<{
|
3921
3978
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3956,7 +4013,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3956
4013
|
customTx: t.LiteralC<"customTx">;
|
3957
4014
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3958
4015
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3959
|
-
|
4016
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3960
4017
|
}>;
|
3961
4018
|
}>, t.PartialC<{
|
3962
4019
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3999,7 +4056,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3999
4056
|
customTx: t.LiteralC<"customTx">;
|
4000
4057
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4001
4058
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4002
|
-
|
4059
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4003
4060
|
}>;
|
4004
4061
|
}>, t.PartialC<{
|
4005
4062
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4049,7 +4106,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4049
4106
|
customTx: t.LiteralC<"customTx">;
|
4050
4107
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4051
4108
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4052
|
-
|
4109
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4053
4110
|
}>;
|
4054
4111
|
}>, t.PartialC<{
|
4055
4112
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4099,7 +4156,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4099
4156
|
customTx: t.LiteralC<"customTx">;
|
4100
4157
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4101
4158
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4102
|
-
|
4159
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4103
4160
|
}>;
|
4104
4161
|
}>, t.PartialC<{
|
4105
4162
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4144,7 +4201,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4144
4201
|
customTx: t.LiteralC<"customTx">;
|
4145
4202
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4146
4203
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4147
|
-
|
4204
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4148
4205
|
}>;
|
4149
4206
|
}>, t.PartialC<{
|
4150
4207
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4185,7 +4242,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4185
4242
|
customTx: t.LiteralC<"customTx">;
|
4186
4243
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4187
4244
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4188
|
-
|
4245
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4189
4246
|
}>;
|
4190
4247
|
}>, t.PartialC<{
|
4191
4248
|
recipients: t.UnionC<[t.Type<({
|
@@ -4248,7 +4305,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4248
4305
|
customTx: t.LiteralC<"customTx">;
|
4249
4306
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4250
4307
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4251
|
-
|
4308
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4252
4309
|
}>;
|
4253
4310
|
}>, t.PartialC<{
|
4254
4311
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4319,7 +4376,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4319
4376
|
customTx: t.LiteralC<"customTx">;
|
4320
4377
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4321
4378
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4322
|
-
|
4379
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4323
4380
|
}>;
|
4324
4381
|
}>, t.PartialC<{
|
4325
4382
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4400,7 +4457,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4400
4457
|
customTx: t.LiteralC<"customTx">;
|
4401
4458
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4402
4459
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4403
|
-
|
4460
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4404
4461
|
}>;
|
4405
4462
|
}>, t.PartialC<{
|
4406
4463
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4453,7 +4510,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4453
4510
|
customTx: t.LiteralC<"customTx">;
|
4454
4511
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4455
4512
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4456
|
-
|
4513
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4457
4514
|
}>;
|
4458
4515
|
}>, t.PartialC<{
|
4459
4516
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4516,7 +4573,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4516
4573
|
customTx: t.LiteralC<"customTx">;
|
4517
4574
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4518
4575
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4519
|
-
|
4576
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4520
4577
|
}>;
|
4521
4578
|
}>, t.PartialC<{
|
4522
4579
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|