@bitgo/public-types 4.24.0 → 4.26.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/lightning/payment.d.ts +14 -0
- package/dist/src/schema/lightning/payment.js +13 -1
- package/dist/src/schema/lightning/payment.js.map +1 -1
- 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 +169 -2
- 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 +53 -2
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.js +15 -6
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.js.map +1 -1
- 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 +1 -0
- 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/lightning/payment.ts +18 -0
- 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/lightningPaymentIntent.ts +19 -7
@@ -1,4 +1,18 @@
|
|
1
1
|
import * as t from "io-ts";
|
2
|
+
export declare const LightningOnchainRecipient: t.TypeC<{
|
3
|
+
amountSat: import("io-ts-types").BigIntFromStringC;
|
4
|
+
address: t.StringC;
|
5
|
+
}>;
|
6
|
+
export type LightningOnchainRecipient = t.TypeOf<typeof LightningOnchainRecipient>;
|
7
|
+
export declare const LightningOnchainRequest: t.IntersectionC<[t.TypeC<{
|
8
|
+
recipients: t.ArrayC<t.TypeC<{
|
9
|
+
amountSat: import("io-ts-types").BigIntFromStringC;
|
10
|
+
address: t.StringC;
|
11
|
+
}>>;
|
12
|
+
}>, t.PartialC<{
|
13
|
+
satsPerVbyte: import("io-ts-types").BigIntFromStringC;
|
14
|
+
}>]>;
|
15
|
+
export type LightningOnchainRequest = t.TypeOf<typeof LightningOnchainRequest>;
|
2
16
|
export declare const LightningPaymentRequest: t.IntersectionC<[t.TypeC<{
|
3
17
|
invoice: t.StringC;
|
4
18
|
}>, t.PartialC<{
|
@@ -23,9 +23,21 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
23
23
|
return result;
|
24
24
|
};
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
-
exports.LightningPaymentRequestWithSig = exports.LightningPaymentRequest = void 0;
|
26
|
+
exports.LightningPaymentRequestWithSig = exports.LightningPaymentRequest = exports.LightningOnchainRequest = exports.LightningOnchainRecipient = void 0;
|
27
27
|
const t = __importStar(require("io-ts"));
|
28
28
|
const io_ts_types_1 = require("io-ts-types");
|
29
|
+
exports.LightningOnchainRecipient = t.type({
|
30
|
+
amountSat: io_ts_types_1.BigIntFromString,
|
31
|
+
address: t.string,
|
32
|
+
});
|
33
|
+
exports.LightningOnchainRequest = t.intersection([
|
34
|
+
t.type({
|
35
|
+
recipients: t.array(exports.LightningOnchainRecipient),
|
36
|
+
}),
|
37
|
+
t.partial({
|
38
|
+
satsPerVbyte: io_ts_types_1.BigIntFromString,
|
39
|
+
}),
|
40
|
+
]);
|
29
41
|
exports.LightningPaymentRequest = t.intersection([
|
30
42
|
t.type({
|
31
43
|
invoice: t.string,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"payment.js","sourceRoot":"","sources":["../../../../src/schema/lightning/payment.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA+C;AAElC,QAAA,uBAAuB,GAAG,CAAC,CAAC,YAAY,CAAC;IACpD,CAAC,CAAC,IAAI,CAAC;QACL,OAAO,EAAE,CAAC,CAAC,MAAM;KAClB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,8BAAgB;QAC5B,YAAY,EAAE,8BAAgB;QAC9B,aAAa,EAAE,CAAC,CAAC,MAAM;KACxB,CAAC;CACH,CAAC,CAAC;AAEU,QAAA,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,aAAa,EAAE,+BAAuB;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM;CACpB,CAAC,CAAC"}
|
1
|
+
{"version":3,"file":"payment.js","sourceRoot":"","sources":["../../../../src/schema/lightning/payment.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA+C;AAElC,QAAA,yBAAyB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC9C,SAAS,EAAE,8BAAgB;IAC3B,OAAO,EAAE,CAAC,CAAC,MAAM;CAClB,CAAC,CAAC;AAKU,QAAA,uBAAuB,GAAG,CAAC,CAAC,YAAY,CAAC;IACpD,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,iCAAyB,CAAC;KAC/C,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,YAAY,EAAE,8BAAgB;KAC/B,CAAC;CACH,CAAC,CAAC;AAGU,QAAA,uBAAuB,GAAG,CAAC,CAAC,YAAY,CAAC;IACpD,CAAC,CAAC,IAAI,CAAC;QACL,OAAO,EAAE,CAAC,CAAC,MAAM;KAClB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,8BAAgB;QAC5B,YAAY,EAAE,8BAAgB;QAC9B,aAAa,EAAE,CAAC,CAAC,MAAM;KACxB,CAAC;CACH,CAAC,CAAC;AAEU,QAAA,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,aAAa,EAAE,+BAAuB;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM;CACpB,CAAC,CAAC"}
|
@@ -33,6 +33,7 @@ export declare const AccelerationIntent: t.IntersectionC<[t.IntersectionC<[t.Typ
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AccountBaseCreateAccountIntent: t.IntersectionC<[t.Intersec
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AccountBaseUpdateAccountIntent: t.IntersectionC<[t.Intersec
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AdaPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AdaPledgeIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AdaStakeClaimRewardsIntent: t.IntersectionC<[t.Intersection
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AdaStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AdaUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AdaVoteDelegationIntent: t.IntersectionC<[t.IntersectionC<[
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AtomPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AtomStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inters
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AtomUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const AtomWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.Int
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import * as t from "io-ts";
|
2
|
+
export declare const BabyCreateBtcDelegationIntent: t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
3
|
+
intentType: t.KeyofC<{
|
4
|
+
payment: t.LiteralC<"payment">;
|
5
|
+
transferToken: t.LiteralC<"transferToken">;
|
6
|
+
consolidate: t.LiteralC<"consolidate">;
|
7
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
8
|
+
fanout: t.LiteralC<"fanout">;
|
9
|
+
stake: t.LiteralC<"stake">;
|
10
|
+
unstake: t.LiteralC<"unstake">;
|
11
|
+
delegate: t.LiteralC<"delegate">;
|
12
|
+
undelegate: t.LiteralC<"undelegate">;
|
13
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
14
|
+
claim: t.LiteralC<"claim">;
|
15
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
16
|
+
pledge: t.LiteralC<"pledge">;
|
17
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
18
|
+
vote: t.LiteralC<"vote">;
|
19
|
+
createAccount: t.LiteralC<"createAccount">;
|
20
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
21
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
22
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
23
|
+
signMessage: t.LiteralC<"signMessage">;
|
24
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
25
|
+
enableToken: t.LiteralC<"enableToken">;
|
26
|
+
authorize: t.LiteralC<"authorize">;
|
27
|
+
acceleration: t.LiteralC<"acceleration">;
|
28
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
29
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
30
|
+
contractCall: t.LiteralC<"contractCall">;
|
31
|
+
deactivate: t.LiteralC<"deactivate">;
|
32
|
+
customTx: t.LiteralC<"customTx">;
|
33
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
37
|
+
}>;
|
38
|
+
}>, t.PartialC<{
|
39
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
40
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
41
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
42
|
+
}>]>, t.TypeC<{
|
43
|
+
stakingRequestId: t.StringC;
|
44
|
+
}>]>, t.TypeC<{
|
45
|
+
intentType: t.LiteralC<"createBtcDelegation">;
|
46
|
+
createBtcDelegationBytes: t.StringC;
|
47
|
+
}>]>;
|
48
|
+
export type BabyCreateBtcDelegationIntent = t.TypeOf<typeof BabyCreateBtcDelegationIntent>;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
15
|
+
}) : function(o, v) {
|
16
|
+
o["default"] = v;
|
17
|
+
});
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
19
|
+
if (mod && mod.__esModule) return mod;
|
20
|
+
var result = {};
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
22
|
+
__setModuleDefault(result, mod);
|
23
|
+
return result;
|
24
|
+
};
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
26
|
+
exports.BabyCreateBtcDelegationIntent = void 0;
|
27
|
+
const t = __importStar(require("io-ts"));
|
28
|
+
const intentType_1 = require("./intentType");
|
29
|
+
const baseStakeIntent_1 = require("./baseStakeIntent");
|
30
|
+
exports.BabyCreateBtcDelegationIntent = t.intersection([
|
31
|
+
baseStakeIntent_1.BaseStakeIntent,
|
32
|
+
t.type({
|
33
|
+
intentType: intentType_1.intentTypes.createBtcDelegation,
|
34
|
+
createBtcDelegationBytes: t.string,
|
35
|
+
}),
|
36
|
+
]);
|
37
|
+
//# sourceMappingURL=babyCreateBtcDelegationIntent.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"babyCreateBtcDelegationIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/babyCreateBtcDelegationIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA2C;AAC3C,uDAAoD;AAOvC,QAAA,6BAA6B,GAAG,CAAC,CAAC,YAAY,CAAC;IAC1D,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,mBAAmB;QAC3C,wBAAwB,EAAE,CAAC,CAAC,MAAM;KACnC,CAAC;CACH,CAAC,CAAC"}
|
@@ -33,6 +33,7 @@ export declare const BaseIntent: t.IntersectionC<[t.TypeC<{
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -74,6 +75,7 @@ export declare const BaseIntentWithoutNonce: t.IntersectionC<[t.TypeC<{
|
|
74
75
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
75
76
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
76
77
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
78
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
77
79
|
}>;
|
78
80
|
}>, t.PartialC<{
|
79
81
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const BaseStakeIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const BaseStakeIntentWithCalldata: t.IntersectionC<[t.Intersectio
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const BeraDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.Int
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const BscDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const BscStakeClaimRewardsIntent: t.IntersectionC<[t.Intersection
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const BscUnDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.In
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const BscWithdrawUndelegateIntent: t.IntersectionC<[t.Intersectio
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const ConsolidateTokenIntent: t.IntersectionC<[t.IntersectionC<[t
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const CoreDaoClaimIntent: t.IntersectionC<[t.IntersectionC<[t.Int
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const CoreDaoDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const CoreDaoUndelegateIntent: t.IntersectionC<[t.IntersectionC<[
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const CosmosPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.In
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const CosmosStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const CosmosSwitchValidatorIntent: t.IntersectionC<[t.Intersectio
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const CosmosUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.In
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const CosmosWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.I
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const DotBaseIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const DotCreateAccountIntent: t.IntersectionC<[t.IntersectionC<[t
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const DotPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const DotStakingIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const DotUnstakingIntent: t.IntersectionC<[t.IntersectionC<[t.Int
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const DotWithdrawStakeIntent: t.IntersectionC<[t.IntersectionC<[t
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const EnableTokenIntent: t.IntersectionC<[t.IntersectionC<[t.Type
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const EthAccelerationIntent: t.IntersectionC<[t.IntersectionC<[t.
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const EthConsolidateTokenIntent: t.IntersectionC<[t.IntersectionC
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const EthFillNonceIntent: t.IntersectionC<[t.IntersectionC<[t.Int
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const EthLikeStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Int
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -74,6 +75,7 @@ export declare const EthLikeStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Int
|
|
74
75
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
75
76
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
76
77
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
78
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
77
79
|
}>;
|
78
80
|
}>, t.PartialC<{
|
79
81
|
recipients: t.UnionC<[t.Type<({
|
@@ -33,6 +33,7 @@ export declare const EthPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const EthStakingIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const EthTransferTokenIntent: t.IntersectionC<[t.IntersectionC<[t
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const FeeAddressTransferIntent: t.IntersectionC<[t.IntersectionC<
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const FillNonceIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const IcpPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
33
33
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
34
34
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
35
35
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
36
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
36
37
|
}>;
|
37
38
|
}>, t.PartialC<{
|
38
39
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -16,6 +16,7 @@ export * from "./atomPaymentIntent";
|
|
16
16
|
export * from "./atomStakeIntent";
|
17
17
|
export * from "./atomUnstakeIntent";
|
18
18
|
export * from "./atomWithdrawIntent";
|
19
|
+
export * from "./babyCreateBtcDelegationIntent";
|
19
20
|
export * from "./baseIntent";
|
20
21
|
export * from "./baseStakeIntent";
|
21
22
|
export * from "./baseStakeIntentWithCalldata";
|