SolAbiDecodeEthAddress
Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeEthAddress
#![allow(unused)] fn main() { pub impl SolAbiDecodeEthAddress of SolAbiDecodeTrait<EthAddress> }
Impl functions
decode
Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeEthAddress::decode
#![allow(unused)] fn main() { fn decode(self: @Bytes, ref offset: usize) -> EthAddress }