Skip to main content
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
A FeeData wraps all the fee-related values associated with the network.

Constructors

new FeeData()

Creates a new FeeData for gasPrice.

Parameters

Returns

FeeData

Source

providers/provider.ts:106

Properties

Methods

toJSON()

Returns a JSON-friendly value.

Returns

any The JSON-friendly value.

Source

providers/provider.ts:117