TokenURIParams

Represents the parameters for the "tokenURI" function.

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