SolAbiDecodeStarknetAddress
Decode address types Addresses are decoded by reading 32 bytes from the offset
Bytes
encoding is right-aligned/left-paddded Big-endian.
Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeStarknetAddress
#![allow(unused)] fn main() { pub impl SolAbiDecodeStarknetAddress of SolAbiDecodeTrait<ContractAddress> }
Impl functions
decode
Fully qualified path: alexandria_encoding::sol_abi::decode::SolAbiDecodeStarknetAddress::decode
#![allow(unused)] fn main() { fn decode(self: @Bytes, ref offset: usize) -> ContractAddress }