Docs

resolveSignatures

Resolves the signatures of the given hexadecimal signatures.

Example

import { resolveSignatures } from "thirdweb/utils";
const res = await resolveSignatures(["0x1f931c1c", "0x1f931c1c"]);
console.log(res);

Parameters

Returns

A promise that resolves to an object containing the resolved functions and events.