Function ethcore::engines::block_reward::block_reward_contract::functions::reward::call
source · [−]pub fn call<T0: IntoIterator<Item = U0>, U0: Into<Address>, T1: IntoIterator<Item = U1>, U1: Into<Uint>>(
benefactors: T0,
kind: T1
) -> (Bytes, Decoder)
Expand description
Encodes function output and creates a Decoder
instance.