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