Get the shared metadata of an Open Edition NFT contract
Example
const {
data: sharedMetadata,
isLoading,
error,
} = useSharedMetadata(contract);
a response object that includes the shared metadata of the contract
type ReturnType = UseQueryResult<BasicNFTInput | undefined>;