@dynamic-labs/ethereum-core 4.12.2-preview.0 → 4.12.3

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.
@@ -14,7 +14,7 @@ export declare const createAccountWithUiConfirmation: ({ address, account, provi
14
14
  sign?: ((parameters: {
15
15
  hash: `0x${string}`;
16
16
  }) => Promise<`0x${string}`>) | undefined;
17
- experimental_signAuthorization?: ((parameters: import("viem/experimental").Authorization) => Promise<import("viem/accounts").SignAuthorizationReturnType>) | undefined;
17
+ signAuthorization?: ((parameters: import("node_modules/viem/_types/types/authorization").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>) | undefined;
18
18
  signMessage: ({ message }: {
19
19
  message: import("viem").SignableMessage;
20
20
  }) => Promise<`0x${string}`>;
@@ -42,8 +42,8 @@ export declare const createAccountWithUiConfirmation: ({ address, account, provi
42
42
  [x: `bytes22[${string}]`]: undefined;
43
43
  [x: `bytes21[${string}]`]: undefined;
44
44
  [x: `bytes20[${string}]`]: undefined;
45
- [x: `bytes19[${string}]`]: undefined;
46
45
  [x: `bytes2[${string}]`]: undefined;
46
+ [x: `bytes19[${string}]`]: undefined;
47
47
  [x: `bytes18[${string}]`]: undefined;
48
48
  [x: `bytes17[${string}]`]: undefined;
49
49
  [x: `bytes16[${string}]`]: undefined;
@@ -144,8 +144,8 @@ export declare const createAccountWithUiConfirmation: ({ address, account, provi
144
144
  bytes22?: undefined;
145
145
  bytes21?: undefined;
146
146
  bytes20?: undefined;
147
- bytes19?: undefined;
148
147
  bytes2?: undefined;
148
+ bytes19?: undefined;
149
149
  bytes18?: undefined;
150
150
  bytes17?: undefined;
151
151
  bytes16?: undefined;