Generates the signature for the provided transaction hash.
import { sign } from "thirdweb/utils"; const signature = sign({ hash: "0x", privateKey: "0x",});
The transaction signature.