![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
This is the complete list of members for dev::eth::Executive, including all inherited members.
| accrueSubState(SubState &_parentContext) | dev::eth::Executive | |
| call(Address const &_receiveAddress, Address const &_txSender, u256 const &_txValue, u256 const &_gasPrice, bytesConstRef _txData, u256 const &_gas) | dev::eth::Executive | |
| call(CallParameters const &_cp, u256 const &_gasPrice, Address const &_origin) | dev::eth::Executive | |
| create(Address const &_txSender, u256 const &_endowment, u256 const &_gasPrice, u256 const &_gas, bytesConstRef _code, Address const &_originAddress) | dev::eth::Executive | |
| create2Opcode(Address const &_sender, u256 const &_endowment, u256 const &_gasPrice, u256 const &_gas, bytesConstRef _code, Address const &_originAddress, u256 const &_salt) | dev::eth::Executive | |
| createOpcode(Address const &_sender, u256 const &_endowment, u256 const &_gasPrice, u256 const &_gas, bytesConstRef _code, Address const &_originAddress) | dev::eth::Executive | |
| execute() | dev::eth::Executive | |
| Executive(State &_s, EnvInfo const &_envInfo, SealEngineFace const &_sealEngine, unsigned _level=0) | dev::eth::Executive | inline |
| Executive(Block &_s, BlockChain const &_bc, unsigned _level=0) | dev::eth::Executive | |
| Executive(Block &_s, LastBlockHashesFace const &_lh, unsigned _level=0) | dev::eth::Executive | |
| Executive(State &io_s, Block const &_block, unsigned _txIndex, BlockChain const &_bc, unsigned _level=0) | dev::eth::Executive | |
| Executive(Executive const &)=delete | dev::eth::Executive | |
| finalize() | dev::eth::Executive | |
| gas() const | dev::eth::Executive | inline |
| gasUsed() const | dev::eth::Executive | |
| getException() const noexcept | dev::eth::Executive | inline |
| go(OnOpFunc const &_onOp=OnOpFunc()) | dev::eth::Executive | |
| initialize(bytesConstRef _transaction) | dev::eth::Executive | inline |
| initialize(Transaction const &_transaction) | dev::eth::Executive | |
| logs() const | dev::eth::Executive | inline |
| newAddress() const | dev::eth::Executive | inline |
| operator=(Executive)=delete | dev::eth::Executive | |
| revert() | dev::eth::Executive | |
| setResultRecipient(ExecutionResult &_res) | dev::eth::Executive | inline |
| simpleTrace() | dev::eth::Executive | |
| t() const | dev::eth::Executive | inline |
| takeOutput() | dev::eth::Executive | inline |