Calls the "getDefaultRoyaltyInfo" function on the contract.
import { getDefaultRoyaltyInfo } from "thirdweb/extensions/common"; const result = await 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.