ApproveOfferTx

Approves an offer transaction with the specified ID using the provided request parameters.

Server Authoritative (default)

public static VyTask<VyOfferDto> ApproveOfferTx(string id, VyApproveOfferTxRequest reqParams)

Path Parameters

reqParams

The request parameters for approving the offer transaction.

Returns

VyTask<VyOfferDto> A task that represents the asynchronous operation. The task result contains the updated offer information.

Last updated