UpdateContractMetadata

Updates the metadata of a contract with the given ID.

Server Authoritative (default)

public static VyTask<VyContractMetadataDto> UpdateContractMetadata(int contractId, VyUpdateContractMetadataRequest reqParams)

Path Parameters

reqParams

The request parameters containing the metadata to update.

Returns

VyTask<VyContractMetadataDto> A task that represents the asynchronous operation. The task result contains the updated contract metadata.

Last updated