@metamask-previews/transaction-pay-controller 11.0.0-preview-a033b2d7 → 11.0.0-preview-e6f8648b
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.
|
@@ -67,18 +67,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
67
67
|
decimals: number;
|
|
68
68
|
icon?: string | null | undefined;
|
|
69
69
|
iconUrl?: string | null | undefined;
|
|
70
|
-
rwaData?: {
|
|
71
|
-
instrumentType?: string | undefined;
|
|
72
|
-
ticker?: string | undefined;
|
|
73
|
-
market?: {
|
|
74
|
-
nextOpen?: string | undefined;
|
|
75
|
-
nextClose?: string | undefined;
|
|
76
|
-
} | undefined;
|
|
77
|
-
nextPause?: {
|
|
78
|
-
start?: string | undefined;
|
|
79
|
-
end?: string | undefined;
|
|
80
|
-
} | undefined;
|
|
81
|
-
} | undefined;
|
|
82
70
|
};
|
|
83
71
|
destAsset: {
|
|
84
72
|
symbol: string;
|
|
@@ -89,18 +77,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
89
77
|
decimals: number;
|
|
90
78
|
icon?: string | null | undefined;
|
|
91
79
|
iconUrl?: string | null | undefined;
|
|
92
|
-
rwaData?: {
|
|
93
|
-
instrumentType?: string | undefined;
|
|
94
|
-
ticker?: string | undefined;
|
|
95
|
-
market?: {
|
|
96
|
-
nextOpen?: string | undefined;
|
|
97
|
-
nextClose?: string | undefined;
|
|
98
|
-
} | undefined;
|
|
99
|
-
nextPause?: {
|
|
100
|
-
start?: string | undefined;
|
|
101
|
-
end?: string | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
} | undefined;
|
|
104
80
|
};
|
|
105
81
|
requestId: string;
|
|
106
82
|
srcTokenAmount: string;
|
|
@@ -118,18 +94,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
118
94
|
decimals: number;
|
|
119
95
|
icon?: string | null | undefined;
|
|
120
96
|
iconUrl?: string | null | undefined;
|
|
121
|
-
rwaData?: {
|
|
122
|
-
instrumentType?: string | undefined;
|
|
123
|
-
ticker?: string | undefined;
|
|
124
|
-
market?: {
|
|
125
|
-
nextOpen?: string | undefined;
|
|
126
|
-
nextClose?: string | undefined;
|
|
127
|
-
} | undefined;
|
|
128
|
-
nextPause?: {
|
|
129
|
-
start?: string | undefined;
|
|
130
|
-
end?: string | undefined;
|
|
131
|
-
} | undefined;
|
|
132
|
-
} | undefined;
|
|
133
97
|
};
|
|
134
98
|
};
|
|
135
99
|
txFee?: ({
|
|
@@ -143,18 +107,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
143
107
|
decimals: number;
|
|
144
108
|
icon?: string | null | undefined;
|
|
145
109
|
iconUrl?: string | null | undefined;
|
|
146
|
-
rwaData?: {
|
|
147
|
-
instrumentType?: string | undefined;
|
|
148
|
-
ticker?: string | undefined;
|
|
149
|
-
market?: {
|
|
150
|
-
nextOpen?: string | undefined;
|
|
151
|
-
nextClose?: string | undefined;
|
|
152
|
-
} | undefined;
|
|
153
|
-
nextPause?: {
|
|
154
|
-
start?: string | undefined;
|
|
155
|
-
end?: string | undefined;
|
|
156
|
-
} | undefined;
|
|
157
|
-
} | undefined;
|
|
158
110
|
};
|
|
159
111
|
} & {
|
|
160
112
|
maxFeePerGas: string;
|
|
@@ -175,18 +127,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
175
127
|
decimals: number;
|
|
176
128
|
icon?: string | null | undefined;
|
|
177
129
|
iconUrl?: string | null | undefined;
|
|
178
|
-
rwaData?: {
|
|
179
|
-
instrumentType?: string | undefined;
|
|
180
|
-
ticker?: string | undefined;
|
|
181
|
-
market?: {
|
|
182
|
-
nextOpen?: string | undefined;
|
|
183
|
-
nextClose?: string | undefined;
|
|
184
|
-
} | undefined;
|
|
185
|
-
nextPause?: {
|
|
186
|
-
start?: string | undefined;
|
|
187
|
-
end?: string | undefined;
|
|
188
|
-
} | undefined;
|
|
189
|
-
} | undefined;
|
|
190
130
|
};
|
|
191
131
|
destAsset: {
|
|
192
132
|
symbol: string;
|
|
@@ -197,18 +137,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
197
137
|
decimals: number;
|
|
198
138
|
icon?: string | null | undefined;
|
|
199
139
|
iconUrl?: string | null | undefined;
|
|
200
|
-
rwaData?: {
|
|
201
|
-
instrumentType?: string | undefined;
|
|
202
|
-
ticker?: string | undefined;
|
|
203
|
-
market?: {
|
|
204
|
-
nextOpen?: string | undefined;
|
|
205
|
-
nextClose?: string | undefined;
|
|
206
|
-
} | undefined;
|
|
207
|
-
nextPause?: {
|
|
208
|
-
start?: string | undefined;
|
|
209
|
-
end?: string | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
} | undefined;
|
|
212
140
|
};
|
|
213
141
|
srcAmount: string;
|
|
214
142
|
destAmount: string;
|
|
@@ -231,18 +159,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
231
159
|
decimals: number;
|
|
232
160
|
icon?: string | null | undefined;
|
|
233
161
|
iconUrl?: string | null | undefined;
|
|
234
|
-
rwaData?: {
|
|
235
|
-
instrumentType?: string | undefined;
|
|
236
|
-
ticker?: string | undefined;
|
|
237
|
-
market?: {
|
|
238
|
-
nextOpen?: string | undefined;
|
|
239
|
-
nextClose?: string | undefined;
|
|
240
|
-
} | undefined;
|
|
241
|
-
nextPause?: {
|
|
242
|
-
start?: string | undefined;
|
|
243
|
-
end?: string | undefined;
|
|
244
|
-
} | undefined;
|
|
245
|
-
} | undefined;
|
|
246
162
|
};
|
|
247
163
|
destAsset: {
|
|
248
164
|
symbol: string;
|
|
@@ -253,18 +169,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
253
169
|
decimals: number;
|
|
254
170
|
icon?: string | null | undefined;
|
|
255
171
|
iconUrl?: string | null | undefined;
|
|
256
|
-
rwaData?: {
|
|
257
|
-
instrumentType?: string | undefined;
|
|
258
|
-
ticker?: string | undefined;
|
|
259
|
-
market?: {
|
|
260
|
-
nextOpen?: string | undefined;
|
|
261
|
-
nextClose?: string | undefined;
|
|
262
|
-
} | undefined;
|
|
263
|
-
nextPause?: {
|
|
264
|
-
start?: string | undefined;
|
|
265
|
-
end?: string | undefined;
|
|
266
|
-
} | undefined;
|
|
267
|
-
} | undefined;
|
|
268
172
|
};
|
|
269
173
|
srcAmount: string;
|
|
270
174
|
destAmount: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messenger-mock.d.cts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AAwBA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAY5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO
|
|
1
|
+
{"version":3,"file":"messenger-mock.d.cts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AAwBA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAY5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmOjC"}
|
|
@@ -67,18 +67,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
67
67
|
decimals: number;
|
|
68
68
|
icon?: string | null | undefined;
|
|
69
69
|
iconUrl?: string | null | undefined;
|
|
70
|
-
rwaData?: {
|
|
71
|
-
instrumentType?: string | undefined;
|
|
72
|
-
ticker?: string | undefined;
|
|
73
|
-
market?: {
|
|
74
|
-
nextOpen?: string | undefined;
|
|
75
|
-
nextClose?: string | undefined;
|
|
76
|
-
} | undefined;
|
|
77
|
-
nextPause?: {
|
|
78
|
-
start?: string | undefined;
|
|
79
|
-
end?: string | undefined;
|
|
80
|
-
} | undefined;
|
|
81
|
-
} | undefined;
|
|
82
70
|
};
|
|
83
71
|
destAsset: {
|
|
84
72
|
symbol: string;
|
|
@@ -89,18 +77,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
89
77
|
decimals: number;
|
|
90
78
|
icon?: string | null | undefined;
|
|
91
79
|
iconUrl?: string | null | undefined;
|
|
92
|
-
rwaData?: {
|
|
93
|
-
instrumentType?: string | undefined;
|
|
94
|
-
ticker?: string | undefined;
|
|
95
|
-
market?: {
|
|
96
|
-
nextOpen?: string | undefined;
|
|
97
|
-
nextClose?: string | undefined;
|
|
98
|
-
} | undefined;
|
|
99
|
-
nextPause?: {
|
|
100
|
-
start?: string | undefined;
|
|
101
|
-
end?: string | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
} | undefined;
|
|
104
80
|
};
|
|
105
81
|
requestId: string;
|
|
106
82
|
srcTokenAmount: string;
|
|
@@ -118,18 +94,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
118
94
|
decimals: number;
|
|
119
95
|
icon?: string | null | undefined;
|
|
120
96
|
iconUrl?: string | null | undefined;
|
|
121
|
-
rwaData?: {
|
|
122
|
-
instrumentType?: string | undefined;
|
|
123
|
-
ticker?: string | undefined;
|
|
124
|
-
market?: {
|
|
125
|
-
nextOpen?: string | undefined;
|
|
126
|
-
nextClose?: string | undefined;
|
|
127
|
-
} | undefined;
|
|
128
|
-
nextPause?: {
|
|
129
|
-
start?: string | undefined;
|
|
130
|
-
end?: string | undefined;
|
|
131
|
-
} | undefined;
|
|
132
|
-
} | undefined;
|
|
133
97
|
};
|
|
134
98
|
};
|
|
135
99
|
txFee?: ({
|
|
@@ -143,18 +107,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
143
107
|
decimals: number;
|
|
144
108
|
icon?: string | null | undefined;
|
|
145
109
|
iconUrl?: string | null | undefined;
|
|
146
|
-
rwaData?: {
|
|
147
|
-
instrumentType?: string | undefined;
|
|
148
|
-
ticker?: string | undefined;
|
|
149
|
-
market?: {
|
|
150
|
-
nextOpen?: string | undefined;
|
|
151
|
-
nextClose?: string | undefined;
|
|
152
|
-
} | undefined;
|
|
153
|
-
nextPause?: {
|
|
154
|
-
start?: string | undefined;
|
|
155
|
-
end?: string | undefined;
|
|
156
|
-
} | undefined;
|
|
157
|
-
} | undefined;
|
|
158
110
|
};
|
|
159
111
|
} & {
|
|
160
112
|
maxFeePerGas: string;
|
|
@@ -175,18 +127,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
175
127
|
decimals: number;
|
|
176
128
|
icon?: string | null | undefined;
|
|
177
129
|
iconUrl?: string | null | undefined;
|
|
178
|
-
rwaData?: {
|
|
179
|
-
instrumentType?: string | undefined;
|
|
180
|
-
ticker?: string | undefined;
|
|
181
|
-
market?: {
|
|
182
|
-
nextOpen?: string | undefined;
|
|
183
|
-
nextClose?: string | undefined;
|
|
184
|
-
} | undefined;
|
|
185
|
-
nextPause?: {
|
|
186
|
-
start?: string | undefined;
|
|
187
|
-
end?: string | undefined;
|
|
188
|
-
} | undefined;
|
|
189
|
-
} | undefined;
|
|
190
130
|
};
|
|
191
131
|
destAsset: {
|
|
192
132
|
symbol: string;
|
|
@@ -197,18 +137,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
197
137
|
decimals: number;
|
|
198
138
|
icon?: string | null | undefined;
|
|
199
139
|
iconUrl?: string | null | undefined;
|
|
200
|
-
rwaData?: {
|
|
201
|
-
instrumentType?: string | undefined;
|
|
202
|
-
ticker?: string | undefined;
|
|
203
|
-
market?: {
|
|
204
|
-
nextOpen?: string | undefined;
|
|
205
|
-
nextClose?: string | undefined;
|
|
206
|
-
} | undefined;
|
|
207
|
-
nextPause?: {
|
|
208
|
-
start?: string | undefined;
|
|
209
|
-
end?: string | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
} | undefined;
|
|
212
140
|
};
|
|
213
141
|
srcAmount: string;
|
|
214
142
|
destAmount: string;
|
|
@@ -231,18 +159,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
231
159
|
decimals: number;
|
|
232
160
|
icon?: string | null | undefined;
|
|
233
161
|
iconUrl?: string | null | undefined;
|
|
234
|
-
rwaData?: {
|
|
235
|
-
instrumentType?: string | undefined;
|
|
236
|
-
ticker?: string | undefined;
|
|
237
|
-
market?: {
|
|
238
|
-
nextOpen?: string | undefined;
|
|
239
|
-
nextClose?: string | undefined;
|
|
240
|
-
} | undefined;
|
|
241
|
-
nextPause?: {
|
|
242
|
-
start?: string | undefined;
|
|
243
|
-
end?: string | undefined;
|
|
244
|
-
} | undefined;
|
|
245
|
-
} | undefined;
|
|
246
162
|
};
|
|
247
163
|
destAsset: {
|
|
248
164
|
symbol: string;
|
|
@@ -253,18 +169,6 @@ export declare function getMessengerMock({ skipRegister, }?: {
|
|
|
253
169
|
decimals: number;
|
|
254
170
|
icon?: string | null | undefined;
|
|
255
171
|
iconUrl?: string | null | undefined;
|
|
256
|
-
rwaData?: {
|
|
257
|
-
instrumentType?: string | undefined;
|
|
258
|
-
ticker?: string | undefined;
|
|
259
|
-
market?: {
|
|
260
|
-
nextOpen?: string | undefined;
|
|
261
|
-
nextClose?: string | undefined;
|
|
262
|
-
} | undefined;
|
|
263
|
-
nextPause?: {
|
|
264
|
-
start?: string | undefined;
|
|
265
|
-
end?: string | undefined;
|
|
266
|
-
} | undefined;
|
|
267
|
-
} | undefined;
|
|
268
172
|
};
|
|
269
173
|
srcAmount: string;
|
|
270
174
|
destAmount: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messenger-mock.d.mts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AAwBA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAY5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO
|
|
1
|
+
{"version":3,"file":"messenger-mock.d.mts","sourceRoot":"","sources":["../../src/tests/messenger-mock.ts"],"names":[],"mappings":";AAwBA,OAAO,KAAK,EAAE,iCAAiC,EAAE,qBAAW;AAY5D;;;;;;GAMG;AAEH,wBAAgB,gBAAgB,CAAC,EAC/B,YAAY,GACb,GAAE;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmOjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-pay-controller",
|
|
3
|
-
"version": "11.0.0-preview-
|
|
3
|
+
"version": "11.0.0-preview-e6f8648b",
|
|
4
4
|
"description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|