useContractMetadata
Get the metadata of this contract
Example
const { data: contractMetadata, isLoading } =
useContractMetadata(contract);
Parameters
Returns
a response object that includes the contract metadata of the deployed contract
Get the metadata of this contract
const { data: contractMetadata, isLoading } =
useContractMetadata(contract);
a response object that includes the contract metadata of the deployed contract