Trait SolErrorEncode
pub trait SolErrorEncode {
// Required method
fn encode(&self) -> Vec<u8> ⓘ;
}
Expand description
Solidity ABI encode as error data.
pub trait SolErrorEncode {
// Required method
fn encode(&self) -> Vec<u8> ⓘ;
}
Solidity ABI encode as error data.