pub fn call<T0: Into<Address>, T1: Into<String>>(
    who: T0,
    field: T1
) -> (Bytes, Decoder)
Expand description

Encodes function output and creates a Decoder instance.