OwnerOfParams

Represents the parameters for the "ownerOf" function.

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