pub fn call<T0: Into<Hash>, T1: Into<Address>>(
    name: T0,
    to: T1
) -> (Bytes, Decoder)
Expand description

Encodes function output and creates a Decoder instance.