Calls the "getSaleConfig" function on the contract.
import { MintableERC1155 } from "thirdweb/modules"; const result = await MintableERC1155.getSaleConfig({ contract,});
function getSaleConfig( options: BaseTransactionOptions,): Promise<string>;
The options for the getSaleConfig function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.