GetRoyaltyInfoForTokenParams

Represents the parameters for the "getRoyaltyInfoForToken" function.

type GetRoyaltyInfoForTokenParams = {
tokenId: AbiParameterToPrimitiveType<{
name: "tokenId";
type: "uint256";
}>;
};