36 EVMSchedule(
bool _efcd,
bool _hdc,
unsigned const& _txCreateGas):
exceptionalFailedCodeDeposit(_efcd),
haveDelegateCall(_hdc),
tierStepGas(
std::array<unsigned, 8>{{0, 2, 3, 5, 8, 10, 20, 0}}),
txCreateGas(_txCreateGas) {}
bool emptinessIsNonexistence() const
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
std::hash for asio::adress
unsigned txDataNonZeroGas
bool exceptionalFailedCodeDeposit
std::array< unsigned, 8 > tierStepGas
unsigned suicideRefundGas
unsigned callValueTransferGas
bool zeroValueTransferChargesNewAccountGas() const
EVMSchedule(bool _efcd, bool _hdc, unsigned const &_txCreateGas)
unsigned callNewAccountGas
bool suicideChargesNewAccountGas() const
bool staticCallDepthLimit() const