SetContractURIParams

Represents the parameters for the "setContractURI" function.

type SetContractURIParams = WithOverrides<{
uri: AbiParameterToPrimitiveType<{ name: "_uri"; type: "string" }>;
}>;