Encodes the parameters for the "encodeBytesBeforeMintERC721" function.
import { encodeEncodeBytesBeforeMintERC721Params } "thirdweb/extensions/modules";const result = encodeEncodeBytesBeforeMintERC721Params({ params: ...,});
function encodeMintParams( options: EncodeBytesBeforeMintERC721Params,): `0x${string}`;
The options for the encodeBytesBeforeMintERC721 function.
let options: EncodeBytesBeforeMintERC721Params;
let returnType: `0x${string}`;
The encoded ABI parameters.