pub fn receive<C: AbstractChannel>(
    channel: &mut C,
    seeds: &[Block]
) -> Result<Vec<Block>, Error>
Expand description

Coin tossing receiver.