PrepareOfferTransaction

Prepares an offer transaction with the specified ID.

Client Authoritative (default)

public static VyTask<VyOfferPreparationDto> PrepareOfferTransaction(string id, VyQuery_PrepareOfferTransaction query = null)

Path Parameters

query [optional]

Optional query parameters for the request.

Returns

VyTask<VyOfferPreparationDto> A task that represents the asynchronous operation. The task result contains the prepared offer transaction data.

Last updated