#include <GasPricer.h>
Definition at line 57 of file GasPricer.h.
dev::eth::TrivialGasPricer::TrivialGasPricer |
( |
| ) |
|
|
default |
dev::eth::TrivialGasPricer::TrivialGasPricer |
( |
u256 const & |
_ask, |
|
|
u256 const & |
_bid |
|
) |
| |
|
inline |
u256 dev::eth::TrivialGasPricer::ask |
( |
| ) |
const |
|
inline |
u256 dev::eth::TrivialGasPricer::ask |
( |
Block const & |
| ) |
const |
|
inlineoverridevirtual |
void dev::eth::TrivialGasPricer::setAsk |
( |
u256 const & |
_ask | ) |
|
|
inline |
void dev::eth::TrivialGasPricer::setBid |
( |
u256 const & |
_bid | ) |
|
|
inline |
u256 dev::eth::TrivialGasPricer::m_ask = DefaultGasPrice |
|
private |
u256 dev::eth::TrivialGasPricer::m_bid = DefaultGasPrice |
|
private |
The documentation for this class was generated from the following file: