SignatureErc8010.unwrap
Unwraps an ERC-8010 wrapped signature into its constituent parts.
Imports
Named
import { SignatureErc8010 } from 'ox/erc8010'Examples
import { SignatureErc8010 } from 'ox/erc8010'
const { authorization, data, signature } = SignatureErc8010.unwrap('0x...')Definition
function unwrap(
wrapped: SignatureErc8010.Wrapped,
): UnwrappedSource: src/erc8010/SignatureErc8010.ts
Parameters
wrapped
- Type:
SignatureErc8010.Wrapped
Wrapped signature to unwrap.
Return Type
Unwrapped signature.

