|
OpenCBDC Transaction Processor
|
#include <evmc/evmc.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | cbdc |
| namespace | cbdc::parsec |
| namespace | cbdc::parsec::agent |
| namespace | cbdc::parsec::agent::runner |
Functions | |
| auto | cbdc::parsec::agent::runner::operator+ (const evmc::uint256be &lhs, const evmc::uint256be &rhs) -> evmc::uint256be |
| Adds two uint256be values. | |
| auto | cbdc::parsec::agent::runner::operator- (const evmc::uint256be &lhs, const evmc::uint256be &rhs) -> evmc::uint256be |
| Subtracts two uint256be values. | |
| auto | cbdc::parsec::agent::runner::operator* (const evmc::uint256be &lhs, const evmc::uint256be &rhs) -> evmc::uint256be |
| Multiplies two uint256be values. | |
| auto | cbdc::parsec::agent::runner::operator<< (const evmc::uint256be &lhs, size_t count) -> evmc::uint256be |
| Left shifts a uint256be value by a given number of bytes. | |