PrepareOfferTransaction
Prepares an offer transaction with the specified ID.
public static VyTask<VyOfferPreparationDto> PrepareOfferTransaction(string id, VyQuery_PrepareOfferTransaction query = null)
Path Parameters
Returns
VyTask<VyOfferPreparationDto> A task that represents the asynchronous operation. The task result contains the prepared offer transaction data.
Last updated