ABI.TypeDecoder.decode_bytes
You're seeing just the function
decode_bytes
, go back to ABI.TypeDecoder module for more information.
Link to this function
decode_bytes(data, size_in_bytes, atom)
Specs
decode_bytes(binary(), non_neg_integer(), :left) :: {binary(), binary()}
Link to this function
decode_bytes(data, size_in_bytes, atom, rest)
Specs
decode_bytes(binary(), non_neg_integer(), :right, binary()) :: {binary(), binary()}
Link to this function