@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
@@ -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>;
|
@@ -58,6 +58,7 @@ exports.intentTypes = {
|
|
58
58
|
closeAssociatedTokenAccount: t.literal("closeAssociatedTokenAccount"),
|
59
59
|
stakeWithCallData: t.literal("stakeWithCallData"),
|
60
60
|
feeAddressTransfer: t.literal("feeAddressTransfer"),
|
61
|
+
createBtcDelegation: t.literal("createBtcDelegation"),
|
61
62
|
};
|
62
63
|
exports.IntentType = t.keyof(exports.intentTypes);
|
63
64
|
//# sourceMappingURL=intentType.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"intentType.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAEd,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACvB,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;IAC7D,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;IACrE,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,kBAAkB,EAAE,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;
|
1
|
+
{"version":3,"file":"intentType.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intentType.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAEd,QAAA,WAAW,GAAG;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;IAC/C,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC7B,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC;IACzB,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;IAC3B,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACvB,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;IACzC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC;IAC7C,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,uBAAuB,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;IAC7D,WAAW,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC;IACrC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC;IACjC,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC;IAC3C,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAAC;IAC/B,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,6BAA6B,CAAC;IACrE,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,mBAAmB,CAAC;IACjD,kBAAkB,EAAE,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;IACnD,mBAAmB,EAAE,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC;CACtD,CAAC;AAEW,QAAA,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,mBAAW,CAAC,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as t from "io-ts";
|
2
|
-
export declare const LightningPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
2
|
+
export declare const LightningPaymentIntent: t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
3
3
|
intentType: t.KeyofC<{
|
4
4
|
payment: t.LiteralC<"payment">;
|
5
5
|
transferToken: t.LiteralC<"transferToken">;
|
@@ -33,6 +33,7 @@ export declare const LightningPaymentIntent: 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]>;
|
@@ -49,5 +50,55 @@ export declare const LightningPaymentIntent: t.IntersectionC<[t.IntersectionC<[t
|
|
49
50
|
signature: t.StringC;
|
50
51
|
}>, t.TypeC<{
|
51
52
|
intentType: t.LiteralC<"payment">;
|
52
|
-
}>]
|
53
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
54
|
+
intentType: t.KeyofC<{
|
55
|
+
payment: t.LiteralC<"payment">;
|
56
|
+
transferToken: t.LiteralC<"transferToken">;
|
57
|
+
consolidate: t.LiteralC<"consolidate">;
|
58
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
59
|
+
fanout: t.LiteralC<"fanout">;
|
60
|
+
stake: t.LiteralC<"stake">;
|
61
|
+
unstake: t.LiteralC<"unstake">;
|
62
|
+
delegate: t.LiteralC<"delegate">;
|
63
|
+
undelegate: t.LiteralC<"undelegate">;
|
64
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
65
|
+
claim: t.LiteralC<"claim">;
|
66
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
67
|
+
pledge: t.LiteralC<"pledge">;
|
68
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
69
|
+
vote: t.LiteralC<"vote">;
|
70
|
+
createAccount: t.LiteralC<"createAccount">;
|
71
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
72
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
73
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
74
|
+
signMessage: t.LiteralC<"signMessage">;
|
75
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
76
|
+
enableToken: t.LiteralC<"enableToken">;
|
77
|
+
authorize: t.LiteralC<"authorize">;
|
78
|
+
acceleration: t.LiteralC<"acceleration">;
|
79
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
80
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
81
|
+
contractCall: t.LiteralC<"contractCall">;
|
82
|
+
deactivate: t.LiteralC<"deactivate">;
|
83
|
+
customTx: t.LiteralC<"customTx">;
|
84
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
85
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
86
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
87
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
88
|
+
}>;
|
89
|
+
}>, t.PartialC<{
|
90
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
91
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
92
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
93
|
+
}>]>, t.TypeC<{
|
94
|
+
intentType: t.LiteralC<"payment">;
|
95
|
+
onchainRequest: t.IntersectionC<[t.TypeC<{
|
96
|
+
recipients: t.ArrayC<t.TypeC<{
|
97
|
+
amountSat: import("io-ts-types").BigIntFromStringC;
|
98
|
+
address: t.StringC;
|
99
|
+
}>>;
|
100
|
+
}>, t.PartialC<{
|
101
|
+
satsPerVbyte: import("io-ts-types").BigIntFromStringC;
|
102
|
+
}>]>;
|
103
|
+
}>]>]>;
|
53
104
|
export type LightningPaymentIntent = t.TypeOf<typeof LightningPaymentIntent>;
|
@@ -28,11 +28,20 @@ const t = __importStar(require("io-ts"));
|
|
28
28
|
const baseIntent_1 = require("./baseIntent");
|
29
29
|
const intentType_1 = require("./intentType");
|
30
30
|
const payment_1 = require("../../lightning/payment");
|
31
|
-
exports.LightningPaymentIntent = t.
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
31
|
+
exports.LightningPaymentIntent = t.union([
|
32
|
+
t.intersection([
|
33
|
+
baseIntent_1.BaseIntent,
|
34
|
+
payment_1.LightningPaymentRequestWithSig,
|
35
|
+
t.type({
|
36
|
+
intentType: intentType_1.intentTypes.payment,
|
37
|
+
}),
|
38
|
+
]),
|
39
|
+
t.intersection([
|
40
|
+
baseIntent_1.BaseIntent,
|
41
|
+
t.type({
|
42
|
+
intentType: intentType_1.intentTypes.payment,
|
43
|
+
onchainRequest: payment_1.LightningOnchainRequest,
|
44
|
+
}),
|
45
|
+
]),
|
37
46
|
]);
|
38
47
|
//# sourceMappingURL=lightningPaymentIntent.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"lightningPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/lightningPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAC3C,
|
1
|
+
{"version":3,"file":"lightningPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/lightningPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAC3C,qDAGiC;AAKpB,QAAA,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC;IAC5C,CAAC,CAAC,YAAY,CAAC;QACb,uBAAU;QACV,wCAA8B;QAC9B,CAAC,CAAC,IAAI,CAAC;YACL,UAAU,EAAE,wBAAW,CAAC,OAAO;SAChC,CAAC;KACH,CAAC;IACF,CAAC,CAAC,YAAY,CAAC;QACb,uBAAU;QACV,CAAC,CAAC,IAAI,CAAC;YACL,UAAU,EAAE,wBAAW,CAAC,OAAO;YAC/B,cAAc,EAAE,iCAAuB;SACxC,CAAC;KACH,CAAC;CACH,CAAC,CAAC"}
|
@@ -33,6 +33,7 @@ export declare const MmiSignMessageIntent: 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 MmiSignTransactionIntent: 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 NearStakeIntent: 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 NearUnstakeIntent: 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 NearWithdrawIntent: 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 PaymentIntent: 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 SignMessageIntent: 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 SolAuthorizeIntent: 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 SolClaimIntent: 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]>;
|
package/dist/src/schema/transactionRequest/intents/solCloseAssociatedTokenAccountIntent.d.ts
CHANGED
@@ -33,6 +33,7 @@ export declare const SolCloseAssociatedTokenAccountIntent: 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]>;
|
package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.d.ts
CHANGED
@@ -33,6 +33,7 @@ export declare const SolCreateAssociatedTokenAccountIntent: 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 SolDeactivateIntent: t.IntersectionC<[t.IntersectionC<[t.Ty
|
|
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 SolDelegateIntent: 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 SolPaymentIntent: 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 SolStakeIntent: 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 SolUnstakeIntent: 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 StakeClaimRewardsIntent: 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 StakeIntent: t.IntersectionC<[t.IntersectionC<[t.Intersecti
|
|
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 StakeSwitchValidatorIntent: 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 SubstrateBaseIntent: t.IntersectionC<[t.IntersectionC<[t.Ty
|
|
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 SubstratePaymentIntent: 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 SuiBuildOptions: 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]>;
|
@@ -69,6 +69,7 @@ export declare const SuiConsolidateIntent: t.IntersectionC<[t.IntersectionC<[t.P
|
|
69
69
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
70
70
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
71
71
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
72
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
72
73
|
}>;
|
73
74
|
}>, t.PartialC<{
|
74
75
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const SuiCustomTxIntent: 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]>;
|
@@ -72,6 +73,7 @@ export declare const SuiCustomTxIntent: t.IntersectionC<[t.IntersectionC<[t.Type
|
|
72
73
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
73
74
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
74
75
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
76
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
75
77
|
}>;
|
76
78
|
}>, t.PartialC<{
|
77
79
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const SuiPaymentIntent: 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]>;
|
@@ -90,6 +91,7 @@ export declare const SuiPaymentIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
90
91
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
91
92
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
92
93
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
94
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
93
95
|
}>;
|
94
96
|
}>, t.PartialC<{
|
95
97
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const SuiStakingIntent: 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 SuiUnstakingIntent: 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 TaoStakeIntent: 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]>;
|
@@ -76,6 +77,7 @@ export declare const TaoStakeIntent: t.IntersectionC<[t.IntersectionC<[t.Interse
|
|
76
77
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
77
78
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
78
79
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
80
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
79
81
|
}>;
|
80
82
|
}>, t.PartialC<{
|
81
83
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const TaoStakingBaseIntent: 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 TaoUnstakeIntent: 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]>;
|
@@ -84,6 +85,7 @@ export declare const TaoUnstakeIntent: t.IntersectionC<[t.IntersectionC<[t.Inter
|
|
84
85
|
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
85
86
|
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
86
87
|
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
88
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
87
89
|
}>;
|
88
90
|
}>, t.PartialC<{
|
89
91
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
@@ -33,6 +33,7 @@ export declare const TonDelegateIntent: 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 TonPaymentIntent: 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 TonUndelegateIntent: t.IntersectionC<[t.IntersectionC<[t.Ty
|
|
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 TransferTokenIntent: t.IntersectionC<[t.IntersectionC<[t.Ty
|
|
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 UnstakeIntent: t.IntersectionC<[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 VoteDelegationIntent: 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 WalletRecoveryIntent: t.IntersectionC<[t.IntersectionC<[t.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 WalrusStakingIntent: 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 WalrusUndelegateIntent: 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 WalrusWithdrawIntent: 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 WithdrawIntent: 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]>;
|