Function precompile_utils::solidity::codec::decode_arguments
source · pub fn decode_arguments<T: Codec>(input: &[u8]) -> MayRevert<T>
Expand description
Decode the value from its Solidity ABI format.
If T
is a tuple every element is decoded without a prefixed offset.
It matches the encoding of Solidity function arguments and return value, or event data.