encodeMintParams

Encodes the parameters for the "encodeBytesBeforeMintERC721" function.

Example

import { encodeEncodeBytesBeforeMintERC721Params } "thirdweb/extensions/modules";
const result = encodeEncodeBytesBeforeMintERC721Params({
params: ...,
});
function encodeMintParams(
options: EncodeBytesBeforeMintERC721Params,
): `0x${string}`;

Parameters

The options for the encodeBytesBeforeMintERC721 function.

Type

let options: EncodeBytesBeforeMintERC721Params;

Returns

let returnType: `0x${string}`;

The encoded ABI parameters.