ApproveOfferMetaTx
Approves an offer using a meta transaction.
public static VyTask<VyOfferDto> ApproveOfferMetaTx(string offerId, VyApproveOfferMetaTxRequest reqParams)
Path Parameters
Returns
VyTask<VyOfferDto> A task that represents the asynchronous operation. The task result contains the updated offer information.
Last updated