encodeMintParams

Encodes the parameters for the "encodeBytesBeforeMintERC1155" function.

Example

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

Parameters

The options for the encodeBytesBeforeMintERC1155 function.

Type

let options: EncodeBytesBeforeMintERC1155Params;

Returns

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

The encoded ABI parameters.