@bitgo/public-types 4.23.0 → 4.25.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 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/accountBaseUpdateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaPledgeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/adaVoteDelegationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.d.ts +48 -0
- package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.js +37 -0
- package/dist/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/baseIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/baseStakeIntentWithCalldata.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/beraDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscStakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/consolidateTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoClaimIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/coredaoUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/enableTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethLikeStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/fillNonceIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/icpPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/index.js +1 -0
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +118 -0
- 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 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js +1 -0
- package/dist/src/schema/transactionRequest/intents/intentType.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/paymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/signMessageIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solClaimIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.js +1 -0
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/stakeClaimRewardsIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/stakeSwitchValidatorIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/substrateBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/substratePaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiBuildOptions.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/suiStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoStakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/taoStakingBaseIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/taoUnstakeIntent.d.ts +2 -0
- package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/transferTokenIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/unstakeIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/voteDelegationIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusStakingIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusUndelegateIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/walrusWithdrawIntent.d.ts +1 -0
- package/dist/src/schema/transactionRequest/intents/withdrawIntent.d.ts +1 -0
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.ts +20 -0
- package/src/schema/transactionRequest/intents/index.ts +1 -0
- package/src/schema/transactionRequest/intents/intent.ts +2 -0
- package/src/schema/transactionRequest/intents/intentType.ts +1 -0
- package/src/schema/transactionRequest/intents/solUnstakeIntent.ts +1 -0
@@ -71,6 +71,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
71
71
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
72
72
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
73
73
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
74
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
74
75
|
}>;
|
75
76
|
}>, t.PartialC<{
|
76
77
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -130,6 +131,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
130
131
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
131
132
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
132
133
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
134
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
133
135
|
}>;
|
134
136
|
}>, t.PartialC<{
|
135
137
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -177,6 +179,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
177
179
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
178
180
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
179
181
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
182
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
180
183
|
}>;
|
181
184
|
}>, t.PartialC<{
|
182
185
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -231,6 +234,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
231
234
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
232
235
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
233
236
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
237
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
234
238
|
}>;
|
235
239
|
}>, t.PartialC<{
|
236
240
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -284,6 +288,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
284
288
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
285
289
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
286
290
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
291
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
287
292
|
}>;
|
288
293
|
}>, t.PartialC<{
|
289
294
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -329,6 +334,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
329
334
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
330
335
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
331
336
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
337
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
332
338
|
}>;
|
333
339
|
}>, t.PartialC<{
|
334
340
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -388,6 +394,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
388
394
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
389
395
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
390
396
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
397
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
391
398
|
}>;
|
392
399
|
}>, t.PartialC<{
|
393
400
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -465,6 +472,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
465
472
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
466
473
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
467
474
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
475
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
468
476
|
}>;
|
469
477
|
}>, t.PartialC<{
|
470
478
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -542,6 +550,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
542
550
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
543
551
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
544
552
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
553
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
545
554
|
}>;
|
546
555
|
}>, t.PartialC<{
|
547
556
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -599,6 +608,52 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
599
608
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
600
609
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
601
610
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
611
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
612
|
+
}>;
|
613
|
+
}>, t.PartialC<{
|
614
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
615
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
616
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
617
|
+
}>]>, t.TypeC<{
|
618
|
+
stakingRequestId: t.StringC;
|
619
|
+
}>]>, t.TypeC<{
|
620
|
+
intentType: t.LiteralC<"createBtcDelegation">;
|
621
|
+
createBtcDelegationBytes: t.StringC;
|
622
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
623
|
+
intentType: t.KeyofC<{
|
624
|
+
payment: t.LiteralC<"payment">;
|
625
|
+
transferToken: t.LiteralC<"transferToken">;
|
626
|
+
consolidate: t.LiteralC<"consolidate">;
|
627
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
628
|
+
fanout: t.LiteralC<"fanout">;
|
629
|
+
stake: t.LiteralC<"stake">;
|
630
|
+
unstake: t.LiteralC<"unstake">;
|
631
|
+
delegate: t.LiteralC<"delegate">;
|
632
|
+
undelegate: t.LiteralC<"undelegate">;
|
633
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
634
|
+
claim: t.LiteralC<"claim">;
|
635
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
636
|
+
pledge: t.LiteralC<"pledge">;
|
637
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
638
|
+
vote: t.LiteralC<"vote">;
|
639
|
+
createAccount: t.LiteralC<"createAccount">;
|
640
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
641
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
642
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
643
|
+
signMessage: t.LiteralC<"signMessage">;
|
644
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
645
|
+
enableToken: t.LiteralC<"enableToken">;
|
646
|
+
authorize: t.LiteralC<"authorize">;
|
647
|
+
acceleration: t.LiteralC<"acceleration">;
|
648
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
649
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
650
|
+
contractCall: t.LiteralC<"contractCall">;
|
651
|
+
deactivate: t.LiteralC<"deactivate">;
|
652
|
+
customTx: t.LiteralC<"customTx">;
|
653
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
654
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
655
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
656
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
602
657
|
}>;
|
603
658
|
}>, t.PartialC<{
|
604
659
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -650,6 +705,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
650
705
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
651
706
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
652
707
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
708
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
653
709
|
}>;
|
654
710
|
}>, t.PartialC<{
|
655
711
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -700,6 +756,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
700
756
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
701
757
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
702
758
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
759
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
703
760
|
}>;
|
704
761
|
}>, t.PartialC<{
|
705
762
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -754,6 +811,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
754
811
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
755
812
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
756
813
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
814
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
757
815
|
}>;
|
758
816
|
}>, t.PartialC<{
|
759
817
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -813,6 +871,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
813
871
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
814
872
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
815
873
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
874
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
816
875
|
}>;
|
817
876
|
}>, t.PartialC<{
|
818
877
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -889,6 +948,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
889
948
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
890
949
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
891
950
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
951
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
892
952
|
}>;
|
893
953
|
}>, t.PartialC<{
|
894
954
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -938,6 +998,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
938
998
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
939
999
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
940
1000
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1001
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
941
1002
|
}>;
|
942
1003
|
}>, t.PartialC<{
|
943
1004
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1014,6 +1075,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1014
1075
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1015
1076
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1016
1077
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1078
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1017
1079
|
}>;
|
1018
1080
|
}>, t.PartialC<{
|
1019
1081
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1103,6 +1165,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1103
1165
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1104
1166
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1105
1167
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1168
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1106
1169
|
}>;
|
1107
1170
|
}>, t.PartialC<{
|
1108
1171
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1196,6 +1259,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1196
1259
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1197
1260
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1198
1261
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1262
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1199
1263
|
}>;
|
1200
1264
|
}>, t.PartialC<{
|
1201
1265
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1277,6 +1341,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1277
1341
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1278
1342
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1279
1343
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1344
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1280
1345
|
}>;
|
1281
1346
|
}>, t.PartialC<{
|
1282
1347
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1345,6 +1410,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1345
1410
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1346
1411
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1347
1412
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1413
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1348
1414
|
}>;
|
1349
1415
|
}>, t.PartialC<{
|
1350
1416
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1412,6 +1478,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1412
1478
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1413
1479
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1414
1480
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1481
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1415
1482
|
}>;
|
1416
1483
|
}>, t.PartialC<{
|
1417
1484
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1479,6 +1546,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1479
1546
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1480
1547
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1481
1548
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1549
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1482
1550
|
}>;
|
1483
1551
|
}>, t.PartialC<{
|
1484
1552
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1618,6 +1686,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1618
1686
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1619
1687
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1620
1688
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1689
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1621
1690
|
}>;
|
1622
1691
|
}>, t.PartialC<{
|
1623
1692
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1724,6 +1793,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1724
1793
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1725
1794
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1726
1795
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1796
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1727
1797
|
}>;
|
1728
1798
|
}>, t.PartialC<{
|
1729
1799
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1789,6 +1859,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1789
1859
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1790
1860
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1791
1861
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1862
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1792
1863
|
}>;
|
1793
1864
|
}>, t.PartialC<{
|
1794
1865
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1883,6 +1954,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1883
1954
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1884
1955
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1885
1956
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
1957
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1886
1958
|
}>;
|
1887
1959
|
}>, t.PartialC<{
|
1888
1960
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -1966,6 +2038,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1966
2038
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
1967
2039
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
1968
2040
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2041
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
1969
2042
|
}>;
|
1970
2043
|
}>, t.PartialC<{
|
1971
2044
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2070,6 +2143,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2070
2143
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2071
2144
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2072
2145
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2146
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2073
2147
|
}>;
|
2074
2148
|
}>, t.PartialC<{
|
2075
2149
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2127,6 +2201,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2127
2201
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2128
2202
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2129
2203
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2204
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2130
2205
|
}>;
|
2131
2206
|
}>, t.PartialC<{
|
2132
2207
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2186,6 +2261,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2186
2261
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2187
2262
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2188
2263
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2264
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2189
2265
|
}>;
|
2190
2266
|
}>, t.PartialC<{
|
2191
2267
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2236,6 +2312,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2236
2312
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2237
2313
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2238
2314
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2315
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2239
2316
|
}>;
|
2240
2317
|
}>, t.PartialC<{
|
2241
2318
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2281,6 +2358,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2281
2358
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2282
2359
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2283
2360
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2361
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2284
2362
|
}>;
|
2285
2363
|
}>, t.PartialC<{
|
2286
2364
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2340,6 +2418,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2340
2418
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2341
2419
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2342
2420
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2421
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2343
2422
|
}>;
|
2344
2423
|
}>, t.PartialC<{
|
2345
2424
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2400,6 +2479,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2400
2479
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2401
2480
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2402
2481
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2482
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2403
2483
|
}>;
|
2404
2484
|
}>, t.PartialC<{
|
2405
2485
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2460,6 +2540,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2460
2540
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2461
2541
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2462
2542
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2543
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2463
2544
|
}>;
|
2464
2545
|
}>, t.PartialC<{
|
2465
2546
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2528,6 +2609,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2528
2609
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2529
2610
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2530
2611
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2612
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2531
2613
|
}>;
|
2532
2614
|
}>, t.PartialC<{
|
2533
2615
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2581,6 +2663,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2581
2663
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2582
2664
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2583
2665
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2666
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2584
2667
|
}>;
|
2585
2668
|
}>, t.PartialC<{
|
2586
2669
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2642,6 +2725,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2642
2725
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2643
2726
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2644
2727
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2728
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2645
2729
|
}>;
|
2646
2730
|
}>, t.PartialC<{
|
2647
2731
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2725,6 +2809,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2725
2809
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2726
2810
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2727
2811
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2812
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2728
2813
|
}>;
|
2729
2814
|
}>, t.PartialC<{
|
2730
2815
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2775,6 +2860,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2775
2860
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2776
2861
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2777
2862
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2863
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2778
2864
|
}>;
|
2779
2865
|
}>, t.PartialC<{
|
2780
2866
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2822,6 +2908,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2822
2908
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2823
2909
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2824
2910
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2911
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2825
2912
|
}>;
|
2826
2913
|
}>, t.PartialC<{
|
2827
2914
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2871,6 +2958,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2871
2958
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2872
2959
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2873
2960
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
2961
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2874
2962
|
}>;
|
2875
2963
|
}>, t.PartialC<{
|
2876
2964
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2932,6 +3020,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2932
3020
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2933
3021
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2934
3022
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3023
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2935
3024
|
}>;
|
2936
3025
|
}>, t.PartialC<{
|
2937
3026
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -2985,6 +3074,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2985
3074
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
2986
3075
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
2987
3076
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3077
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
2988
3078
|
}>;
|
2989
3079
|
}>, t.PartialC<{
|
2990
3080
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3015,6 +3105,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3015
3105
|
value: string;
|
3016
3106
|
symbol: string;
|
3017
3107
|
}, unknown>, t.UndefinedC]>;
|
3108
|
+
isMarinade: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
3018
3109
|
}>]>, t.IntersectionC<[t.PartialC<{
|
3019
3110
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
3020
3111
|
}>, t.TypeC<{
|
@@ -3085,6 +3176,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3085
3176
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3086
3177
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3087
3178
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3179
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3088
3180
|
}>;
|
3089
3181
|
}>, t.PartialC<{
|
3090
3182
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3194,6 +3286,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3194
3286
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3195
3287
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3196
3288
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3289
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3197
3290
|
}>;
|
3198
3291
|
}>, t.PartialC<{
|
3199
3292
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3238,6 +3331,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3238
3331
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3239
3332
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3240
3333
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3334
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3241
3335
|
}>;
|
3242
3336
|
}>, t.PartialC<{
|
3243
3337
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3277,6 +3371,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3277
3371
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3278
3372
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3279
3373
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3374
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3280
3375
|
}>;
|
3281
3376
|
}>, t.PartialC<{
|
3282
3377
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3324,6 +3419,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3324
3419
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3325
3420
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3326
3421
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3422
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3327
3423
|
}>;
|
3328
3424
|
}>, t.PartialC<{
|
3329
3425
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3381,6 +3477,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3381
3477
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3382
3478
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3383
3479
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3480
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3384
3481
|
}>;
|
3385
3482
|
}>, t.PartialC<{
|
3386
3483
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3425,6 +3522,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3425
3522
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3426
3523
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3427
3524
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3525
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3428
3526
|
}>;
|
3429
3527
|
}>, t.PartialC<{
|
3430
3528
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3504,6 +3602,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3504
3602
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3505
3603
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3506
3604
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3605
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3507
3606
|
}>;
|
3508
3607
|
}>, t.PartialC<{
|
3509
3608
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3565,6 +3664,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3565
3664
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3566
3665
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3567
3666
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3667
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3568
3668
|
}>;
|
3569
3669
|
}>, t.PartialC<{
|
3570
3670
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3608,6 +3708,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3608
3708
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3609
3709
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3610
3710
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3711
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3611
3712
|
}>;
|
3612
3713
|
}>, t.PartialC<{
|
3613
3714
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3670,6 +3771,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3670
3771
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3671
3772
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3672
3773
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3774
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3673
3775
|
}>;
|
3674
3776
|
}>, t.PartialC<{
|
3675
3777
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3721,6 +3823,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3721
3823
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3722
3824
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3723
3825
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3826
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3724
3827
|
}>;
|
3725
3828
|
}>, t.PartialC<{
|
3726
3829
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3819,6 +3922,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3819
3922
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3820
3923
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3821
3924
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3925
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3822
3926
|
}>;
|
3823
3927
|
}>, t.PartialC<{
|
3824
3928
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3868,6 +3972,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3868
3972
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3869
3973
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3870
3974
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
3975
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3871
3976
|
}>;
|
3872
3977
|
}>, t.PartialC<{
|
3873
3978
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3927,6 +4032,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3927
4032
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3928
4033
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3929
4034
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4035
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3930
4036
|
}>;
|
3931
4037
|
}>, t.PartialC<{
|
3932
4038
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -3974,6 +4080,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
3974
4080
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
3975
4081
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
3976
4082
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4083
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
3977
4084
|
}>;
|
3978
4085
|
}>, t.PartialC<{
|
3979
4086
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4015,6 +4122,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4015
4122
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4016
4123
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4017
4124
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4125
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4018
4126
|
}>;
|
4019
4127
|
}>, t.PartialC<{
|
4020
4128
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4058,6 +4166,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4058
4166
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4059
4167
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4060
4168
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4169
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4061
4170
|
}>;
|
4062
4171
|
}>, t.PartialC<{
|
4063
4172
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4108,6 +4217,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4108
4217
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4109
4218
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4110
4219
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4220
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4111
4221
|
}>;
|
4112
4222
|
}>, t.PartialC<{
|
4113
4223
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4158,6 +4268,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4158
4268
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4159
4269
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4160
4270
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4271
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4161
4272
|
}>;
|
4162
4273
|
}>, t.PartialC<{
|
4163
4274
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4203,6 +4314,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4203
4314
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4204
4315
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4205
4316
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4317
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4206
4318
|
}>;
|
4207
4319
|
}>, t.PartialC<{
|
4208
4320
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4244,6 +4356,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4244
4356
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4245
4357
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4246
4358
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4359
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4247
4360
|
}>;
|
4248
4361
|
}>, t.PartialC<{
|
4249
4362
|
recipients: t.UnionC<[t.Type<({
|
@@ -4307,6 +4420,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4307
4420
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4308
4421
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4309
4422
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4423
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4310
4424
|
}>;
|
4311
4425
|
}>, t.PartialC<{
|
4312
4426
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4378,6 +4492,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4378
4492
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4379
4493
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4380
4494
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4495
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4381
4496
|
}>;
|
4382
4497
|
}>, t.PartialC<{
|
4383
4498
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4459,6 +4574,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4459
4574
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4460
4575
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4461
4576
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4577
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4462
4578
|
}>;
|
4463
4579
|
}>, t.PartialC<{
|
4464
4580
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4512,6 +4628,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4512
4628
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4513
4629
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4514
4630
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4631
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4515
4632
|
}>;
|
4516
4633
|
}>, t.PartialC<{
|
4517
4634
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -4575,6 +4692,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
4575
4692
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
4576
4693
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
4577
4694
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
4695
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
4578
4696
|
}>;
|
4579
4697
|
}>, t.PartialC<{
|
4580
4698
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ const atomPaymentIntent_1 = require("./atomPaymentIntent");
|
|
33
33
|
const atomStakeIntent_1 = require("./atomStakeIntent");
|
34
34
|
const atomUnstakeIntent_1 = require("./atomUnstakeIntent");
|
35
35
|
const atomWithdrawIntent_1 = require("./atomWithdrawIntent");
|
36
|
+
const babyCreateBtcDelegationIntent_1 = require("./babyCreateBtcDelegationIntent");
|
36
37
|
const bscDelegateIntent_1 = require("./bscDelegateIntent");
|
37
38
|
const bscUndelegateIntent_1 = require("./bscUndelegateIntent");
|
38
39
|
const bscWithdrawUndelegateIntent_1 = require("./bscWithdrawUndelegateIntent");
|
@@ -109,6 +110,7 @@ exports.TransactionIntent = t.union([
|
|
109
110
|
atomStakeIntent_1.AtomStakeIntent,
|
110
111
|
atomUnstakeIntent_1.AtomUnstakeIntent,
|
111
112
|
atomWithdrawIntent_1.AtomWithdrawIntent,
|
113
|
+
babyCreateBtcDelegationIntent_1.BabyCreateBtcDelegationIntent,
|
112
114
|
bscDelegateIntent_1.BscDelegateIntent,
|
113
115
|
bscUndelegateIntent_1.BscUnDelegateIntent,
|
114
116
|
bscWithdrawUndelegateIntent_1.BscWithdrawUndelegateIntent,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iEAA8D;AAC9D,yDAAsD;AACtD,qDAAkD;AAClD,uEAAoE;AACpE,2DAAwD;AACxD,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,2DAAwD;AACxD,+DAA4D;AAC5D,+EAA4E;AAC5E,+DAA4D;AAC5D,2DAAwD;AACxD,+EAA4E;AAC5E,+DAA4D;AAC5D,iEAA8D;AAC9D,qEAAkE;AAClE,yDAAsD;AACtD,yDAAsD;AACtD,6DAA0D;AAC1D,qEAAkE;AAClE,mEAAgE;AAChE,6DAA0D;AAC1D,yDAAsD;AACtD,yDAAsD;AACtD,yEAAsE;AACtE,yDAAsD;AACtD,qEAAkE;AAClE,iEAA8D;AAC9D,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,6DAA0D;AAC1D,qDAAkD;AAClD,mGAAgG;AAChG,+DAA4D;AAC5D,2DAAwD;AACxD,yDAAsD;AACtD,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,6DAA0D;AAC1D,6EAA0E;AAC1E,qEAAkE;AAClE,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,+DAA4D;AAC5D,iEAA8D;AAC9D,iEAA8D;AAC9D,iEAA8D;AAC9D,6EAA0E;AAC1E,yDAAsD;AACtD,yDAAsD;AACtD,iEAA8D;AAC9D,yEAAsE;AACtE,iEAA8D;AAC9D,2EAAwE;AACxE,qEAAkE;AAClE,6CAA0C;AAC1C,iEAA8D;AAC9D,iGAA8F;AAC9F,+EAA4E;AAC5E,mEAAgE;AAChE,uEAAoE;AACpE,6DAA0D;AAC1D,6DAA0D;AAC1D,6DAA0D;AAC1D,+DAA4D;AAC5D,qEAAkE;AAClE,iEAA8D;AAEjD,QAAA,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,2CAAoB;IACpB,mCAAgB;IAChB,uDAA0B;IAC1B,+BAAc;IACd,mCAAgB;IAChB,iDAAuB;IACvB,qCAAiB;IACjB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,qCAAiB;IACjB,yCAAmB;IACnB,yDAA2B;IAC3B,yCAAmB;IACnB,qCAAiB;IACjB,yDAA2B;IAC3B,yCAAmB;IACnB,2CAAoB;IACpB,2CAAoB;IACpB,+CAAsB;IACtB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+CAAsB;IACtB,6CAAqB;IACrB,2CAAoB;IACpB,qDAAyB;IACzB,uCAAkB;IAClB,mCAAgB;IAChB,mCAAgB;IAChB,+CAAsB;IACtB,mDAAwB;IACxB,mCAAgB;IAChB,+CAAsB;IACtB,2CAAoB;IACpB,mDAAwB;IACxB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,uCAAkB;IAClB,+BAAc;IACd,2EAAoC;IACpC,2CAAoB;IACpB,6EAAqC;IACrC,yCAAmB;IACnB,qCAAiB;IACjB,mCAAgB;IAChB,+BAAc;IACd,mCAAgB;IAChB,uDAA0B;IAC1B,+CAAsB;IACtB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+BAAc;IACd,mCAAgB;IAChB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,yCAAmB;IACnB,2CAAoB;IACpB,yDAA2B;IAC3B,6CAAqB;IACrB,iDAAuB;IACvB,uCAAkB;IAClB,uCAAkB;IAClB,uCAAkB;IAClB,yCAAmB;IACnB,+CAAsB;IACtB,2CAAoB;IAKpB,uBAAU;CACX,CAAC,CAAC"}
|
1
|
+
{"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iEAA8D;AAC9D,yDAAsD;AACtD,qDAAkD;AAClD,uEAAoE;AACpE,2DAAwD;AACxD,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,mFAAgF;AAChF,2DAAwD;AACxD,+DAA4D;AAC5D,+EAA4E;AAC5E,+DAA4D;AAC5D,2DAAwD;AACxD,+EAA4E;AAC5E,+DAA4D;AAC5D,iEAA8D;AAC9D,qEAAkE;AAClE,yDAAsD;AACtD,yDAAsD;AACtD,6DAA0D;AAC1D,qEAAkE;AAClE,mEAAgE;AAChE,6DAA0D;AAC1D,yDAAsD;AACtD,yDAAsD;AACtD,yEAAsE;AACtE,yDAAsD;AACtD,qEAAkE;AAClE,iEAA8D;AAC9D,uDAAoD;AACpD,2DAAwD;AACxD,6DAA0D;AAC1D,6DAA0D;AAC1D,qDAAkD;AAClD,mGAAgG;AAChG,+DAA4D;AAC5D,2DAAwD;AACxD,yDAAsD;AACtD,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,6DAA0D;AAC1D,6EAA0E;AAC1E,qEAAkE;AAClE,qDAAkD;AAClD,yDAAsD;AACtD,2DAAwD;AACxD,yDAAsD;AACtD,+DAA4D;AAC5D,iEAA8D;AAC9D,iEAA8D;AAC9D,iEAA8D;AAC9D,6EAA0E;AAC1E,yDAAsD;AACtD,yDAAsD;AACtD,iEAA8D;AAC9D,yEAAsE;AACtE,iEAA8D;AAC9D,2EAAwE;AACxE,qEAAkE;AAClE,6CAA0C;AAC1C,iEAA8D;AAC9D,iGAA8F;AAC9F,+EAA4E;AAC5E,mEAAgE;AAChE,uEAAoE;AACpE,6DAA0D;AAC1D,6DAA0D;AAC1D,6DAA0D;AAC1D,+DAA4D;AAC5D,qEAAkE;AAClE,iEAA8D;AAEjD,QAAA,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC;IACvC,2CAAoB;IACpB,mCAAgB;IAChB,uDAA0B;IAC1B,+BAAc;IACd,mCAAgB;IAChB,iDAAuB;IACvB,qCAAiB;IACjB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,6DAA6B;IAC7B,qCAAiB;IACjB,yCAAmB;IACnB,yDAA2B;IAC3B,yCAAmB;IACnB,qCAAiB;IACjB,yDAA2B;IAC3B,yCAAmB;IACnB,2CAAoB;IACpB,2CAAoB;IACpB,+CAAsB;IACtB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+CAAsB;IACtB,6CAAqB;IACrB,2CAAoB;IACpB,qDAAyB;IACzB,uCAAkB;IAClB,mCAAgB;IAChB,mCAAgB;IAChB,+CAAsB;IACtB,mDAAwB;IACxB,mCAAgB;IAChB,+CAAsB;IACtB,2CAAoB;IACpB,mDAAwB;IACxB,iCAAe;IACf,qCAAiB;IACjB,uCAAkB;IAClB,uCAAkB;IAClB,+BAAc;IACd,2EAAoC;IACpC,2CAAoB;IACpB,6EAAqC;IACrC,yCAAmB;IACnB,qCAAiB;IACjB,mCAAgB;IAChB,+BAAc;IACd,mCAAgB;IAChB,uDAA0B;IAC1B,+CAAsB;IACtB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,mCAAgB;IAChB,uCAAkB;IAClB,+BAAc;IACd,mCAAgB;IAChB,2CAAoB;IACpB,qCAAiB;IACjB,mCAAgB;IAChB,yCAAmB;IACnB,2CAAoB;IACpB,yDAA2B;IAC3B,6CAAqB;IACrB,iDAAuB;IACvB,uCAAkB;IAClB,uCAAkB;IAClB,uCAAkB;IAClB,yCAAmB;IACnB,+CAAsB;IACtB,2CAAoB;IAKpB,uBAAU;CACX,CAAC,CAAC"}
|
@@ -32,6 +32,7 @@ export declare const intentTypes: {
|
|
32
32
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
33
33
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
34
34
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
35
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
35
36
|
};
|
36
37
|
export declare const IntentType: t.KeyofC<{
|
37
38
|
payment: t.LiteralC<"payment">;
|
@@ -66,5 +67,6 @@ export declare const IntentType: t.KeyofC<{
|
|
66
67
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
67
68
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
68
69
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
70
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
69
71
|
}>;
|
70
72
|
export type IntentType = t.TypeOf<typeof IntentType>;
|