SetDefaultRoyaltyInfoParams

Represents the parameters for the "setDefaultRoyaltyInfo" function.

type SetDefaultRoyaltyInfoParams = WithOverrides<{
royaltyBps: AbiParameterToPrimitiveType<{
name: "_royaltyBps";
type: "uint256";
}>;
royaltyRecipient: AbiParameterToPrimitiveType<{
name: "_royaltyRecipient";
type: "address";
}>;
}>;