ArchiveContract
Archives a contract with the specified ID.
public static VyTask<VyTaskVoid> ArchiveContract(int contractId)
Path Parameters
Returns
VyTask<VyTaskVoid> An asynchronous task that represents the completion of the archive operation.
Last updated