mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 04:27:58 +00:00
b0ad55715f
Signed-off-by: xermicus <bigcyrill@hotmail.com>
5 lines
165 B
Rust
5 lines
165 B
Rust
//! The revive Rust backend contract runtime library configuration.
|
|
|
|
/// The Ethereum Virtual Machine word size in bytes.
|
|
pub const EVM_WORD_SIZE_BYTES: usize = 32;
|