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