@metamask-previews/wallet-cli 0.0.0-preview-e58fe0640 → 0.0.0-preview-8eb2c7f6e
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.
|
@@ -13,8 +13,8 @@ import type { DefaultActions, DefaultEvents, RootMessenger } from "@metamask/wal
|
|
|
13
13
|
export declare const SendTransactionParamsStruct: import("@metamask/superstruct").Struct<{
|
|
14
14
|
to: `0x${string}`;
|
|
15
15
|
data?: `0x${string}` | undefined;
|
|
16
|
-
value?: `0x${string}` | undefined;
|
|
17
16
|
from?: `0x${string}` | undefined;
|
|
17
|
+
value?: `0x${string}` | undefined;
|
|
18
18
|
gas?: `0x${string}` | undefined;
|
|
19
19
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
20
20
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
@@ -43,9 +43,9 @@ export type SendTransactionParams = Infer<typeof SendTransactionParamsStruct>;
|
|
|
43
43
|
* (which erases types on the wire) rather than trusting its shape.
|
|
44
44
|
*/
|
|
45
45
|
export declare const SendTransactionDryRunResultStruct: import("@metamask/superstruct").Struct<{
|
|
46
|
-
value: `0x${string}`;
|
|
47
46
|
to: `0x${string}`;
|
|
48
47
|
from: `0x${string}`;
|
|
48
|
+
value: `0x${string}`;
|
|
49
49
|
networkClientId: string;
|
|
50
50
|
dryRun: true;
|
|
51
51
|
}, {
|
|
@@ -13,8 +13,8 @@ import type { DefaultActions, DefaultEvents, RootMessenger } from "@metamask/wal
|
|
|
13
13
|
export declare const SendTransactionParamsStruct: import("@metamask/superstruct").Struct<{
|
|
14
14
|
to: `0x${string}`;
|
|
15
15
|
data?: `0x${string}` | undefined;
|
|
16
|
-
value?: `0x${string}` | undefined;
|
|
17
16
|
from?: `0x${string}` | undefined;
|
|
17
|
+
value?: `0x${string}` | undefined;
|
|
18
18
|
gas?: `0x${string}` | undefined;
|
|
19
19
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
20
20
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
@@ -43,9 +43,9 @@ export type SendTransactionParams = Infer<typeof SendTransactionParamsStruct>;
|
|
|
43
43
|
* (which erases types on the wire) rather than trusting its shape.
|
|
44
44
|
*/
|
|
45
45
|
export declare const SendTransactionDryRunResultStruct: import("@metamask/superstruct").Struct<{
|
|
46
|
-
value: `0x${string}`;
|
|
47
46
|
to: `0x${string}`;
|
|
48
47
|
from: `0x${string}`;
|
|
48
|
+
value: `0x${string}`;
|
|
49
49
|
networkClientId: string;
|
|
50
50
|
dryRun: true;
|
|
51
51
|
}, {
|