@hyperbridge/sdk 2.8.5 → 2.8.7
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/browser/index.d.ts +3 -0
- package/dist/browser/index.js +9 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.cjs +9 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.cts +2 -2
- package/dist/node/index.d.ts +2 -2
- package/dist/node/index.js +9 -1
- package/dist/node/index.js.map +1 -1
- package/dist/node/{intents-helpers-Cf0-Odlu.d.cts → intents-helpers-BFc6YnD3.d.cts} +3 -0
- package/dist/node/{intents-helpers-Cf0-Odlu.d.ts → intents-helpers-BFc6YnD3.d.ts} +3 -0
- package/dist/node/intents-helpers.cjs.map +1 -1
- package/dist/node/intents-helpers.d.cts +1 -1
- package/dist/node/intents-helpers.d.ts +1 -1
- package/dist/node/intents-helpers.js.map +1 -1
- package/package.json +6 -37
|
@@ -3108,6 +3108,9 @@ interface SigningAccount {
|
|
|
3108
3108
|
*
|
|
3109
3109
|
* No chain id parameter: EIP-712 carries it in `domain.chainId`, which is what
|
|
3110
3110
|
* the digest covers and what a backend scoping the request to a chain reads.
|
|
3111
|
+
*
|
|
3112
|
+
* Returns the 65-byte `r ‖ s ‖ v` signature as 0x-hex, `v` 27 or 28 — the
|
|
3113
|
+
* `eth_signTypedData_v4` form. Bid validation recovers against exactly this.
|
|
3111
3114
|
*/
|
|
3112
3115
|
signTypedData: (typedData: unknown) => Promise<HexString$1>;
|
|
3113
3116
|
}
|
|
@@ -3108,6 +3108,9 @@ interface SigningAccount {
|
|
|
3108
3108
|
*
|
|
3109
3109
|
* No chain id parameter: EIP-712 carries it in `domain.chainId`, which is what
|
|
3110
3110
|
* the digest covers and what a backend scoping the request to a chain reads.
|
|
3111
|
+
*
|
|
3112
|
+
* Returns the 65-byte `r ‖ s ‖ v` signature as 0x-hex, `v` 27 or 28 — the
|
|
3113
|
+
* `eth_signTypedData_v4` form. Bid validation recovers against exactly this.
|
|
3111
3114
|
*/
|
|
3112
3115
|
signTypedData: (typedData: unknown) => Promise<HexString$1>;
|
|
3113
3116
|
}
|