Encodes the install data for the MintableERC1155 module.
function encodeInstall( params: EncodeBytesOnInstallParams,): `0x${string}`;
The parameters for the module.
let params: EncodeBytesOnInstallParams;
let returnType: `0x${string}`;
The encoded data.