isErc6492Signature

Example

import { isErc6492Signature } from "thirdweb/auth";
const isErc6492 = isErc6492Signature(
"0x1234567890123456789012345678901234567890",
);

Parameters

Returns

True if the signature is compatible with ERC6492, false otherwise