RoyaltyInfoParams

Represents the parameters for the "royaltyInfo" function.

type RoyaltyInfoParams = {
salePrice: AbiParameterToPrimitiveType<{
name: "_salePrice";
type: "uint256";
}>;
tokenId: AbiParameterToPrimitiveType<{
name: "_tokenId";
type: "uint256";
}>;
};