Table of Contents

Class GasClient

Namespace
Aptos
Assembly
Aptos.dll
public class GasClient
Inheritance
GasClient
Inherited Members

Constructors

GasClient(AptosClient)

public GasClient(AptosClient client)

Parameters

client AptosClient

Methods

GetGasPriceEstimation()

Gets the gas price estimation for the current network.

public Task<GasEstimation> GetGasPriceEstimation()

Returns

Task<GasEstimation>

The gas price estimation for the current network.