GetContractMetadata
Retrieves the metadata of a contract with the given ID.
public static VyTask<VyContractMetadataDto> GetContractMetadata(int contractId)
Path Parameters
Returns
VyTask<VyContractMetadataDto> An asynchronous task that returns the metadata of the contract with the given ID.
Last updated