getSaleConfig

Calls the "getSaleConfig" function on the contract.

Example

import { MintableERC1155 } from "thirdweb/modules";
const result = await MintableERC1155.getSaleConfig({
contract,
});
function getSaleConfig(
): Promise<string>;

Parameters

The options for the getSaleConfig function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<string>;

The parsed result of the function call.