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