UriParams

Represents the parameters for the "uri" function.

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