pub fn call<T0: Into<String>, T1: Into<Address>>( name: T0, who: T1) -> (Bytes, Decoder)
Encodes function output and creates a Decoder instance.
Decoder