GetTransactionFees
Retrieves transaction fees for a specified eVyChain.
public static VyTask<JToken> GetTransactionFees(eVyChain chain)
Path Parameters
Returns
VyTask<JToken> A task that represents the asynchronous operation. The task result contains a JToken object representing the transaction fees.
Last updated