Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GasEstimateFeeRequest ¶
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"` }
Click to show internal directories.
Click to hide internal directories.