ApproveOfferMetaTx

Approves an offer using a meta transaction.

Server Authoritative (default)

public static VyTask<VyOfferDto> ApproveOfferMetaTx(string offerId, VyApproveOfferMetaTxRequest reqParams)

Path Parameters

reqParams

The parameters for the meta transaction approval.

Returns

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

Last updated