ApproveOfferTx
Approves an offer transaction with the specified ID using the provided request parameters.
public static VyTask<VyOfferDto> ApproveOfferTx(string id, VyApproveOfferTxRequest reqParams)
Path Parameters
Returns
VyTask<VyOfferDto> A task that represents the asynchronous operation. The task result contains the updated offer information.
Last updated