viem 0.0.0-main.20230606T201917 → 0.0.0-main.20230606T201951
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.
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20230606T201951';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -11,7 +11,7 @@ export type SignTypedDataParameters<TTypedData extends TypedData | {
|
|
11
11
|
} = TypedData, TPrimaryType extends string = string, TAccount extends Account | undefined = undefined> = GetAccountParameter<TAccount> & TypedDataDefinition<TTypedData, TPrimaryType>;
|
12
12
|
export type SignTypedDataReturnType = Hex;
|
13
13
|
/**
|
14
|
-
* Signs typed data and calculates an Ethereum-specific signature in [
|
14
|
+
* Signs typed data and calculates an Ethereum-specific signature in [https://eips.ethereum.org/EIPS/eip-712](https://eips.ethereum.org/EIPS/eip-712): `sign(keccak256("\x19\x01" ‖ domainSeparator ‖ hashStruct(message)))`
|
15
15
|
*
|
16
16
|
* - Docs: https://viem.sh/docs/actions/wallet/signTypedData.html
|
17
17
|
* - JSON-RPC Methods:
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20230606T201951";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
@@ -23,7 +23,7 @@ export type SignTypedDataParameters<
|
|
23
23
|
export type SignTypedDataReturnType = Hex
|
24
24
|
|
25
25
|
/**
|
26
|
-
* Signs typed data and calculates an Ethereum-specific signature in [
|
26
|
+
* Signs typed data and calculates an Ethereum-specific signature in [https://eips.ethereum.org/EIPS/eip-712](https://eips.ethereum.org/EIPS/eip-712): `sign(keccak256("\x19\x01" ‖ domainSeparator ‖ hashStruct(message)))`
|
27
27
|
*
|
28
28
|
* - Docs: https://viem.sh/docs/actions/wallet/signTypedData.html
|
29
29
|
* - JSON-RPC Methods:
|
package/src/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20230606T201951'
|