encodeInstall

Encodes the install data for the ClaimableERC1155 module.

function encodeInstall(
params: EncodeBytesOnInstallParams,
): `0x${string}`;

Parameters

The parameters for the module.

Type

let params: EncodeBytesOnInstallParams;

Returns

let returnType: `0x${string}`;
  • The encoded data.