SignatureErc6492.unwrap
Parses an ERC-6492 wrapped signature into its constituent parts.
Imports
Named
import { SignatureErc6492 } from 'ox/erc6492'
Examples
import { SignatureErc6492 } from 'ox/erc6492'
const { data, signature, to } = SignatureErc6492.unwrap('0x...')
Definition
function unwrap(
wrapped: Wrapped,
): Unwrapped
Source: src/erc6492/SignatureErc6492.ts
Parameters
wrapped
- Type:
Wrapped
Wrapped signature to parse.
Return Type
Wrapped signature.