gas_fee

package
v0.0.1-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2024 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GasEstimateFeeRequest

type GasEstimateFeeRequest struct {
	ExplorerName   string `json:"explorerName"`
	ChainShortName string `json:"chainShortName"`
	GasLimit       int    `json:"gasLimit"`
}

type GasEstimateFeeResponse

type GasEstimateFeeResponse struct {
	ChainFullName         string `json:"chainFullName"`
	ChainShortName        string `json:"chainShortName"`
	Symbol                string `json:"symbol"`
	BestTransactionFee    string `json:"bestTransactionFee"`
	BestTransactionFeeSat string `json:"bestTransactionFeeSat"`
	RecommendedGasPrice   string `json:"recommendedGasPrice"`
	RapidGasPrice         string `json:"rapidGasPrice"`
	StandardGasPrice      string `json:"standardGasPrice"`
	SlowGasPrice          string `json:"slowGasPrice"`
	BaseFee               string `json:"baseFee"`
	GasUsedRatio          string `json:"gasUsedRatio"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL