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
Get the shared metadata of an Open Edition NFT contract
const {
data: sharedMetadata,
isLoading,
error,
} = useSharedMetadata(contract);
a response object that includes the shared metadata of the contract