Function precompile_utils::solidity::revert::revert_as_bytes
source · pub fn revert_as_bytes(msg: impl Into<String>) -> Vec<u8> ⓘ
Expand description
Generate an encoded revert from a simple String.
Returns a Vec<u8>
in case PrecompileFailure
is too high level.