[][src]Function ethers_core::abi::decode

pub fn decode(types: &[ParamType], data: &[u8]) -> Result<Vec<Token>, Error>
This is supported on feature="abi" only.

Decodes ABI compliant vector of bytes into vector of tokens described by types param.