ContractMetadata.get() methodGet the metadata of a contractExampleconst metadata = await contract.metadata.get();Signature:get(): Promise<z.output<TSchema["output"]>>;Returns:Promise<z.output<TSchema["output"]>>the metadata of the given contractRemarksGet the metadata of a contract