pub fn call<T0: Into<Hash>, T1: Into<String>, T2: Into<Uint>>(
    name: T0,
    key: T1,
    value: T2
) -> (Bytes, Decoder)
Expand description

Encodes function output and creates a Decoder instance.