pub fn send_input( block_id: &str, input: BlockInputUnion, seq: Option<u64>, ) -> Result<(), String>
Send input to a block’s controller.