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