@bitgo/public-types 4.19.0 → 4.21.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 +62 -0
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.js +36 -0
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/icpSignatures.d.ts +17 -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 +3 -0
- package/dist/src/schema/transactionRequest/intents/index.js +3 -0
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +186 -70
- package/dist/src/schema/transactionRequest/intents/intent.js +4 -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/icpPaymentIntent.ts +15 -0
- package/src/schema/transactionRequest/intents/icpSignatures.ts +25 -0
- package/src/schema/transactionRequest/intents/index.ts +3 -0
- package/src/schema/transactionRequest/intents/intent.ts +4 -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]>;
|
@@ -2069,7 +2069,123 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2069
2069
|
customTx: t.LiteralC<"customTx">;
|
2070
2070
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2071
2071
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2072
|
-
|
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<{
|
2097
|
+
intentType: t.KeyofC<{
|
2098
|
+
payment: t.LiteralC<"payment">;
|
2099
|
+
transferToken: t.LiteralC<"transferToken">;
|
2100
|
+
consolidate: t.LiteralC<"consolidate">;
|
2101
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
2102
|
+
fanout: t.LiteralC<"fanout">;
|
2103
|
+
stake: t.LiteralC<"stake">;
|
2104
|
+
unstake: t.LiteralC<"unstake">;
|
2105
|
+
delegate: t.LiteralC<"delegate">;
|
2106
|
+
undelegate: t.LiteralC<"undelegate">;
|
2107
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
2108
|
+
claim: t.LiteralC<"claim">;
|
2109
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
2110
|
+
pledge: t.LiteralC<"pledge">;
|
2111
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
2112
|
+
vote: t.LiteralC<"vote">;
|
2113
|
+
createAccount: t.LiteralC<"createAccount">;
|
2114
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
2115
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
2116
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
2117
|
+
signMessage: t.LiteralC<"signMessage">;
|
2118
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
2119
|
+
enableToken: t.LiteralC<"enableToken">;
|
2120
|
+
authorize: t.LiteralC<"authorize">;
|
2121
|
+
acceleration: t.LiteralC<"acceleration">;
|
2122
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
2123
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
2124
|
+
contractCall: t.LiteralC<"contractCall">;
|
2125
|
+
deactivate: t.LiteralC<"deactivate">;
|
2126
|
+
customTx: t.LiteralC<"customTx">;
|
2127
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2128
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2129
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2130
|
+
}>;
|
2131
|
+
}>, t.PartialC<{
|
2132
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2133
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2134
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
2135
|
+
}>]>, t.TypeC<{
|
2136
|
+
intentType: t.LiteralC<"payment">;
|
2137
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
2138
|
+
address: t.PartialC<{
|
2139
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2140
|
+
option: t.UnionC<[t.Type<{
|
2141
|
+
[x: string]: unknown;
|
2142
|
+
}, {
|
2143
|
+
[x: string]: unknown;
|
2144
|
+
}, unknown>, t.UndefinedC]>;
|
2145
|
+
}>;
|
2146
|
+
amount: t.TypeC<{
|
2147
|
+
value: t.StringC;
|
2148
|
+
symbol: t.StringC;
|
2149
|
+
}>;
|
2150
|
+
}>, t.PartialC<{
|
2151
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2152
|
+
}>]>>;
|
2153
|
+
}>]>, t.PartialC<{
|
2154
|
+
memo: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
2155
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
2156
|
+
intentType: t.KeyofC<{
|
2157
|
+
payment: t.LiteralC<"payment">;
|
2158
|
+
transferToken: t.LiteralC<"transferToken">;
|
2159
|
+
consolidate: t.LiteralC<"consolidate">;
|
2160
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
2161
|
+
fanout: t.LiteralC<"fanout">;
|
2162
|
+
stake: t.LiteralC<"stake">;
|
2163
|
+
unstake: t.LiteralC<"unstake">;
|
2164
|
+
delegate: t.LiteralC<"delegate">;
|
2165
|
+
undelegate: t.LiteralC<"undelegate">;
|
2166
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
2167
|
+
claim: t.LiteralC<"claim">;
|
2168
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
2169
|
+
pledge: t.LiteralC<"pledge">;
|
2170
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
2171
|
+
vote: t.LiteralC<"vote">;
|
2172
|
+
createAccount: t.LiteralC<"createAccount">;
|
2173
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
2174
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
2175
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
2176
|
+
signMessage: t.LiteralC<"signMessage">;
|
2177
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
2178
|
+
enableToken: t.LiteralC<"enableToken">;
|
2179
|
+
authorize: t.LiteralC<"authorize">;
|
2180
|
+
acceleration: t.LiteralC<"acceleration">;
|
2181
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
2182
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
2183
|
+
contractCall: t.LiteralC<"contractCall">;
|
2184
|
+
deactivate: t.LiteralC<"deactivate">;
|
2185
|
+
customTx: t.LiteralC<"customTx">;
|
2186
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2187
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2188
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2073
2189
|
}>;
|
2074
2190
|
}>, t.PartialC<{
|
2075
2191
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2119,7 +2235,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2119
2235
|
customTx: t.LiteralC<"customTx">;
|
2120
2236
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2121
2237
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2122
|
-
|
2238
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2123
2239
|
}>;
|
2124
2240
|
}>, t.PartialC<{
|
2125
2241
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2164,7 +2280,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2164
2280
|
customTx: t.LiteralC<"customTx">;
|
2165
2281
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2166
2282
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2167
|
-
|
2283
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2168
2284
|
}>;
|
2169
2285
|
}>, t.PartialC<{
|
2170
2286
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2223,7 +2339,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2223
2339
|
customTx: t.LiteralC<"customTx">;
|
2224
2340
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2225
2341
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2226
|
-
|
2342
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2227
2343
|
}>;
|
2228
2344
|
}>, t.PartialC<{
|
2229
2345
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2283,7 +2399,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2283
2399
|
customTx: t.LiteralC<"customTx">;
|
2284
2400
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2285
2401
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2286
|
-
|
2402
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2287
2403
|
}>;
|
2288
2404
|
}>, t.PartialC<{
|
2289
2405
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2343,7 +2459,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2343
2459
|
customTx: t.LiteralC<"customTx">;
|
2344
2460
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2345
2461
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2346
|
-
|
2462
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2347
2463
|
}>;
|
2348
2464
|
}>, t.PartialC<{
|
2349
2465
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2411,7 +2527,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2411
2527
|
customTx: t.LiteralC<"customTx">;
|
2412
2528
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2413
2529
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2414
|
-
|
2530
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2415
2531
|
}>;
|
2416
2532
|
}>, t.PartialC<{
|
2417
2533
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2464,7 +2580,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2464
2580
|
customTx: t.LiteralC<"customTx">;
|
2465
2581
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2466
2582
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2467
|
-
|
2583
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2468
2584
|
}>;
|
2469
2585
|
}>, t.PartialC<{
|
2470
2586
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2525,7 +2641,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2525
2641
|
customTx: t.LiteralC<"customTx">;
|
2526
2642
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2527
2643
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2528
|
-
|
2644
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2529
2645
|
}>;
|
2530
2646
|
}>, t.PartialC<{
|
2531
2647
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2608,7 +2724,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2608
2724
|
customTx: t.LiteralC<"customTx">;
|
2609
2725
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2610
2726
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2611
|
-
|
2727
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2612
2728
|
}>;
|
2613
2729
|
}>, t.PartialC<{
|
2614
2730
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2658,7 +2774,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2658
2774
|
customTx: t.LiteralC<"customTx">;
|
2659
2775
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2660
2776
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2661
|
-
|
2777
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2662
2778
|
}>;
|
2663
2779
|
}>, t.PartialC<{
|
2664
2780
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2705,7 +2821,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2705
2821
|
customTx: t.LiteralC<"customTx">;
|
2706
2822
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2707
2823
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2708
|
-
|
2824
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2709
2825
|
}>;
|
2710
2826
|
}>, t.PartialC<{
|
2711
2827
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2753,7 +2869,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2753
2869
|
customTx: t.LiteralC<"customTx">;
|
2754
2870
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2755
2871
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2756
|
-
|
2872
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2757
2873
|
}>;
|
2758
2874
|
}>, t.PartialC<{
|
2759
2875
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2814,7 +2930,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2814
2930
|
customTx: t.LiteralC<"customTx">;
|
2815
2931
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2816
2932
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2817
|
-
|
2933
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2818
2934
|
}>;
|
2819
2935
|
}>, t.PartialC<{
|
2820
2936
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2867,7 +2983,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2867
2983
|
customTx: t.LiteralC<"customTx">;
|
2868
2984
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2869
2985
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2870
|
-
|
2986
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2871
2987
|
}>;
|
2872
2988
|
}>, t.PartialC<{
|
2873
2989
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2967,7 +3083,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2967
3083
|
customTx: t.LiteralC<"customTx">;
|
2968
3084
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2969
3085
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2970
|
-
|
3086
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2971
3087
|
}>;
|
2972
3088
|
}>, t.PartialC<{
|
2973
3089
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3076,7 +3192,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3076
3192
|
customTx: t.LiteralC<"customTx">;
|
3077
3193
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3078
3194
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3079
|
-
|
3195
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3080
3196
|
}>;
|
3081
3197
|
}>, t.PartialC<{
|
3082
3198
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3120,7 +3236,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3120
3236
|
customTx: t.LiteralC<"customTx">;
|
3121
3237
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3122
3238
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3123
|
-
|
3239
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3124
3240
|
}>;
|
3125
3241
|
}>, t.PartialC<{
|
3126
3242
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3159,7 +3275,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3159
3275
|
customTx: t.LiteralC<"customTx">;
|
3160
3276
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3161
3277
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3162
|
-
|
3278
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3163
3279
|
}>;
|
3164
3280
|
}>, t.PartialC<{
|
3165
3281
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3206,7 +3322,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3206
3322
|
customTx: t.LiteralC<"customTx">;
|
3207
3323
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3208
3324
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3209
|
-
|
3325
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3210
3326
|
}>;
|
3211
3327
|
}>, t.PartialC<{
|
3212
3328
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3263,7 +3379,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3263
3379
|
customTx: t.LiteralC<"customTx">;
|
3264
3380
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3265
3381
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3266
|
-
|
3382
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3267
3383
|
}>;
|
3268
3384
|
}>, t.PartialC<{
|
3269
3385
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3307,7 +3423,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3307
3423
|
customTx: t.LiteralC<"customTx">;
|
3308
3424
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3309
3425
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3310
|
-
|
3426
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3311
3427
|
}>;
|
3312
3428
|
}>, t.PartialC<{
|
3313
3429
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3386,7 +3502,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3386
3502
|
customTx: t.LiteralC<"customTx">;
|
3387
3503
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3388
3504
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3389
|
-
|
3505
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3390
3506
|
}>;
|
3391
3507
|
}>, t.PartialC<{
|
3392
3508
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3447,7 +3563,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3447
3563
|
customTx: t.LiteralC<"customTx">;
|
3448
3564
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3449
3565
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3450
|
-
|
3566
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3451
3567
|
}>;
|
3452
3568
|
}>, t.PartialC<{
|
3453
3569
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3490,7 +3606,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3490
3606
|
customTx: t.LiteralC<"customTx">;
|
3491
3607
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3492
3608
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3493
|
-
|
3609
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3494
3610
|
}>;
|
3495
3611
|
}>, t.PartialC<{
|
3496
3612
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3552,7 +3668,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3552
3668
|
customTx: t.LiteralC<"customTx">;
|
3553
3669
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3554
3670
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3555
|
-
|
3671
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3556
3672
|
}>;
|
3557
3673
|
}>, t.PartialC<{
|
3558
3674
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3603,7 +3719,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3603
3719
|
customTx: t.LiteralC<"customTx">;
|
3604
3720
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3605
3721
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3606
|
-
|
3722
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3607
3723
|
}>;
|
3608
3724
|
}>, t.PartialC<{
|
3609
3725
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3701,7 +3817,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3701
3817
|
customTx: t.LiteralC<"customTx">;
|
3702
3818
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3703
3819
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3704
|
-
|
3820
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3705
3821
|
}>;
|
3706
3822
|
}>, t.PartialC<{
|
3707
3823
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3750,7 +3866,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3750
3866
|
customTx: t.LiteralC<"customTx">;
|
3751
3867
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3752
3868
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3753
|
-
|
3869
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3754
3870
|
}>;
|
3755
3871
|
}>, t.PartialC<{
|
3756
3872
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3809,7 +3925,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3809
3925
|
customTx: t.LiteralC<"customTx">;
|
3810
3926
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3811
3927
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3812
|
-
|
3928
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3813
3929
|
}>;
|
3814
3930
|
}>, t.PartialC<{
|
3815
3931
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3856,7 +3972,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3856
3972
|
customTx: t.LiteralC<"customTx">;
|
3857
3973
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3858
3974
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3859
|
-
|
3975
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3860
3976
|
}>;
|
3861
3977
|
}>, t.PartialC<{
|
3862
3978
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3897,7 +4013,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3897
4013
|
customTx: t.LiteralC<"customTx">;
|
3898
4014
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3899
4015
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3900
|
-
|
4016
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3901
4017
|
}>;
|
3902
4018
|
}>, t.PartialC<{
|
3903
4019
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3940,7 +4056,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3940
4056
|
customTx: t.LiteralC<"customTx">;
|
3941
4057
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3942
4058
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3943
|
-
|
4059
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3944
4060
|
}>;
|
3945
4061
|
}>, t.PartialC<{
|
3946
4062
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3990,7 +4106,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3990
4106
|
customTx: t.LiteralC<"customTx">;
|
3991
4107
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3992
4108
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3993
|
-
|
4109
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3994
4110
|
}>;
|
3995
4111
|
}>, t.PartialC<{
|
3996
4112
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4040,7 +4156,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4040
4156
|
customTx: t.LiteralC<"customTx">;
|
4041
4157
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4042
4158
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4043
|
-
|
4159
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4044
4160
|
}>;
|
4045
4161
|
}>, t.PartialC<{
|
4046
4162
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4085,7 +4201,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4085
4201
|
customTx: t.LiteralC<"customTx">;
|
4086
4202
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4087
4203
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4088
|
-
|
4204
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4089
4205
|
}>;
|
4090
4206
|
}>, t.PartialC<{
|
4091
4207
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4126,7 +4242,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4126
4242
|
customTx: t.LiteralC<"customTx">;
|
4127
4243
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4128
4244
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4129
|
-
|
4245
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4130
4246
|
}>;
|
4131
4247
|
}>, t.PartialC<{
|
4132
4248
|
recipients: t.UnionC<[t.Type<({
|
@@ -4189,7 +4305,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4189
4305
|
customTx: t.LiteralC<"customTx">;
|
4190
4306
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4191
4307
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4192
|
-
|
4308
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4193
4309
|
}>;
|
4194
4310
|
}>, t.PartialC<{
|
4195
4311
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4260,7 +4376,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4260
4376
|
customTx: t.LiteralC<"customTx">;
|
4261
4377
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4262
4378
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4263
|
-
|
4379
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4264
4380
|
}>;
|
4265
4381
|
}>, t.PartialC<{
|
4266
4382
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4341,7 +4457,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4341
4457
|
customTx: t.LiteralC<"customTx">;
|
4342
4458
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4343
4459
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4344
|
-
|
4460
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4345
4461
|
}>;
|
4346
4462
|
}>, t.PartialC<{
|
4347
4463
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4394,7 +4510,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4394
4510
|
customTx: t.LiteralC<"customTx">;
|
4395
4511
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4396
4512
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4397
|
-
|
4513
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4398
4514
|
}>;
|
4399
4515
|
}>, t.PartialC<{
|
4400
4516
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4457,7 +4573,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4457
4573
|
customTx: t.LiteralC<"customTx">;
|
4458
4574
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4459
4575
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4460
|
-
|
4576
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4461
4577
|
}>;
|
4462
4578
|
}>, t.PartialC<{
|
4463
4579
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|