@bitgo/public-types 6.25.0 → 6.27.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/cantonCommandIntent.d.ts +3 -1
- package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.js +4 -1
- package/dist/src/schema/transactionRequest/intents/cantonCommandIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/feeAddressTransferIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/intent.d.ts +307 -1
- package/dist/src/schema/transactionRequest/intents/intent.js +4 -0
- package/dist/src/schema/transactionRequest/intents/intent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaBuildOptions.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaConsolidateIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaFeeOptions.js.map +1 -1
- package/dist/src/schema/transactionRequest/intents/iotaPaymentIntent.js.map +1 -1
- package/dist/src/schema/transactionRequest/transactionRequest.d.ts +964 -352
- package/package.json +1 -1
- package/src/schema/transactionRequest/intents/cantonCommandIntent.ts +9 -1
- package/src/schema/transactionRequest/intents/feeAddressTransferIntent.ts +10 -0
- package/src/schema/transactionRequest/intents/intent.ts +4 -0
- package/src/schema/transactionRequest/intents/iotaBuildOptions.ts +11 -0
- package/src/schema/transactionRequest/intents/iotaConsolidateIntent.ts +4 -0
- package/src/schema/transactionRequest/intents/iotaFeeOptions.ts +7 -0
- package/src/schema/transactionRequest/intents/iotaPaymentIntent.ts +7 -0
|
@@ -81,8 +81,8 @@ export declare const CantonCommandIntent: t.IntersectionC<[t.IntersectionC<[t.Ty
|
|
|
81
81
|
ExerciseCommand: t.IntersectionC<[t.TypeC<{
|
|
82
82
|
templateId: t.StringC;
|
|
83
83
|
choice: t.StringC;
|
|
84
|
-
choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
|
|
85
84
|
}>, t.PartialC<{
|
|
85
|
+
choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
|
|
86
86
|
contractId: t.StringC;
|
|
87
87
|
}>]>;
|
|
88
88
|
}>]>;
|
|
@@ -98,5 +98,7 @@ export declare const CantonCommandIntent: t.IntersectionC<[t.IntersectionC<[t.Ty
|
|
|
98
98
|
resolveAll: t.BooleanC;
|
|
99
99
|
}>]>>;
|
|
100
100
|
}>]>;
|
|
101
|
+
}>, t.PartialC<{
|
|
102
|
+
token: t.StringC;
|
|
101
103
|
}>]>;
|
|
102
104
|
export type CantonCommandIntent = t.TypeOf<typeof CantonCommandIntent>;
|
|
@@ -38,9 +38,9 @@ const ExerciseCommand = t.type({
|
|
|
38
38
|
t.type({
|
|
39
39
|
templateId: t.string,
|
|
40
40
|
choice: t.string,
|
|
41
|
-
choiceArgument: t.record(t.string, t.unknown),
|
|
42
41
|
}),
|
|
43
42
|
t.partial({
|
|
43
|
+
choiceArgument: t.record(t.string, t.unknown),
|
|
44
44
|
contractId: t.string,
|
|
45
45
|
}),
|
|
46
46
|
]),
|
|
@@ -73,5 +73,8 @@ exports.CantonCommandIntent = t.intersection([
|
|
|
73
73
|
intentType: intentType_1.intentTypes.cantonCommand,
|
|
74
74
|
cantonCommandParams: CantonCommandParams,
|
|
75
75
|
}),
|
|
76
|
+
t.partial({
|
|
77
|
+
token: t.string,
|
|
78
|
+
}),
|
|
76
79
|
]);
|
|
77
80
|
//# sourceMappingURL=cantonCommandIntent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cantonCommandIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cantonCommandIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAqB3C,MAAM,aAAa,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3B,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC;QACpB,UAAU,EAAE,CAAC,CAAC,MAAM;QACpB,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC;KAC/C,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7B,eAAe,EAAE,CAAC,CAAC,YAAY,CAAC;QAC9B,CAAC,CAAC,IAAI,CAAC;YACL,UAAU,EAAE,CAAC,CAAC,MAAM;YACpB,MAAM,EAAE,CAAC,CAAC,MAAM;
|
|
1
|
+
{"version":3,"file":"cantonCommandIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/cantonCommandIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAqB3C,MAAM,aAAa,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3B,aAAa,EAAE,CAAC,CAAC,IAAI,CAAC;QACpB,UAAU,EAAE,CAAC,CAAC,MAAM;QACpB,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC;KAC/C,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,eAAe,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7B,eAAe,EAAE,CAAC,CAAC,YAAY,CAAC;QAC9B,CAAC,CAAC,IAAI,CAAC;YACL,UAAU,EAAE,CAAC,CAAC,MAAM;YACpB,MAAM,EAAE,CAAC,CAAC,MAAM;SACjB,CAAC;QACF,CAAC,CAAC,OAAO,CAAC;YAER,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC;YAE7C,UAAU,EAAE,CAAC,CAAC,MAAM;SACrB,CAAC;KACH,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,aAAa,EAAE,eAAe,CAAC,CAAC,CAAC;AAEhE,MAAM,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IACzC,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,CAAC,CAAC,MAAM;QACpB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC;QAExB,QAAQ,EAAE,CAAC,CAAC,MAAM;KACnB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC;QAEzB,UAAU,EAAE,CAAC,CAAC,OAAO;KACtB,CAAC;CACH,CAAC,CAAC;AAEH,MAAM,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IACzC,CAAC,CAAC,IAAI,CAAC;QACL,OAAO,EAAE,aAAa;QACtB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC;KACzB,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QACR,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC;QACzB,gBAAgB,EAAE,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC;KAC/C,CAAC;CACH,CAAC,CAAC;AAEU,QAAA,mBAAmB,GAAG,CAAC,CAAC,YAAY,CAAC;IAChD,uBAAU;IACV,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,aAAa;QACrC,mBAAmB,EAAE,mBAAmB;KACzC,CAAC;IACF,CAAC,CAAC,OAAO,CAAC;QAKR,KAAK,EAAE,CAAC,CAAC,MAAM;KAChB,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feeAddressTransferIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/feeAddressTransferIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAC3C,qDAAkD;
|
|
1
|
+
{"version":3,"file":"feeAddressTransferIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/feeAddressTransferIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,6CAA2C;AAC3C,qDAAkD;AAYrC,QAAA,wBAAwB,GAAG,CAAC,CAAC,YAAY,CAAC;IACrD,uBAAU;IACV,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,wBAAW,CAAC,kBAAkB;QAC1C,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,+BAAc,CAAC;KACpC,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -1694,8 +1694,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1694
1694
|
ExerciseCommand: t.IntersectionC<[t.TypeC<{
|
|
1695
1695
|
templateId: t.StringC;
|
|
1696
1696
|
choice: t.StringC;
|
|
1697
|
-
choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
|
|
1698
1697
|
}>, t.PartialC<{
|
|
1698
|
+
choiceArgument: t.RecordC<t.StringC, t.UnknownC>;
|
|
1699
1699
|
contractId: t.StringC;
|
|
1700
1700
|
}>]>;
|
|
1701
1701
|
}>]>;
|
|
@@ -1711,6 +1711,8 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
1711
1711
|
resolveAll: t.BooleanC;
|
|
1712
1712
|
}>]>>;
|
|
1713
1713
|
}>]>;
|
|
1714
|
+
}>, t.PartialC<{
|
|
1715
|
+
token: t.StringC;
|
|
1714
1716
|
}>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
1715
1717
|
intentType: t.KeyofC<{
|
|
1716
1718
|
payment: t.LiteralC<"payment">;
|
|
@@ -5144,6 +5146,310 @@ export declare const TransactionIntent: t.UnionC<[t.IntersectionC<[t.Intersectio
|
|
|
5144
5146
|
isTestTransaction: t.BooleanC;
|
|
5145
5147
|
}>]>]>, t.PartialC<{
|
|
5146
5148
|
memo: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5149
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.PartialC<{
|
|
5150
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5151
|
+
}>, t.TypeC<{
|
|
5152
|
+
intentType: t.LiteralC<"consolidate">;
|
|
5153
|
+
receiveAddress: t.StringC;
|
|
5154
|
+
}>, t.PartialC<{
|
|
5155
|
+
senderAddressIndex: t.UnionC<[t.Type<number, number, unknown>, t.UndefinedC]>;
|
|
5156
|
+
consolidateId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5157
|
+
recipients: t.UnionC<[t.Type<({
|
|
5158
|
+
address: {
|
|
5159
|
+
address?: string | undefined;
|
|
5160
|
+
option?: {
|
|
5161
|
+
[x: string]: unknown;
|
|
5162
|
+
} | undefined;
|
|
5163
|
+
};
|
|
5164
|
+
amount: {
|
|
5165
|
+
value: string;
|
|
5166
|
+
symbol: string;
|
|
5167
|
+
};
|
|
5168
|
+
} & {
|
|
5169
|
+
data?: string | undefined;
|
|
5170
|
+
} & {
|
|
5171
|
+
tokenData?: ({
|
|
5172
|
+
tokenQuantity: string;
|
|
5173
|
+
tokenType: string;
|
|
5174
|
+
} & {
|
|
5175
|
+
tokenId?: string | undefined;
|
|
5176
|
+
} & {
|
|
5177
|
+
tokenName: string;
|
|
5178
|
+
} & {
|
|
5179
|
+
tokenContractAddress?: string | undefined;
|
|
5180
|
+
decimals?: number | undefined;
|
|
5181
|
+
}) | undefined;
|
|
5182
|
+
})[], ({
|
|
5183
|
+
address: {
|
|
5184
|
+
address?: string | undefined;
|
|
5185
|
+
option?: {
|
|
5186
|
+
[x: string]: unknown;
|
|
5187
|
+
} | undefined;
|
|
5188
|
+
};
|
|
5189
|
+
amount: {
|
|
5190
|
+
value: string;
|
|
5191
|
+
symbol: string;
|
|
5192
|
+
};
|
|
5193
|
+
} & {
|
|
5194
|
+
data?: string | undefined;
|
|
5195
|
+
} & {
|
|
5196
|
+
tokenData?: ({
|
|
5197
|
+
tokenQuantity: string;
|
|
5198
|
+
tokenType: string;
|
|
5199
|
+
} & {
|
|
5200
|
+
tokenId?: string | undefined;
|
|
5201
|
+
} & {
|
|
5202
|
+
tokenName: string;
|
|
5203
|
+
} & {
|
|
5204
|
+
tokenContractAddress?: string | undefined;
|
|
5205
|
+
decimals?: number | undefined;
|
|
5206
|
+
}) | undefined;
|
|
5207
|
+
})[], unknown>, t.UndefinedC]>;
|
|
5208
|
+
keepAlive: t.UnionC<[t.Type<boolean, boolean, unknown>, t.UndefinedC]>;
|
|
5209
|
+
}>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5210
|
+
intentType: t.KeyofC<{
|
|
5211
|
+
payment: t.LiteralC<"payment">;
|
|
5212
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5213
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5214
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5215
|
+
fanout: t.LiteralC<"fanout">;
|
|
5216
|
+
stake: t.LiteralC<"stake">;
|
|
5217
|
+
unstake: t.LiteralC<"unstake">;
|
|
5218
|
+
delegate: t.LiteralC<"delegate">;
|
|
5219
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5220
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5221
|
+
claim: t.LiteralC<"claim">;
|
|
5222
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5223
|
+
pledge: t.LiteralC<"pledge">;
|
|
5224
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5225
|
+
vote: t.LiteralC<"vote">;
|
|
5226
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5227
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5228
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5229
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5230
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5231
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5232
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5233
|
+
authorize: t.LiteralC<"authorize">;
|
|
5234
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5235
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5236
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5237
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5238
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5239
|
+
customTx: t.LiteralC<"customTx">;
|
|
5240
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5241
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5242
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5243
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5244
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5245
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5246
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5247
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5248
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5249
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5250
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5251
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5252
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5253
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5254
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5255
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5256
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5257
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5258
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5259
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5260
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5261
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5262
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5263
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5264
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5265
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5266
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5267
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5268
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5269
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5270
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5271
|
+
export: t.LiteralC<"export">;
|
|
5272
|
+
import: t.LiteralC<"import">;
|
|
5273
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5274
|
+
}>;
|
|
5275
|
+
}>, t.PartialC<{
|
|
5276
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5277
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5278
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5279
|
+
}>]>, t.TypeC<{
|
|
5280
|
+
feeOptions: t.TypeC<{
|
|
5281
|
+
gasLimit: t.NumberC;
|
|
5282
|
+
}>;
|
|
5283
|
+
lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5284
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5285
|
+
intentType: t.KeyofC<{
|
|
5286
|
+
payment: t.LiteralC<"payment">;
|
|
5287
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5288
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5289
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5290
|
+
fanout: t.LiteralC<"fanout">;
|
|
5291
|
+
stake: t.LiteralC<"stake">;
|
|
5292
|
+
unstake: t.LiteralC<"unstake">;
|
|
5293
|
+
delegate: t.LiteralC<"delegate">;
|
|
5294
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5295
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5296
|
+
claim: t.LiteralC<"claim">;
|
|
5297
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5298
|
+
pledge: t.LiteralC<"pledge">;
|
|
5299
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5300
|
+
vote: t.LiteralC<"vote">;
|
|
5301
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5302
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5303
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5304
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5305
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5306
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5307
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5308
|
+
authorize: t.LiteralC<"authorize">;
|
|
5309
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5310
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5311
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5312
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5313
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5314
|
+
customTx: t.LiteralC<"customTx">;
|
|
5315
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5316
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5317
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5318
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5319
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5320
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5321
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5322
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5323
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5324
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5325
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5326
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5327
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5328
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5329
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5330
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5331
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5332
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5333
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5334
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5335
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5336
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5337
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5338
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5339
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5340
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5341
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5342
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5343
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5344
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5345
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5346
|
+
export: t.LiteralC<"export">;
|
|
5347
|
+
import: t.LiteralC<"import">;
|
|
5348
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5349
|
+
}>;
|
|
5350
|
+
}>, t.PartialC<{
|
|
5351
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5352
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5353
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5354
|
+
}>]>, t.TypeC<{
|
|
5355
|
+
recipients: t.ArrayC<t.IntersectionC<[t.TypeC<{
|
|
5356
|
+
address: t.PartialC<{
|
|
5357
|
+
address: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5358
|
+
option: t.UnionC<[t.Type<{
|
|
5359
|
+
[x: string]: unknown;
|
|
5360
|
+
}, {
|
|
5361
|
+
[x: string]: unknown;
|
|
5362
|
+
}, unknown>, t.UndefinedC]>;
|
|
5363
|
+
}>;
|
|
5364
|
+
amount: t.TypeC<{
|
|
5365
|
+
value: t.StringC;
|
|
5366
|
+
symbol: t.StringC;
|
|
5367
|
+
}>;
|
|
5368
|
+
}>, t.PartialC<{
|
|
5369
|
+
data: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5370
|
+
}>]>>;
|
|
5371
|
+
}>, t.UnionC<[t.TypeC<{
|
|
5372
|
+
intentType: t.LiteralC<"payment">;
|
|
5373
|
+
}>, t.TypeC<{
|
|
5374
|
+
intentType: t.LiteralC<"payment">;
|
|
5375
|
+
isTestTransaction: t.BooleanC;
|
|
5376
|
+
}>]>]>, t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5377
|
+
intentType: t.KeyofC<{
|
|
5378
|
+
payment: t.LiteralC<"payment">;
|
|
5379
|
+
transferToken: t.LiteralC<"transferToken">;
|
|
5380
|
+
consolidate: t.LiteralC<"consolidate">;
|
|
5381
|
+
consolidateToken: t.LiteralC<"consolidateToken">;
|
|
5382
|
+
fanout: t.LiteralC<"fanout">;
|
|
5383
|
+
stake: t.LiteralC<"stake">;
|
|
5384
|
+
unstake: t.LiteralC<"unstake">;
|
|
5385
|
+
delegate: t.LiteralC<"delegate">;
|
|
5386
|
+
undelegate: t.LiteralC<"undelegate">;
|
|
5387
|
+
switchValidator: t.LiteralC<"switchValidator">;
|
|
5388
|
+
claim: t.LiteralC<"claim">;
|
|
5389
|
+
stakeClaimRewards: t.LiteralC<"stakeClaimRewards">;
|
|
5390
|
+
pledge: t.LiteralC<"pledge">;
|
|
5391
|
+
voteDelegation: t.LiteralC<"voteDelegation">;
|
|
5392
|
+
vote: t.LiteralC<"vote">;
|
|
5393
|
+
createAccount: t.LiteralC<"createAccount">;
|
|
5394
|
+
updateAccount: t.LiteralC<"updateAccount">;
|
|
5395
|
+
addTrustLine: t.LiteralC<"addTrustLine">;
|
|
5396
|
+
removeTrustLine: t.LiteralC<"removeTrustLine">;
|
|
5397
|
+
signMessage: t.LiteralC<"signMessage">;
|
|
5398
|
+
signTypedStructuredData: t.LiteralC<"signTypedStructuredData">;
|
|
5399
|
+
enableToken: t.LiteralC<"enableToken">;
|
|
5400
|
+
authorize: t.LiteralC<"authorize">;
|
|
5401
|
+
acceleration: t.LiteralC<"acceleration">;
|
|
5402
|
+
fillNonce: t.LiteralC<"fillNonce">;
|
|
5403
|
+
walletRecovery: t.LiteralC<"walletRecovery">;
|
|
5404
|
+
contractCall: t.LiteralC<"contractCall">;
|
|
5405
|
+
deactivate: t.LiteralC<"deactivate">;
|
|
5406
|
+
customTx: t.LiteralC<"customTx">;
|
|
5407
|
+
closeAssociatedTokenAccount: t.LiteralC<"closeAssociatedTokenAccount">;
|
|
5408
|
+
stakeWithCallData: t.LiteralC<"stakeWithCallData">;
|
|
5409
|
+
unstakeWithCallData: t.LiteralC<"unstakeWithCallData">;
|
|
5410
|
+
switchValidatorWithCallData: t.LiteralC<"switchValidatorWithCallData">;
|
|
5411
|
+
feeAddressTransfer: t.LiteralC<"feeAddressTransfer">;
|
|
5412
|
+
tokenApproval: t.LiteralC<"tokenApproval">;
|
|
5413
|
+
transferStake: t.LiteralC<"transferStake">;
|
|
5414
|
+
validatorRegistration: t.LiteralC<"validatorRegistration">;
|
|
5415
|
+
increaseStake: t.LiteralC<"increaseStake">;
|
|
5416
|
+
decreaseStake: t.LiteralC<"decreaseStake">;
|
|
5417
|
+
signalExit: t.LiteralC<"signalExit">;
|
|
5418
|
+
withdrawStake: t.LiteralC<"withdrawStake">;
|
|
5419
|
+
spotTransfer: t.LiteralC<"spotTransfer">;
|
|
5420
|
+
bridgeFunds: t.LiteralC<"bridgeFunds">;
|
|
5421
|
+
enableBridging: t.LiteralC<"enableBridging">;
|
|
5422
|
+
goUnstake: t.LiteralC<"goUnstake">;
|
|
5423
|
+
createBtcDelegation: t.LiteralC<"createBtcDelegation">;
|
|
5424
|
+
transferAccept: t.LiteralC<"transferAccept">;
|
|
5425
|
+
transferReject: t.LiteralC<"transferReject">;
|
|
5426
|
+
transferAcknowledge: t.LiteralC<"transferAcknowledge">;
|
|
5427
|
+
transferOfferWithdrawn: t.LiteralC<"transferOfferWithdrawn">;
|
|
5428
|
+
cosignDelegationProposal: t.LiteralC<"cosignDelegationProposal">;
|
|
5429
|
+
cosignDelegationAccept: t.LiteralC<"cosignDelegationAccept">;
|
|
5430
|
+
allocationRequest: t.LiteralC<"allocationRequest">;
|
|
5431
|
+
cantonCommand: t.LiteralC<"cantonCommand">;
|
|
5432
|
+
allocationAllocate: t.LiteralC<"allocationAllocate">;
|
|
5433
|
+
"defi-deposit": t.LiteralC<"defi-deposit">;
|
|
5434
|
+
"defi-redeem": t.LiteralC<"defi-redeem">;
|
|
5435
|
+
"defi-approve": t.LiteralC<"defi-approve">;
|
|
5436
|
+
delegateResource: t.LiteralC<"delegateResource">;
|
|
5437
|
+
undelegateResource: t.LiteralC<"undelegateResource">;
|
|
5438
|
+
export: t.LiteralC<"export">;
|
|
5439
|
+
import: t.LiteralC<"import">;
|
|
5440
|
+
importtoc: t.LiteralC<"importtoc">;
|
|
5441
|
+
}>;
|
|
5442
|
+
}>, t.PartialC<{
|
|
5443
|
+
sequenceId: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5444
|
+
comment: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5445
|
+
nonce: t.UnionC<[t.Type<string | number, string | number, unknown>, t.UndefinedC]>;
|
|
5446
|
+
}>]>, t.TypeC<{
|
|
5447
|
+
feeOptions: t.TypeC<{
|
|
5448
|
+
gasLimit: t.NumberC;
|
|
5449
|
+
}>;
|
|
5450
|
+
lockedAmount: t.UnionC<[t.Type<string, string, unknown>, t.UndefinedC]>;
|
|
5451
|
+
}>]>, t.TypeC<{
|
|
5452
|
+
unspents: t.UnionC<[t.Type<string[], string[], unknown>, t.UndefinedC]>;
|
|
5147
5453
|
}>]>, t.UnionC<[t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
5148
5454
|
intentType: t.KeyofC<{
|
|
5149
5455
|
payment: t.LiteralC<"payment">;
|
|
@@ -61,6 +61,8 @@ const feeAddressTransferIntent_1 = require("./feeAddressTransferIntent");
|
|
|
61
61
|
const hbarUpdateAccountIntent_1 = require("./hbarUpdateAccountIntent");
|
|
62
62
|
const hypeevmSpotTransferIntent_1 = require("./hypeevmSpotTransferIntent");
|
|
63
63
|
const icpPaymentIntent_1 = require("./icpPaymentIntent");
|
|
64
|
+
const iotaConsolidateIntent_1 = require("./iotaConsolidateIntent");
|
|
65
|
+
const iotaPaymentIntent_1 = require("./iotaPaymentIntent");
|
|
64
66
|
const lightningPaymentIntent_1 = require("./lightningPaymentIntent");
|
|
65
67
|
const mmiSignMessageIntent_1 = require("./mmiSignMessageIntent");
|
|
66
68
|
const nearStakeIntent_1 = require("./nearStakeIntent");
|
|
@@ -221,6 +223,8 @@ exports.TransactionIntent = t.union([
|
|
|
221
223
|
hypeevmSpotTransferIntent_1.HypeevmSpotTransferIntent,
|
|
222
224
|
hypeevmEnableBridgingIntent_1.HypeevmEnableBridgingIntent,
|
|
223
225
|
icpPaymentIntent_1.IcpPaymentIntent,
|
|
226
|
+
iotaConsolidateIntent_1.IotaConsolidateIntent,
|
|
227
|
+
iotaPaymentIntent_1.IotaPaymentIntent,
|
|
224
228
|
lightningPaymentIntent_1.LightningPaymentIntent,
|
|
225
229
|
mmiSignMessageIntent_1.MmiSignMessageIntent,
|
|
226
230
|
mmiSignTransactionIntent_1.MmiSignTransactionIntent,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"intent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/intent.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iotaBuildOptions.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/iotaBuildOptions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,0CAAgD;AAChD,qDAAkD;
|
|
1
|
+
{"version":3,"file":"iotaBuildOptions.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/iotaBuildOptions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,6CAA0C;AAC1C,0CAAgD;AAChD,qDAAkD;AAarC,QAAA,gBAAgB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC7C,uBAAU;IACV,CAAC,CAAC,IAAI,CAAC;QACL,UAAU,EAAE,+BAAc;QAC1B,YAAY,EAAE,sBAAc;KAC7B,CAAC;CACH,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iotaConsolidateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/iotaConsolidateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,yDAAsD;AACtD,iFAA8E;
|
|
1
|
+
{"version":3,"file":"iotaConsolidateIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/iotaConsolidateIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,yDAAsD;AACtD,iFAA8E;AASjE,QAAA,qBAAqB,GAAG,CAAC,CAAC,YAAY,CAAC;IAClD,2DAA4B;IAC5B,mCAAgB;CACjB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iotaFeeOptions.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/iotaFeeOptions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;
|
|
1
|
+
{"version":3,"file":"iotaFeeOptions.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/iotaFeeOptions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AASd,QAAA,cAAc,GAAG,CAAC,CAAC,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,CAAC,MAAM;CACnB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iotaPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/iotaPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,yDAAsD;AACtD,mDAAgD;AAChD,0CAAqD;
|
|
1
|
+
{"version":3,"file":"iotaPaymentIntent.js","sourceRoot":"","sources":["../../../../../src/schema/transactionRequest/intents/iotaPaymentIntent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAC3B,yDAAsD;AACtD,mDAAgD;AAChD,0CAAqD;AAYxC,QAAA,iBAAiB,GAAG,CAAC,CAAC,YAAY,CAAC;IAC9C,6BAAa;IACb,mCAAgB;IAChB,CAAC,CAAC,IAAI,CAAC;QACL,QAAQ,EAAE,2BAAmB;KAC9B,CAAC;CACH,CAAC,CAAC"}
|