@bitgo/public-types 2.41.0 → 2.43.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/adaConsolidateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/adaPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/adaStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/adaUnstakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/atomPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/atomStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/atomUnstakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/atomWithdrawIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/baseIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.d.ts +3 -4
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.js +4 -1
- package/dist/src/schema/transactionRequest/intents/bscDelegateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.d.ts +2 -4
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.js +3 -1
- package/dist/src/schema/transactionRequest/intents/bscUndelegateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/{bscWithdrawIntent.d.ts → bscWithdrawUndelegateIntent.d.ts} +5 -2
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.js +36 -0
- package/dist/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.js.map +1 -0
- package/dist/src/schema/transactionRequest/intents/cosmosPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosUnstakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/cosmosWithdrawIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/dotConsolidateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/dotCreateAccountIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/dotPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/dotStakingIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/dotUnstakingIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/ethAccelerationIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/ethConsolidateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/ethFillNonceIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/ethPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/ethStakingIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/ethTransferTokenIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/index.d.ts +1 -1
- package/dist/src/schema/transactionRequest/intents/index.js +1 -1
- package/dist/src/schema/transactionRequest/intents/index.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +46 -172
- package/dist/src/schema/transactionRequest/intents/intent.js +3 -5
- package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/lightningPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/mmiSignMessageIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/mmiSignTransactionIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/nearStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/nearUnstakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/nearWithdrawIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/solAuthorizeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/solClaimIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/solConsolidateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/solDeactivateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/solDelegateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/solStakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/solUnstakeIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/suiConsolidateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/suiCustomTxIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/suiPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/suiStakingIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/suiUnstakingIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/tonConsolidateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/tonDelegateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/tonPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/tonUndelegateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/walletRecoveryIntent.js.map +1 -1
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/adaConsolidateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/adaPaymentIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/adaStakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/adaUnstakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/atomPaymentIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/atomStakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/atomUnstakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/atomWithdrawIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/baseIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/bscDelegateIntent.ts +8 -1
- package/src/schema/transactionRequest/intents/bscUndelegateIntent.ts +7 -1
- package/src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.ts +17 -0
- package/src/schema/transactionRequest/intents/cosmosPaymentIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/cosmosStakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/cosmosUnstakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/cosmosWithdrawIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/dotConsolidateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/dotCreateAccountIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/dotPaymentIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/dotStakingIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/dotUnstakingIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/dotWithdrawStakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/ethAccelerationIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/ethConsolidateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/ethConsolidateTokenIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/ethFillNonceIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/ethPaymentIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/ethStakingIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/ethTransferTokenIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/index.ts +1 -1
- package/src/schema/transactionRequest/intents/intent.ts +3 -5
- package/src/schema/transactionRequest/intents/lightningPaymentIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/mmiSignMessageIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/mmiSignTransactionIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/nearStakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/nearUnstakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/nearWithdrawIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/solAuthorizeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/solClaimIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/solConsolidateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/solCreateAssociatedTokenAccountIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/solDeactivateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/solDelegateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/solStakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/solUnstakeIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/suiConsolidateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/suiCustomTxIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/suiPaymentIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/suiStakingIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/suiUnstakingIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/tonConsolidateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/tonDelegateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/tonPaymentIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/tonUndelegateIntent.ts +3 -0
- package/src/schema/transactionRequest/intents/walletRecoveryIntent.ts +3 -0
- package/dist/src/schema/transactionRequest/intents/bscWithdrawIntent.js +0 -6
- package/dist/src/schema/transactionRequest/intents/bscWithdrawIntent.js.map +0 -1
- package/src/schema/transactionRequest/intents/bscWithdrawIntent.ts +0 -6
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"adaConsolidateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaConsolidateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iFAA8E;AAC9E,0CAAqD;
|
1
|
+
{"version":3,"file":"adaConsolidateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaConsolidateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iFAA8E;AAC9E,0CAAqD;AAKxC,QAAA,oBAAoB,GAAG,CAAC,CAAC,YAAY,CAAC;IACjD,2DAA4B;IAC5B,CAAC,CAAC,OAAO,CAAC;QACR,QAAQ,EAAE,2BAAmB;KAC9B,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"adaPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,0CAAqD;AACrD,mDAAgD;
|
1
|
+
{"version":3,"file":"adaPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,0CAAqD;AACrD,mDAAgD;AAKnC,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,6BAAa;IACb,CAAC,CAAC,IAAI,CAAC;QACL,QAAQ,EAAE,2BAAmB;KAC9B,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"adaStakeClaimRewardsIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.ts"],"names":[],"mappings":";;;AACA,uEAAoE;
|
1
|
+
{"version":3,"file":"adaStakeClaimRewardsIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaStakeClaimRewardsIntent.ts"],"names":[],"mappings":";;;AACA,uEAAoE;AAKvD,QAAA,0BAA0B,GAAG,iDAAuB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"adaStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,+CAA4C;AAC5C,qCAAkC;AAClC,0CAA0C;
|
1
|
+
{"version":3,"file":"adaStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,+CAA4C;AAC5C,qCAAkC;AAClC,0CAA0C;AAK7B,QAAA,cAAc,GAAG,CAAC,CAAC,YAAY,CAAC;IAC3C,yBAAW;IACX,CAAC,CAAC,IAAI,CAAC;QACL,WAAW,EAAE,CAAC,CAAC,MAAM;KACtB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,MAAM,EAAE,IAAA,gBAAQ,EAAC,eAAM,CAAC;KACzB,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"adaUnstakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaUnstakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,0CAA0C;AAC1C,mDAAgD;
|
1
|
+
{"version":3,"file":"adaUnstakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/adaUnstakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,0CAA0C;AAC1C,mDAAgD;AAKnC,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,6BAAa;IACb,CAAC,CAAC,IAAI,CAAC;QACL,WAAW,EAAE,CAAC,CAAC,MAAM;KACtB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,MAAM,EAAE,IAAA,gBAAQ,EAAC,eAAM,CAAC;KACzB,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"atomPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/atomPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,0CAAgD;AAChD,mDAAgD;
|
1
|
+
{"version":3,"file":"atomPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/atomPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,0CAAgD;AAChD,mDAAgD;AAKnC,QAAA,iBAAiB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC9C,6BAAa;IACb,CAAC,CAAC,IAAI,CAAC;QACL,IAAI,EAAE,sBAAc;KACrB,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"atomStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/atomStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,qDAAkD;AAClD,0CAA0C;AAC1C,+CAA4C;
|
1
|
+
{"version":3,"file":"atomStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/atomStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,qDAAkD;AAClD,0CAA0C;AAC1C,+CAA4C;AAK/B,QAAA,eAAe,GAAG,CAAC,CAAC,YAAY,CAAC;IAC5C,yBAAW;IACX,CAAC,CAAC,IAAI,CAAC;QACL,gBAAgB,EAAE,CAAC,CAAC,MAAM;QAC1B,MAAM,EAAE,eAAM;KACf,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,IAAA,gBAAQ,EAAC,CAAC,CAAC,KAAK,CAAC,+BAAc,CAAC,CAAC;KAC9C,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"atomUnstakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/atomUnstakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,mDAAgD;AAChD,qDAAkD;AAClD,0CAA0C;
|
1
|
+
{"version":3,"file":"atomUnstakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/atomUnstakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,mDAAgD;AAChD,qDAAkD;AAClD,0CAA0C;AAK7B,QAAA,iBAAiB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC9C,6BAAa;IACb,CAAC,CAAC,IAAI,CAAC;QACL,gBAAgB,EAAE,CAAC,CAAC,MAAM;QAC1B,MAAM,EAAE,eAAM;KACf,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,IAAA,gBAAQ,EAAC,CAAC,CAAC,KAAK,CAAC,+BAAc,CAAC,CAAC;KAC9C,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"atomWithdrawIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/atomWithdrawIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,qDAAkD;
|
1
|
+
{"version":3,"file":"atomWithdrawIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/atomWithdrawIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,qDAAkD;AAKrC,QAAA,kBAAkB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC/C,+BAAc;IACd,CAAC,CAAC,IAAI,CAAC;QACL,gBAAgB,EAAE,CAAC,CAAC,MAAM;QAC1B,MAAM,EAAE,eAAM;KACf,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"baseIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/baseIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,0CAA0D;
|
1
|
+
{"version":3,"file":"baseIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/baseIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,0CAA0D;AAK7C,QAAA,UAAU,GAAG,CAAC,CAAC,YAAY,CAAC;IACvC,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,uBAAU;KACvB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,sBAAc;QAC1B,OAAO,EAAE,sBAAc;QACvB,KAAK,EAAE,IAAA,gBAAQ,EAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;KAC/C,CAAC;CACH,CAAC,CAAC;AAIU,QAAA,sBAAsB,GAAG,CAAC,CAAC,YAAY,CAAC;IACnD,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,uBAAU;KACvB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,sBAAc;QAC1B,OAAO,EAAE,sBAAc;KACxB,CAAC;CACH,CAAC,CAAC"}
|
@@ -43,9 +43,8 @@ export declare const BscDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
|
|
43
43
|
value: t.StringC;
|
44
44
|
symbol: t.StringC;
|
45
45
|
}>;
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
}>;
|
46
|
+
}>, t.PartialC<{
|
47
|
+
relayerFee: t.StringC;
|
48
|
+
delegateVotePower: t.StringC;
|
50
49
|
}>]>;
|
51
50
|
export type BscDelegateIntent = t.TypeOf<typeof BscDelegateIntent>;
|
@@ -34,7 +34,10 @@ exports.BscDelegateIntent = t.intersection([
|
|
34
34
|
intentType: intentType_1.intentTypes.delegate,
|
35
35
|
validatorAddress: t.string,
|
36
36
|
amount: amount_1.Amount,
|
37
|
-
|
37
|
+
}),
|
38
|
+
t.partial({
|
39
|
+
relayerFee: t.string,
|
40
|
+
delegateVotePower: t.string,
|
38
41
|
}),
|
39
42
|
]);
|
40
43
|
//# sourceMappingURL=bscDelegateIntent.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"bscDelegateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/bscDelegateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,uDAAoD;AACpD,6CAA2C;
|
1
|
+
{"version":3,"file":"bscDelegateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/bscDelegateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,uDAAoD;AACpD,6CAA2C;AAK9B,QAAA,iBAAiB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC9C,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,QAAQ;QAChC,gBAAgB,EAAE,CAAC,CAAC,MAAM;QAC1B,MAAM,EAAE,eAAM;KACf,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QAER,UAAU,EAAE,CAAC,CAAC,MAAM;QACpB,iBAAiB,EAAE,CAAC,CAAC,MAAM;KAC5B,CAAC;CACH,CAAC,CAAC"}
|
@@ -43,9 +43,7 @@ export declare const BscUnDelegateIntent: t.IntersectionC<[t.IntersectionC<[t.In
|
|
43
43
|
value: t.StringC;
|
44
44
|
symbol: t.StringC;
|
45
45
|
}>;
|
46
|
-
|
47
|
-
|
48
|
-
symbol: t.StringC;
|
49
|
-
}>;
|
46
|
+
}>, t.PartialC<{
|
47
|
+
relayerFee: t.StringC;
|
50
48
|
}>]>;
|
51
49
|
export type BscUnDelegateIntent = t.TypeOf<typeof BscUnDelegateIntent>;
|
@@ -34,7 +34,9 @@ exports.BscUnDelegateIntent = t.intersection([
|
|
34
34
|
intentType: intentType_1.intentTypes.undelegate,
|
35
35
|
validatorAddress: t.string,
|
36
36
|
amount: amount_1.Amount,
|
37
|
-
|
37
|
+
}),
|
38
|
+
t.partial({
|
39
|
+
relayerFee: t.string,
|
38
40
|
}),
|
39
41
|
]);
|
40
42
|
//# sourceMappingURL=bscUndelegateIntent.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"bscUndelegateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/bscUndelegateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,uDAAoD;AACpD,6CAA2C;
|
1
|
+
{"version":3,"file":"bscUndelegateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/bscUndelegateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qCAAkC;AAClC,uDAAoD;AACpD,6CAA2C;AAK9B,QAAA,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IAChD,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,UAAU;QAClC,gBAAgB,EAAE,CAAC,CAAC,MAAM;QAC1B,MAAM,EAAE,eAAM;KACf,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QAER,UAAU,EAAE,CAAC,CAAC,MAAM;KACrB,CAAC;CACH,CAAC,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as t from "io-ts";
|
2
|
-
export declare const
|
2
|
+
export declare const BscWithdrawUndelegateIntent: t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
3
3
|
intentType: t.KeyofC<{
|
4
4
|
payment: t.LiteralC<"payment">;
|
5
5
|
transferToken: t.LiteralC<"transferToken">;
|
@@ -46,5 +46,8 @@ export declare const BscWithdrawIntent: t.IntersectionC<[t.IntersectionC<[t.Inte
|
|
46
46
|
value: string;
|
47
47
|
symbol: string;
|
48
48
|
}, unknown>, t.UndefinedC]>;
|
49
|
+
}>]>, t.TypeC<{
|
50
|
+
validatorAddress: t.StringC;
|
51
|
+
requestNumber: t.NumberC;
|
49
52
|
}>]>;
|
50
|
-
export type
|
53
|
+
export type BscWithdrawUndelegateIntent = t.TypeOf<typeof BscWithdrawUndelegateIntent>;
|
@@ -0,0 +1,36 @@
|
|
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.BscWithdrawUndelegateIntent = void 0;
|
27
|
+
const t = __importStar(require("io-ts"));
|
28
|
+
const withdrawIntent_1 = require("./withdrawIntent");
|
29
|
+
exports.BscWithdrawUndelegateIntent = t.intersection([
|
30
|
+
withdrawIntent_1.WithdrawIntent,
|
31
|
+
t.type({
|
32
|
+
validatorAddress: t.string,
|
33
|
+
requestNumber: t.number,
|
34
|
+
}),
|
35
|
+
]);
|
36
|
+
//# sourceMappingURL=bscWithdrawUndelegateIntent.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"bscWithdrawUndelegateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/bscWithdrawUndelegateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qDAAkD;AAKrC,QAAA,2BAA2B,GAAG,CAAC,CAAC,YAAY,CAAC;IACxD,+BAAc;IACd,CAAC,CAAC,IAAI,CAAC;QACL,gBAAgB,EAAE,CAAC,CAAC,MAAM;QAC1B,aAAa,EAAE,CAAC,CAAC,MAAM;KACxB,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cosmosPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,mDAAgD;AAChD,0CAAgD;
|
1
|
+
{"version":3,"file":"cosmosPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,mDAAgD;AAChD,0CAAgD;AAKnC,QAAA,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IAChD,6BAAa;IACb,CAAC,CAAC,IAAI,CAAC;QACL,IAAI,EAAE,sBAAc;KACrB,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cosmosStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,6CAA2C;AAC3C,qCAAkC;AAClC,qDAAkD;AAClD,0CAA0C;
|
1
|
+
{"version":3,"file":"cosmosStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,6CAA2C;AAC3C,qCAAkC;AAClC,qDAAkD;AAClD,0CAA0C;AAK7B,QAAA,iBAAiB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC9C,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,QAAQ;QAChC,gBAAgB,EAAE,CAAC,CAAC,MAAM;QAC1B,MAAM,EAAE,eAAM;KACf,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,IAAA,gBAAQ,EAAC,CAAC,CAAC,KAAK,CAAC,+BAAc,CAAC,CAAC;KAC9C,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cosmosSwitchValidatorIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.ts"],"names":[],"mappings":";;;AACA,6EAA0E;
|
1
|
+
{"version":3,"file":"cosmosSwitchValidatorIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosSwitchValidatorIntent.ts"],"names":[],"mappings":";;;AACA,6EAA0E;AAK7D,QAAA,2BAA2B,GAAG,uDAA0B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cosmosUnstakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosUnstakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,6CAA2C;AAC3C,qCAAkC;AAClC,qDAAkD;AAClD,0CAA0C;
|
1
|
+
{"version":3,"file":"cosmosUnstakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosUnstakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,6CAA2C;AAC3C,qCAAkC;AAClC,qDAAkD;AAClD,0CAA0C;AAK7B,QAAA,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IAChD,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,UAAU;QAClC,gBAAgB,EAAE,CAAC,CAAC,MAAM;QAC1B,MAAM,EAAE,eAAM;KACf,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,IAAA,gBAAQ,EAAC,CAAC,CAAC,KAAK,CAAC,+BAAc,CAAC,CAAC;KAC9C,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cosmosWithdrawIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosWithdrawIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qDAAkD;
|
1
|
+
{"version":3,"file":"cosmosWithdrawIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cosmosWithdrawIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,qDAAkD;AAKrC,QAAA,oBAAoB,GAAG,CAAC,CAAC,YAAY,CAAC;IACjD,+BAAc;IACd,CAAC,CAAC,IAAI,CAAC;QACL,gBAAgB,EAAE,CAAC,CAAC,MAAM;KAC3B,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dotConsolidateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotConsolidateIntent.ts"],"names":[],"mappings":";;;AACA,iFAA8E;
|
1
|
+
{"version":3,"file":"dotConsolidateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotConsolidateIntent.ts"],"names":[],"mappings":";;;AACA,iFAA8E;AAKjE,QAAA,oBAAoB,GAAG,2DAA4B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dotCreateAccountIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotCreateAccountIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6EAA0E;AAC1E,0CAA0D;AAC1D,qDAAkD;AAClD,qFAAkF;
|
1
|
+
{"version":3,"file":"dotCreateAccountIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotCreateAccountIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6EAA0E;AAC1E,0CAA0D;AAC1D,qDAAkD;AAClD,qFAAkF;AAKrE,QAAA,sBAAsB,GAAG,CAAC,CAAC,YAAY,CAAC;IACnD,+DAA8B;IAC9B,uDAA0B;IAC1B,CAAC,CAAC,IAAI,CAAC;QACL,WAAW,EAAE,CAAC,CAAC,MAAM;QACrB,SAAS,EAAE,CAAC,CAAC,MAAM;KACpB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,KAAK,EAAE,sBAAc;QAErB,UAAU,EAAE,IAAA,gBAAQ,EAAC,CAAC,CAAC,KAAK,CAAC,+BAAc,CAAC,CAAC;KAC9C,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dotPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6EAA0E;AAC1E,0CAAgD;AAChD,mDAAgD;AAChD,yCAAsC;
|
1
|
+
{"version":3,"file":"dotPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6EAA0E;AAC1E,0CAAgD;AAChD,mDAAgD;AAChD,yCAAsC;AAKzB,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,6BAAa;IACb,uDAA0B;IAC1B,CAAC,CAAC,IAAI,CAAC;QACL,KAAK,EAAE,mBAAQ;QACf,KAAK,EAAE,sBAAc;KACtB,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dotStakingIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotStakingIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6EAA0E;AAC1E,qCAAkC;AAClC,+CAA4C;AAC5C,0CAAiD;
|
1
|
+
{"version":3,"file":"dotStakingIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotStakingIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6EAA0E;AAC1E,qCAAkC;AAClC,+CAA4C;AAC5C,0CAAiD;AAKpC,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,yBAAW;IACX,uDAA0B;IAC1B,CAAC,CAAC,IAAI,CAAC;QACL,MAAM,EAAE,eAAM;QACd,YAAY,EAAE,CAAC,CAAC,MAAM;KACvB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,UAAU,EAAE,uBAAe;QAC3B,QAAQ,EAAE,uBAAe;KAC1B,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dotUnstakingIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotUnstakingIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,mDAAgD;AAChD,6EAA0E;AAC1E,qCAAkC;AAClC,0CAAiD;
|
1
|
+
{"version":3,"file":"dotUnstakingIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotUnstakingIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,mDAAgD;AAChD,6EAA0E;AAC1E,qCAAkC;AAClC,0CAAiD;AAKpC,QAAA,kBAAkB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC/C,6BAAa;IACb,uDAA0B;IAC1B,CAAC,CAAC,IAAI,CAAC;QACL,MAAM,EAAE,eAAM;QACd,YAAY,EAAE,CAAC,CAAC,MAAM;KACvB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,WAAW,EAAE,uBAAe;KAC7B,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"dotWithdrawStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotWithdrawStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6EAA0E;AAC1E,qDAAkD;
|
1
|
+
{"version":3,"file":"dotWithdrawStakeIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/dotWithdrawStakeIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6EAA0E;AAC1E,qDAAkD;AAKrC,QAAA,sBAAsB,GAAG,CAAC,CAAC,YAAY,CAAC;IACnD,+BAAc;IACd,uDAA0B;CAC3B,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ethAccelerationIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethAccelerationIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6DAA0D;AAC1D,uDAAqE;AACrE,2CAAwC;AACxC,2DAAwD;
|
1
|
+
{"version":3,"file":"ethAccelerationIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethAccelerationIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6DAA0D;AAC1D,uDAAqE;AACrE,2CAAwC;AACxC,2DAAwD;AAK3C,QAAA,qBAAqB,GAAG,CAAC,CAAC,YAAY,CAAC;IAClD,uCAAkB;IAClB,kDAAgC;IAChC,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,qBAAS,EAAE,qCAAiB,CAAC,CAAC;KACpD,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ethConsolidateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethConsolidateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iFAA8E;AAC9E,uDAAoD;
|
1
|
+
{"version":3,"file":"ethConsolidateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethConsolidateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,iFAA8E;AAC9E,uDAAoD;AAKvC,QAAA,oBAAoB,GAAG,CAAC,CAAC,YAAY,CAAC;IACjD,2DAA4B;IAC5B,iCAAe;CAChB,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ethConsolidateTokenIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethConsolidateTokenIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAC3C,0CAAiE;AACjE,+DAA4D;AAC5D,uDAAoD;
|
1
|
+
{"version":3,"file":"ethConsolidateTokenIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethConsolidateTokenIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAC3C,0CAAiE;AACjE,+DAA4D;AAC5D,uDAAoD;AAKvC,QAAA,yBAAyB,GAAG,CAAC,CAAC,YAAY,CAAC;IACtD,uBAAU;IACV,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,gBAAgB;QACxC,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,yCAAmB,CAAC;QACxC,aAAa,EAAE,sBAAc;QAC7B,SAAS,EAAE,uBAAe;KAC3B,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ethFillNonceIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethFillNonceIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,uDAA6D;
|
1
|
+
{"version":3,"file":"ethFillNonceIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethFillNonceIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,uDAA6D;AAKhD,QAAA,kBAAkB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC/C,iCAAe;IACf,0CAAwB;CACzB,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ethPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,mDAAgD;AAChD,uDAAoD;AACpD,0CAAiD;
|
1
|
+
{"version":3,"file":"ethPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,mDAAgD;AAChD,uDAAoD;AACpD,0CAAiD;AAKpC,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,6BAAa;IACb,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,QAAQ,EAAE,uBAAe;KAC1B,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ethStakingIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethStakingIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,+CAA4C;AAC5C,uDAAoD;
|
1
|
+
{"version":3,"file":"ethStakingIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethStakingIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,+CAA4C;AAC5C,uDAAoD;AAKvC,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,yBAAW;IACX,iCAAe;IACf,CAAC,CAAC,IAAI,CAAC;QACL,MAAM,EAAE,CAAC,CAAC,MAAM;QAChB,qBAAqB,EAAE,CAAC,CAAC,MAAM;QAC/B,SAAS,EAAE,CAAC,CAAC,MAAM;QACnB,eAAe,EAAE,CAAC,CAAC,MAAM;KAC1B,CAAC;CACH,CAAC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ethTransferTokenIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethTransferTokenIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,+DAA4D;
|
1
|
+
{"version":3,"file":"ethTransferTokenIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/ethTransferTokenIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,uDAAoD;AACpD,+DAA4D;AAK/C,QAAA,sBAAsB,GAAG,CAAC,CAAC,YAAY,CAAC;IACnD,yCAAmB;IACnB,iCAAe;CAChB,CAAC,CAAC"}
|
@@ -20,7 +20,7 @@ export * from "./baseStakeIntent";
|
|
20
20
|
export * from "./bscDelegateIntent";
|
21
21
|
export * from "./bscStakeClaimRewardsIntent";
|
22
22
|
export * from "./bscUndelegateIntent";
|
23
|
-
export * from "./
|
23
|
+
export * from "./bscWithdrawUndelegateIntent";
|
24
24
|
export * from "./consolidateTokenIntent";
|
25
25
|
export * from "./cosmosPaymentIntent";
|
26
26
|
export * from "./cosmosStakeIntent";
|
@@ -36,7 +36,7 @@ __exportStar(require("./baseStakeIntent"), exports);
|
|
36
36
|
__exportStar(require("./bscDelegateIntent"), exports);
|
37
37
|
__exportStar(require("./bscStakeClaimRewardsIntent"), exports);
|
38
38
|
__exportStar(require("./bscUndelegateIntent"), exports);
|
39
|
-
__exportStar(require("./
|
39
|
+
__exportStar(require("./bscWithdrawUndelegateIntent"), exports);
|
40
40
|
__exportStar(require("./consolidateTokenIntent"), exports);
|
41
41
|
__exportStar(require("./cosmosPaymentIntent"), exports);
|
42
42
|
__exportStar(require("./cosmosStakeIntent"), exports);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C;AAC1C,iEAA+C;AAC/C,mEAAiD;AACjD,mEAAiD;AACjD,yDAAuC;AACvC,qDAAmC;AACnC,oDAAkC;AAClC,+DAA6C;AAC7C,mDAAiC;AACjC,qDAAmC;AACnC,4CAA0B;AAC1B,2CAAyB;AACzB,sDAAoC;AACpC,oDAAkC;AAClC,sDAAoC;AACpC,uDAAqC;AACrC,+CAA6B;AAC7B,oDAAkC;AAClC,sDAAoC;AACpC,+DAA6C;AAC7C,wDAAsC;AACtC,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C;AAC1C,iEAA+C;AAC/C,mEAAiD;AACjD,mEAAiD;AACjD,yDAAuC;AACvC,qDAAmC;AACnC,oDAAkC;AAClC,+DAA6C;AAC7C,mDAAiC;AACjC,qDAAmC;AACnC,4CAA0B;AAC1B,2CAAyB;AACzB,sDAAoC;AACpC,oDAAkC;AAClC,sDAAoC;AACpC,uDAAqC;AACrC,+CAA6B;AAC7B,oDAAkC;AAClC,sDAAoC;AACpC,+DAA6C;AAC7C,wDAAsC;AACtC,gEAA8C;AAC9C,2DAAyC;AACzC,wDAAsC;AACtC,sDAAoC;AACpC,gEAA8C;AAC9C,wDAAsC;AACtC,yDAAuC;AACvC,+DAA6C;AAC7C,kDAAgC;AAChC,yDAAuC;AACvC,2DAAyC;AACzC,wDAAsC;AACtC,kDAAgC;AAChC,qDAAmC;AACnC,6CAA2B;AAC3B,qDAAmC;AACnC,uDAAqC;AACrC,2DAAyC;AACzC,sDAAoC;AACpC,sDAAoC;AACpC,0DAAwC;AACxC,oDAAkC;AAClC,yDAAuC;AACvC,8DAA4C;AAC5C,uDAAqC;AACrC,qDAAmC;AACnC,qDAAmC;AACnC,2DAAyC;AACzC,8CAA4B;AAC5B,qDAAmC;AACnC,qDAAmC;AACnC,kDAAgC;AAChC,oDAAkC;AAClC,8CAA4B;AAC5B,2CAAyB;AACzB,+CAA6B;AAC7B,2DAAyC;AACzC,yDAAuC;AACvC,6DAA2C;AAC3C,oDAAkC;AAClC,sDAAoC;AACpC,uDAAqC;AACrC,kDAAgC;AAChC,mDAAiC;AACjC,sDAAoC;AACpC,uDAAqC;AACrC,oDAAkC;AAClC,mDAAiC;AACjC,yDAAuC;AACvC,0EAAwD;AACxD,wDAAsC;AACtC,sDAAoC;AACpC,qDAAmC;AACnC,mDAAiC;AACjC,qDAAmC;AACnC,4DAA0C;AAC1C,gDAA8B;AAC9B,+DAA6C;AAC7C,oDAAkC;AAClC,yDAAuC;AACvC,sDAAoC;AACpC,kDAAgC;AAChC,qDAAmC;AACnC,qDAAmC;AACnC,uDAAqC;AACrC,qEAAmD;AACnD,8CAA4B;AAC5B,oDAAkC;AAClC,wDAAsC;AACtC,4DAA0C;AAC1C,yDAAuC;AACvC,sDAAoC;AACpC,qDAAmC;AACnC,wDAAsC;AACtC,wDAAsC;AACtC,kDAAgC;AAChC,uEAAqD;AACrD,yDAAuC;AACvC,mDAAiC"}
|
@@ -127,61 +127,6 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
127
127
|
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
128
128
|
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
129
129
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
130
|
-
}>]>, t.TypeC<{
|
131
|
-
intent: t.LiteralC<"payment">;
|
132
|
-
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
133
|
-
address: t.PartialC<{
|
134
|
-
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
135
|
-
option: t.UnionC<[t.Type<{
|
136
|
-
[x: string]: unknown;
|
137
|
-
}, {
|
138
|
-
[x: string]: unknown;
|
139
|
-
}, unknown>, t.UndefinedC]>;
|
140
|
-
}>;
|
141
|
-
amount: t.TypeC<{
|
142
|
-
value: t.StringC;
|
143
|
-
symbol: t.StringC;
|
144
|
-
}>;
|
145
|
-
}>, t.PartialC<{
|
146
|
-
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
147
|
-
}>]>>;
|
148
|
-
}>]>, t.TypeC<{
|
149
|
-
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
150
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
151
|
-
intentType: t.KeyofC<{
|
152
|
-
payment: t.LiteralC<"payment">;
|
153
|
-
transferToken: t.LiteralC<"transferToken">;
|
154
|
-
consolidate: t.LiteralC<"consolidate">;
|
155
|
-
consolidateToken: t.LiteralC<"consolidateToken">;
|
156
|
-
fanout: t.LiteralC<"fanout">;
|
157
|
-
stake: t.LiteralC<"stake">;
|
158
|
-
unstake: t.LiteralC<"unstake">;
|
159
|
-
delegate: t.LiteralC<"delegate">;
|
160
|
-
undelegate: t.LiteralC<"undelegate">;
|
161
|
-
switchValidator: t.LiteralC<"switchValidator">;
|
162
|
-
claim: t.LiteralC<"claim">;
|
163
|
-
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
164
|
-
pledge: t.LiteralC<"pledge">;
|
165
|
-
vote: t.LiteralC<"vote">;
|
166
|
-
createAccount: t.LiteralC<"createAccount">;
|
167
|
-
updateAccount: t.LiteralC<"updateAccount">;
|
168
|
-
addTrustLine: t.LiteralC<"addTrustLine">;
|
169
|
-
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
170
|
-
signMessage: t.LiteralC<"signMessage">;
|
171
|
-
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
172
|
-
enableToken: t.LiteralC<"enableToken">;
|
173
|
-
authorize: t.LiteralC<"authorize">;
|
174
|
-
acceleration: t.LiteralC<"acceleration">;
|
175
|
-
fillNonce: t.LiteralC<"fillNonce">;
|
176
|
-
walletRecovery: t.LiteralC<"walletRecovery">;
|
177
|
-
contractCall: t.LiteralC<"contractCall">;
|
178
|
-
deactivate: t.LiteralC<"deactivate">;
|
179
|
-
customTx: t.LiteralC<"customTx">;
|
180
|
-
}>;
|
181
|
-
}>, t.PartialC<{
|
182
|
-
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
183
|
-
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
184
|
-
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
185
130
|
}>]>, t.TypeC<{
|
186
131
|
stakingRequestId: t.StringC;
|
187
132
|
}>]>, t.TypeC<{
|
@@ -586,10 +531,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
586
531
|
value: t.StringC;
|
587
532
|
symbol: t.StringC;
|
588
533
|
}>;
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
}>;
|
534
|
+
}>, t.PartialC<{
|
535
|
+
relayerFee: t.StringC;
|
536
|
+
delegateVotePower: t.StringC;
|
593
537
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
594
538
|
intentType: t.KeyofC<{
|
595
539
|
payment: t.LiteralC<"payment">;
|
@@ -634,11 +578,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
634
578
|
value: t.StringC;
|
635
579
|
symbol: t.StringC;
|
636
580
|
}>;
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
}>;
|
641
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
581
|
+
}>, t.PartialC<{
|
582
|
+
relayerFee: t.StringC;
|
583
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
642
584
|
intentType: t.KeyofC<{
|
643
585
|
payment: t.LiteralC<"payment">;
|
644
586
|
transferToken: t.LiteralC<"transferToken">;
|
@@ -685,6 +627,9 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
685
627
|
value: string;
|
686
628
|
symbol: string;
|
687
629
|
}, unknown>, t.UndefinedC]>;
|
630
|
+
}>]>, t.TypeC<{
|
631
|
+
validatorAddress: t.StringC;
|
632
|
+
requestNumber: t.NumberC;
|
688
633
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
689
634
|
intentType: t.KeyofC<{
|
690
635
|
payment: t.LiteralC<"payment">;
|
@@ -1505,77 +1450,6 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
1505
1450
|
}, unknown>, t.UndefinedC]>;
|
1506
1451
|
receiveAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
1507
1452
|
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
1508
|
-
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.PartialC<{
|
1509
|
-
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
1510
|
-
}>, t.TypeC<{
|
1511
|
-
intentType: t.LiteralC<"consolidate">;
|
1512
|
-
receiveAddress: t.StringC;
|
1513
|
-
}>, t.PartialC<{
|
1514
|
-
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
1515
|
-
consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
1516
|
-
recipients: t.UnionC<[t.Type<({
|
1517
|
-
address: {
|
1518
|
-
address?: string | undefined;
|
1519
|
-
option?: {
|
1520
|
-
[x: string]: unknown;
|
1521
|
-
} | undefined;
|
1522
|
-
};
|
1523
|
-
amount: {
|
1524
|
-
value: string;
|
1525
|
-
symbol: string;
|
1526
|
-
};
|
1527
|
-
} & {
|
1528
|
-
data?: string | undefined;
|
1529
|
-
})[], ({
|
1530
|
-
address: {
|
1531
|
-
address?: string | undefined;
|
1532
|
-
option?: {
|
1533
|
-
[x: string]: unknown;
|
1534
|
-
} | undefined;
|
1535
|
-
};
|
1536
|
-
amount: {
|
1537
|
-
value: string;
|
1538
|
-
symbol: string;
|
1539
|
-
};
|
1540
|
-
} & {
|
1541
|
-
data?: string | undefined;
|
1542
|
-
})[], unknown>, t.UndefinedC]>;
|
1543
|
-
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
1544
|
-
}>]>, t.IntersectionC<[t.PartialC<{
|
1545
|
-
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
1546
|
-
}>, t.PartialC<{
|
1547
|
-
feeOptions: t.UnionC<[t.Type<{
|
1548
|
-
unit?: "baseUnit" | "cpu" | "ram" | undefined;
|
1549
|
-
formula?: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
|
1550
|
-
feeType?: "max" | "base" | "tip" | undefined;
|
1551
|
-
gasLimit?: number | undefined;
|
1552
|
-
gasPrice?: number | undefined;
|
1553
|
-
} | {
|
1554
|
-
gasLimit?: number | undefined;
|
1555
|
-
maxFeePerGas?: number | undefined;
|
1556
|
-
maxPriorityFeePerGas?: number | undefined;
|
1557
|
-
}, {
|
1558
|
-
unit?: "baseUnit" | "cpu" | "ram" | undefined;
|
1559
|
-
formula?: "fixed" | "feeRate" | "perKB" | "custom" | "perVKB" | undefined;
|
1560
|
-
feeType?: "max" | "base" | "tip" | undefined;
|
1561
|
-
gasLimit?: number | undefined;
|
1562
|
-
gasPrice?: number | undefined;
|
1563
|
-
} | {
|
1564
|
-
gasLimit?: number | undefined;
|
1565
|
-
maxFeePerGas?: number | undefined;
|
1566
|
-
maxPriorityFeePerGas?: number | undefined;
|
1567
|
-
}, unknown>, t.UndefinedC]>;
|
1568
|
-
hopParams: t.UnionC<[t.Type<{
|
1569
|
-
paymentId: string | undefined;
|
1570
|
-
userReqSig: string | undefined;
|
1571
|
-
gasPriceMax: number | undefined;
|
1572
|
-
}, {
|
1573
|
-
paymentId: string | undefined;
|
1574
|
-
userReqSig: string | undefined;
|
1575
|
-
gasPriceMax: number | undefined;
|
1576
|
-
}, unknown>, t.UndefinedC]>;
|
1577
|
-
receiveAddress: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
1578
|
-
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
1579
1453
|
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
1580
1454
|
intentType: t.KeyofC<{
|
1581
1455
|
payment: t.LiteralC<"payment">;
|
@@ -2432,6 +2306,42 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2432
2306
|
value: t.StringC;
|
2433
2307
|
symbol: t.StringC;
|
2434
2308
|
}>;
|
2309
|
+
}>]>, t.IntersectionC<[t.PartialC<{
|
2310
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
2311
|
+
}>, t.TypeC<{
|
2312
|
+
intentType: t.LiteralC<"consolidate">;
|
2313
|
+
receiveAddress: t.StringC;
|
2314
|
+
}>, t.PartialC<{
|
2315
|
+
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
2316
|
+
consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2317
|
+
recipients: t.UnionC<[t.Type<({
|
2318
|
+
address: {
|
2319
|
+
address?: string | undefined;
|
2320
|
+
option?: {
|
2321
|
+
[x: string]: unknown;
|
2322
|
+
} | undefined;
|
2323
|
+
};
|
2324
|
+
amount: {
|
2325
|
+
value: string;
|
2326
|
+
symbol: string;
|
2327
|
+
};
|
2328
|
+
} & {
|
2329
|
+
data?: string | undefined;
|
2330
|
+
})[], ({
|
2331
|
+
address: {
|
2332
|
+
address?: string | undefined;
|
2333
|
+
option?: {
|
2334
|
+
[x: string]: unknown;
|
2335
|
+
} | undefined;
|
2336
|
+
};
|
2337
|
+
amount: {
|
2338
|
+
value: string;
|
2339
|
+
symbol: string;
|
2340
|
+
};
|
2341
|
+
} & {
|
2342
|
+
data?: string | undefined;
|
2343
|
+
})[], unknown>, t.UndefinedC]>;
|
2344
|
+
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
2435
2345
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
2436
2346
|
intentType: t.KeyofC<{
|
2437
2347
|
payment: t.LiteralC<"payment">;
|
@@ -2478,43 +2388,7 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
2478
2388
|
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
2479
2389
|
}>, t.TypeC<{
|
2480
2390
|
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2481
|
-
}>]>]>, t.IntersectionC<[t.
|
2482
|
-
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
2483
|
-
}>, t.TypeC<{
|
2484
|
-
intentType: t.LiteralC<"consolidate">;
|
2485
|
-
receiveAddress: t.StringC;
|
2486
|
-
}>, t.PartialC<{
|
2487
|
-
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
2488
|
-
consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
2489
|
-
recipients: t.UnionC<[t.Type<({
|
2490
|
-
address: {
|
2491
|
-
address?: string | undefined;
|
2492
|
-
option?: {
|
2493
|
-
[x: string]: unknown;
|
2494
|
-
} | undefined;
|
2495
|
-
};
|
2496
|
-
amount: {
|
2497
|
-
value: string;
|
2498
|
-
symbol: string;
|
2499
|
-
};
|
2500
|
-
} & {
|
2501
|
-
data?: string | undefined;
|
2502
|
-
})[], ({
|
2503
|
-
address: {
|
2504
|
-
address?: string | undefined;
|
2505
|
-
option?: {
|
2506
|
-
[x: string]: unknown;
|
2507
|
-
} | undefined;
|
2508
|
-
};
|
2509
|
-
amount: {
|
2510
|
-
value: string;
|
2511
|
-
symbol: string;
|
2512
|
-
};
|
2513
|
-
} & {
|
2514
|
-
data?: string | undefined;
|
2515
|
-
})[], unknown>, t.UndefinedC]>;
|
2516
|
-
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
2517
|
-
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
2391
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
2518
2392
|
intentType: t.KeyofC<{
|
2519
2393
|
payment: t.LiteralC<"payment">;
|
2520
2394
|
transferToken: t.LiteralC<"transferToken">;
|